How to validate Tomcat Services in Spectrum Spatial Analyst? - spectrum_spatial_analyst_1 - 23.1

Spectrum Spatial Analyst Installation

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Spectrum > Spatial > Spectrum Spatial Analyst
Version
23.1
Language
English
Product name
Spectrum Spatial Analyst
Title
Spectrum Spatial Analyst Installation
Copyright
2023
First publish date
2007
Last edition
2024-07-30
Last publish date
2024-07-30T09:49:18.117813

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.