How to validate Tomcat Services in Spectrum Spatial Analyst?
This section validates if tomcat services are up and running in Spectrum Spatial Analyst.
You can validate if the services are running by using-
netstat –peanut|grep 8010
This is a port specific to the Spectrum Spatial Analyst end user application Analyst Connect and if returns values you can be sure it is running.
tcp6 0 0 :::8010 :::* LISTEN 0 330448 29941/java
To start a service you use browse to the folder
/analyst/connect/bin
sudo ./catalina.sh --help
It would show you all possible options please note it is double hyphen.
sudo ./catalina.sh stop
This would stop the service.
sudo ./catalina.sh start
This would start the service.
Note: You can repeat the process for the Locate (aka index-search) services. Also, please ensure
that the locate service is always the first service while starting. Note that the locate
service is on port 8030.