development:applications:ebonding:restart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
development:applications:ebonding:restart [2017/02/07 16:45] – created 1carew1development:applications:ebonding:restart [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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