Project

General

Profile

Operation Guides - cwapp8 » History » Revision 3

Revision 2 (chin-yeh, 01/03/2012 10:29 AM) → Revision 3/4 (chin-yeh, 02/13/2012 01:45 PM)

{{toc}} 

 h1. Operation Guides - cwapp8 

 *This guide will be discarded after goes live.* 

 Login as *etpm* user to execute the following 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 

 > login as nginx 

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

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