...
- Extract the contents of the installation package to any location. The 'installation directory ("license-server' installation directory (
$LS_INSTALL
) directory ") will include the following artifacts:- JRE
- Tomcat server
startLS
script for starting License ServerstopLS
script for stopping License Server
- Run the
startLS
script to launch License Server. The application will run on Tomcat shipped in the installation package. - Open your machine URL in your browser with one of the following port: Open
http://[machine]<host>:8080
orhttps://[machine]:
8843
<host>:
8443
in a browser. The default URL on a local machine is eitherhttp://localhost:8080
or httpsor http://localhost:8843
. The License Server interface will open. in a browser. - Log into License Server .
The when the interface opens. The default user name and password is
admin/admin
. We recommend changing the default once you log in; see Managing Users.
You can run the
stopLS
script located in the 'license-server' directory to stop License Server.
...
- Linux or Windows
- Tomcat 8.5
- Java 8
Deploying Licenser Server Inside a Docker Image
License Server cannot be re-deployed or hosted by another Docker environment once you run it inside a Docker container. Use the following command to start a container from the image the first time:
docker run -i -t <image>
You will need to include the container ID to stop and start the Docker container hosting License Server. Use the following command to get the container ID based on the image from Docker.
docker ps
Run the following command to shut the container down:
docker stop <containerId>
Run the following command to start the container back up:
docker start <containerId>
Removing the Docker container and spawning a new container from the image, even with mapped persistent storage, is not supported.