Jboss AS 510 » History » Revision 2
Revision 1 (chin-yeh, 08/24/2010 09:56 AM) → Revision 2/3 (chin-yeh, 08/24/2010 10:02 AM)
h1. Jboss AS 5.1.0
This service is belong to @jboss@ user. The @runlevel@ is 3,4,5 but disabled at the moment.
*Important note: The server is only allowed one Jboss application server running in the background*
h2. Start
As root user:
<pre>
service jboss5 start
</pre>
As jboss user:
<pre>
/etc/init.d/jboss5 start
</pre>
h2. Stop
As root user:
<pre>
service jboss5 stop
</pre>
As jboss user:
<pre>
/etc/init.d/jboss5 stop
</pre>