Jboss AS 510 with HornetQ » History » Version 1
chin-yeh, 08/24/2010 10:06 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 | service jboss5 start |
||
12 | </pre> |
||
13 | |||
14 | As jboss user: |
||
15 | <pre> |
||
16 | /etc/init.d/jboss5 start |
||
17 | </pre> |
||
18 | |||
19 | |||
20 | h2. Stop |
||
21 | |||
22 | -As root user:- |
||
23 | <pre> |
||
24 | service jboss5 stop |
||
25 | </pre> |
||
26 | |||
27 | As jboss user: |
||
28 | <pre> |
||
29 | /etc/init.d/jboss5 stop |
||
30 | </pre> |