...
Table of Contents | ||
---|---|---|
|
Requirements
The License Server host machine should meet the following minimum hardware requirements:
- RAM: 2GB
- Disk space: 1GB
License Server Structure
The License Server distribution contains an app directory and a data directory. This structure facilitates greater reliability when deploying License Server to containerized systems, such as Docker.
...
- Extract the contents of the installation package to any location. The <LS_INSTALL>/app directory includes the JRE, Tomcat, and scripts for starting and stopping the server.
- Run the
startLS
script as an administrator 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:
http://[machine]:8080
orhttps://[machine]:
8843
. The default URL on a local machine ishttp://localhost:8080
orhttps://localhost:8843
. The License Server interface will open. - Log into License Server.
The default user name and password is
admin/admin
. We recommend changing the default once you log in; see Managing Users.
...