Project

General

Profile

Operation Guides - cwapp8 » History » Version 3

chin-yeh, 02/13/2012 01:45 PM

1 1 chin-yeh
{{toc}}
2
3
h1. Operation Guides - cwapp8
4
5
*This guide will be discarded after goes live.*
6
7 2 chin-yeh
Login as *etpm* user to execute the following commands.
8 1 chin-yeh
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 3 chin-yeh
> login as nginx
38
39 1 chin-yeh
_Start:_
40
<pre>
41
$ /etc/init.d/nginx start
42
</pre>
43
44
_Stop:_
45
<pre>
46
$ /etc/init.d/nginx stop
47
</pre>