To use TS Web Services, the Apache Tomcat server must be running. You can start Tomcat as a service or start it with the startup
batch file located in Apache’s \bin
directory.
To start Apache Tomcat with the batch file:
Log in as a user with system administrator privileges. On Windows, open a command window.
Ensure that your jre_home variable is set to your Java JRE location.
Change directories to Trillium’s Apache directory, by default:
Windows:
C:\Program Files\Trillium Software\MBSW\17\tsq\Software\apache-tomcat\bin
Linux:
/opt/tsq/Software/apache-tomcat/bin
Run the start-up script:
Windows:
startup.bat
Linux:
startup.sh
A Tomcat window opens. Allow the startup process to complete before attempting to use Tomcat.
The server can be shut down using the shutdown.bat
(Windows) or shutdown.sh
(Linux) file, also in Apache’s \bin
directory.