...
- Stop License Server by running, as an administrator, the stopLS script located in the
<LS_INSTALL>/app
directory. - Open the ls.conf file located in the
<LS_DATA_DIR>
/
LicenseServer/conf
directory. Add an
<enabled>false</enabled>
element to the<Server>
element:Code Block language xml <?xml version="1.0" encoding="UTF-8"?> <Root> <Server> <enabled>false</enabled> <port>2002</port> <concurrent_connections_limit>100</concurrent_connections_limit> <start_deactivated>true</start_deactivated> </Server> ... </Root>
- Save the file and restart License Server by running, as an administrator, the startLS script located in the
<LS_INSTALL>/app
directory.
Changing Port 8005 on License Server
Anchor | ||||
---|---|---|---|---|
|
Port 8005 is the default Tomcat shutdown port, but you can run into a port conflict on some Windows servers. To resolve this:
- Run the stopLS script in the
<LS_INSTALL>/app
directory as an administrator to stop License Server. - Open the server.xml file in the
<LSS_INSTALL>/app/tomcat/conf/
directory. - Find the
<Server port="8005" shutdown="SHUTDOWN">
element and change the port value to a port that is not being used (for example, 8006). - Save the file.
- Run the startLS script in the
<LS_INSTALL>/app
directory as an administrator to restart License Server.