To install and configure License Server bundled with Apache Tomcat
- Install JDK:
- Download and install JDK 5 or later.
- Create an environment variable JAVA_HOME and assign it to JDK installation home (for example, c:/Program Files/Java/jdk1.6.0_03 or /usr/local/java/jdk):
- To define JAVA_HOME environment variable in Windows XP:
- Select Start | Settings | Control Panel | System | Advanced | Environment Variables.
- In User environment variables for <user name> area, click Create.
- In the Variable name field in the New System Variable dialog box, enter JAVA_HOME.
- In the Variable value field, enter the path to JDK installation home. Make sure to use forward slashes / when specifying the path!
- Click OK.
- To define JAVA_HOME environment variable in Windows XP:
-
-
- To define JAVA_HOME environment variable in UNIX/Linux, execute env JAVA_HOME=path command where path should reference JDK installation home.
-
- Start bundled Apache Tomcat.
To start Apache Tomcat distribution bundled with License Server and deploy licenseServer.war package, execute one of the following scripts:- <Tomcat root>\bin\startup.bat (Windows).
- <Tomcat root>/bin/startup.sh (UNIX/Linux/MacOS).
License Server will start listening on port 8080 with licenseServer path prefix.
- Start License Server by typing http://<host-name>:8080/licenseServer in the address bar of your web browser.
To deploy License Server standalone WAR file in Apache Tomcat
- Сopy licenseServer.war from <delivery package>/apache-tomcat-<version>/webapps/ into <Tomcat root>/webapps subdirectory.
- Restart Apache Tomcat.
- Start License Server by typing http://<host-name>:<port-number>/licenseServer in the address bar of your web browser.
- Proceed with setting up your License Server.

For either License Server distribution, you can optionally do any of the following:
Labels:
None