Project

General

Profile

Jboss AS 510 with HornetQ » History » Version 2

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

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