JAVA_HOME
and assign it to JDK installation home (for example, c:/Program Files/Java/jdk1.6.0_03
or /usr/local/java/jdk
):
JAVA_HOME
environment variable in Windows XP:
JAVA_HOME
./
when specifying the path!JAVA_HOME
environment variable in UNIX/Linux, execute env JAVA_HOME=path
command where path
should reference JDK installation home.Note: if JRE is used instead of JDK, the environment variable should be named JRE_HOME
licenseServer.war
package, execute one of the following scripts:
<Tomcat root>\bin\startup.bat
(Windows).<Tomcat root>/bin/startup.sh
(UNIX/Linux/MacOS).licenseServer
path prefix.http://<host-name>:8080/licenseServer
in the address bar of your web browser.The easiest way to install Apache Tomcat as windows service will be downloading and installing "32-bit/64-bit Windows Service Installer" distribution from Apache website and then deploying in installed Tomcat instance standalone WAR distribution of JetBrains License Server application.
http://tomcat.apache.org/download-60.cgi
or
http://tomcat.apache.org/download-70.cgi
licenseServer.war
from <delivery package>/apache-tomcat-<version>/webapps/
into <Tomcat root>/webapps
subdirectory.http://<host-name>:<port-number>/licenseServer
in the address bar of your web browser.For either License Server distribution, you can optionally do any of the following: |