User Tools

Site Tools


Writing /app/www/public/data/meta/development/applications/ebonding/restart.meta failed
development:applications:ebonding:restart

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

development/applications/ebonding/restart.txt · Last modified: 2021/06/25 10:09 by 127.0.0.1