The tomcat directory is located :
/var/tomcat/soap/
Soap runs on port 8085 and uses /usr/local/tomcat8 The start up scripts are in the bin folder
cd /var/tomcat/soap/bin
# Shut down the Application
./shutdown.sh
# Start up the Application
./startup.sh
The tomcat directory is located :
/var/tomcat/ebonding/
ebonding runs on port 8086 and uses /usr/local/tomcat8 The start up scripts are in the bin folder
cd /var/tomcat/ebonding/bin
# Shut down the Application
./shutdown.sh
# Start up the Application
./startup.sh
The tomcat directory is located :
/var/tomcat/Ticketer/
Ticketer runs on port 8083 and uses /usr/local/tomcat The start up scripts are in the bin folder
cd /var/tomcat/Ticketer/bin
# Shut down the Application
./shutdown.sh
# Start up the Application
./startup.sh
Logs will be in ~/logs/grails and are Ticketer.log for Ticketer, ebonding.log for eBonding and soap.log for soap.
The catalina logs are also present in /var/tomcat/APPLICATION/logs