Project

General

Profile

Operation Guides - cwapp8 » History » Revision 2

Revision 1 (chin-yeh, 12/28/2011 10:38 AM) → Revision 2/4 (chin-yeh, 01/03/2012 10:29 AM)

{{toc}} 

 h1. Operation Guides - cwapp8 

 *This guide will be discarded after goes live.* 

 Login as *etpm* user to execute the following follow commands. 


 h2. Start/Stop Jboss 4.2.2 

 _Start:_ 
 <pre> 
 $ /etc/init.d/jboss422 start 
 </pre> 

 _Stop:_ 
 <pre> 
 $ /etc/init.d/jboss422 stop 
 </pre> 

 h2. Start/Stop Jboss 5.1 

 _Start:_ 
 <pre> 
 $ /etc/init.d/jboss5hq start 
 </pre> 

 _Stop:_ 
 <pre> 
 $ /etc/init.d/jboss5hq stop 
 </pre> 


 h2. Start/Stop Nginx 

 _Start:_ 
 <pre> 
 $ /etc/init.d/nginx start 
 </pre> 

 _Stop:_ 
 <pre> 
 $ /etc/init.d/nginx stop 
 </pre>