Table of Contents

How to Restart the Applications - Soap, eBonding and Ticketer

Soap

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

eBonding

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

Ticketer

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

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