Versions Compared

Key

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

...

  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 the Tomcat server shipped in the installation package.
  3. Open a browser and go to one of the following URLs to access the License Server interface:
    • http://<HOST>:8080/licenseserver 
    • https://<HOST>:8443/licenseserver 
  4. Log into License Server using the default username and password (admin/admin). We recommend changing the default once you log in.

Run the stopLS script located in the 'license-server' directory to stop License Server.

Installing a License Server Windows Service

...

Configuring Tomcat to Log User Information with Requests and Responses

License Server is distributed with the tools you need to If you are upgrading from License Server 2022.2 or earlier, you can configure Tomcat to log user information along with each request and response. This is necessary for some users to be in compliance with certain regulations. This is unnecessary for new installs of License Server 2023.1 or later.

To configure Tomcat to log this information from License Server, you need to modify the server.xml file located in the <LS_INSTALL>/app/tomcat/conf/ directory by changing the default access log valve entry from:

...

These logs can be found in the localhost_access_access_log<DATE>.txt file located in the <LS_INSTALL>/app/tomcat/logs/ directory.