Jboss AS 510 » History » Version 3
chin-yeh, 08/24/2010 10:08 AM
1 | 1 | chin-yeh | h1. Jboss AS 5.1.0 |
---|---|---|---|
2 | |||
3 | This service is belong to @jboss@ user. The @runlevel@ is 3,4,5 but disabled at the moment. |
||
4 | |||
5 | 2 | 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 | 3 | chin-yeh | -As root user:- |
10 | 1 | chin-yeh | <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 | 3 | chin-yeh | -As root user:- |
23 | 1 | chin-yeh | <pre> |
24 | service jboss5 stop |
||
25 | </pre> |
||
26 | |||
27 | As jboss user: |
||
28 | <pre> |
||
29 | /etc/init.d/jboss5 stop |
||
30 | </pre> |