Managing the Web server service
The following topics describe how to stop, start, and restart the Web server service:
To start the Web server service
This topic provides instructions for starting the Web server service for reports. Use the procedure for your operating system type.
For Linux operating system, perform the following steps:
- Navigate to the <TSSA-DWInstallationDirectory>/tomcat/bin directory.
Type the following command:
./daemon.sh --java-home $BDS_HOME/jre --tomcat-user root start
Alternatively, use the following procedure to start the Tomcat service:
- Navigate to the /etc/init.d directory.
Type the following command:
./bltomcat start
For Windows operating system, perform the following steps:
From a command prompt, type the following command:
services.msc- In the Services window, select TrueSight Server Automation - Data Warehouse Web Server and click Start.
To stop the Web server service
This topic provides instructions for stopping the Web server service for reports. Use the procedure for your OS type.
For Linux operating system, perform the following steps:
- Navigate to the <TSSA-DWInstallationDirectory>/tomcat/bin directory.
Type the following command:
./daemon.sh --java-home $BDS_HOME/jre --tomcat-user root stop
Alternatively, use the following procedure to stop the Web server service:
- Navigate to the /etc/init.d directory.
Type the following command:
./bltomcat stop
For Windows operating system, perform the following steps:
From a command prompt, type the following command:
services.msc- In the Services window, select TrueSight Server Automation - Data Warehouse Web Server and click Stop.
To restart the Web server service
You might need to restart the Web server service in case you are not able to access the TrueSight Server Automation - Data Warehouse console. This topic provides instructions for restarting the Web server service for reports. Use the procedure for your OS type.
For Linux operating system, perform the following steps:
- Navigate to the /etc/init.d directory.
Type the following commands:
./bltomcat stop
./bltomcat start
For Windows operating system, perform the following steps:
From a command prompt, type the following command:
services.msc- In the Services window, select TrueSight Server Automation - Data Warehouse Web Server and click Restart.