Starting and Stopping the Server Manually

FlexNet Code Insight 6.13.2

To start and stop Tomcat, do the following:

1. Execute one of the following:

<Code Insight_ROOT_DIR>\<version>\tomcat\bin\startup.bat (or startup.sh on Linux installations)

or

catalina.bat run > ../logs/catalina.out 2>&1 (in Windows)

or

./catalina.sh run > ../logs/catalina.out 2>&1 (in Linux)

2. To stop Tomcat, execute:

<Code Insight_ROOT_DIR>\<version>\tomcat\bin\shutdown.bat (or shutdown.sh on Linux installations)