Operation Guides - cwapp8 » History » Version 1
chin-yeh, 12/28/2011 10:38 AM
1 | 1 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | h1. Operation Guides - cwapp8 |
||
4 | |||
5 | *This guide will be discarded after goes live.* |
||
6 | |||
7 | Login as *etpm* user to execute the follow commands. |
||
8 | |||
9 | |||
10 | h2. Start/Stop Jboss 4.2.2 |
||
11 | |||
12 | _Start:_ |
||
13 | <pre> |
||
14 | $ /etc/init.d/jboss422 start |
||
15 | </pre> |
||
16 | |||
17 | _Stop:_ |
||
18 | <pre> |
||
19 | $ /etc/init.d/jboss422 stop |
||
20 | </pre> |
||
21 | |||
22 | h2. Start/Stop Jboss 5.1 |
||
23 | |||
24 | _Start:_ |
||
25 | <pre> |
||
26 | $ /etc/init.d/jboss5hq start |
||
27 | </pre> |
||
28 | |||
29 | _Stop:_ |
||
30 | <pre> |
||
31 | $ /etc/init.d/jboss5hq stop |
||
32 | </pre> |
||
33 | |||
34 | |||
35 | h2. Start/Stop Nginx |
||
36 | |||
37 | _Start:_ |
||
38 | <pre> |
||
39 | $ /etc/init.d/nginx start |
||
40 | </pre> |
||
41 | |||
42 | _Stop:_ |
||
43 | <pre> |
||
44 | $ /etc/init.d/nginx stop |
||
45 | </pre> |