Project

General

Profile

Jboss AS 422 » History » Version 4

chin-yeh, 08/24/2010 10:03 AM

1 1 chin-yeh
h1. Jboss AS 4.2.2
2
3 3 chin-yeh
This service is belong to @jboss@ user and @runlevel@ is 3,4,5.
4 1 chin-yeh
5 4 chin-yeh
*Important note: The server is only allowed one Jboss application server running in the background*
6
7 1 chin-yeh
h2. Start
8
9
As root user:
10
<pre>
11
service jboss4 start
12
</pre>
13
14
As jboss user:
15
<pre>
16
/etc/init.d/jboss4 start
17
</pre>
18
19
20
h2. Stop
21
22
As root user:
23
<pre>
24
service jboss4 stop
25
</pre>
26
27
As jboss user:
28
<pre>
29
/etc/init.d/jboss4 stop
30
</pre>