Servlet License Server
Posted: Tue Jun 30, 2015 2:48 am
I got the floating license.
Deployed your license servlet on our tomcat server. Same server that serves the oxygen editor applet.
I ran through the license registration process and the license servlet says.
with host, user and password replaced with the correct stuff. user/password are in the tomcat-users.xml file with the role of "standard"
The license server says no mater how many times I try to get a license
thanks,
No errors in the tomcat or oxygenlicenseserver logs.
is there a way for me to pass the username and password to the url
http://mbepapers.org:8080/oxygenLicense ... se-servlet
to test if my name/password setup in the tomcat-users.xml file is working?
thanks
Scott
Scott
Deployed your license servlet on our tomcat server. Same server that serves the oxygen editor applet.
I ran through the license registration process and the license servlet says.
I changed the factory.init toActivation status
The license server is activated.
Code: Select all
factory.init(frameworkZips, optionsZipURL, codeBase, appletID,
// //The servlet URL
"http://www.host:8080/oxygenLicenseServlet/license-servlet",
// //The HTTP credentials user name
"user",
// //The HTTP credentials password
"password");
I can log into the license server using the username=userMan with the manager role.<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="standard"/>
<role rolename="manager"/>
.
.
.
<user username="user" password="password" roles="standard"/>
<user username="usrMan" password="password" roles="manager"/>
</tomcat-users>
The license server says no mater how many times I try to get a license
I think I'm getting a LIC response, which may indicate a Log In Credential problem? The text in the error dialog is cut off, so I'm not sure.Total licenses
1
Used licenses
0
Available licenses
1
Rejected requests
0
Acknowledged requests
0
thanks,
No errors in the tomcat or oxygenlicenseserver logs.
is there a way for me to pass the username and password to the url
http://mbepapers.org:8080/oxygenLicense ... se-servlet
to test if my name/password setup in the tomcat-users.xml file is working?
thanks
Scott
Scott