Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space LSDEV and version 2020.1

...

Table of Contents
maxLevel1

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.  

...

  1. 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.
  2. Run the startLS script as an administrator to launch License Server. The application will run on Tomcat shipped in the installation package.
  3. Open your machine URL in your browser with one of the following port: http://[machine]:8080 or https://[machine]:8843 . The default URL on a local machine is http://localhost:8080 or https://localhost:8843 . The License Server interface will open.
  4. Log into License Server.
    (info) The default user name and password is admin/admin. We recommend changing the default once you log in; see Managing Users.

...