oxygen.license.server.work.dir system property to specify a different
path for the directory where the database is stored.<tomcat-users xmlns="http://tomcat.apache.org/xml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
version="1.0">
<!-- ... other user and role definitions ... -->
<role rolename="user"/>
<role rolename="admin"/>
<role rolename="manager-gui"/>
<user username="John" password="user_pass" roles="user"/>
<user username="Mary" password="admin_pass" roles="admin"/>
<user username="tomcat" password="s3cret" roles="manager-gui"/>
</tomcat-users>Deploy the WAR file.
For example, in Apache Tomcat, go to the Web Application Manager
page and log in with the user you configured with the manager-gui role
(tomcat in the example above). In the WAR file to deploy
section, choose the WAR file and click the Deploy button. The
oXygenLicenseServlet application is now up and running, but the
license key is not yet registered.
Go to the HTTP License Server administration page. By default, the
address of this page is
http://<server-address>/oXygenLicenseServlet. In Apache Tomcat, you
can also open this page by clicking the oXygenLicenseServlet link in
the manager page.
You need to authenticate with the user configured with the
manager-gui role (tomcat in the example above).
Paste your license key into the form and click Register/Activate.
Step Result: You will be redirected to an online form hosted on the Oxygen website. This form is pre-filled with an activation code that uniquely identifies your license server deployment, and your license key.
Click Register/Activate.
If the activation process is successfully completed, your license server is running. Follow the on-screen instructions to configure the Oxygen XML Author Eclipse plugin client applications.
The application's log file location is specified by the
log4j.appender.R2.File property from the
WEB-INF/lib/log4j.properties configuration file.
For example, in Apache Tomcat, the configuration file is located at: TomcatInstallDir/webapps/oXygenLicenseServlet/WEB-INF/lib/log4j.properties and the default log file location is TomcatInstallDir/logs/oxygenLicenseServlet.log.