Vinay Menon wrote:

> Alright,
> 
>              This might sound a bit naive but do we need a little simple 
> gui that one can use to shut down JBoss or restart it? When you run 
> JBoss on the command line in Unix as a background process [./run.sh&] it 
> spawns loads of java processes that need to be killed. Is there a 
> cleaner way to do this?
> 


Those aren't processes, they're threads. You only need to kill the root 
java one (do a `ps axf` and you'll see what I mean by 'root').

As for the first issue, point a browser at http://myserver:8082/ and 
look at the shutdown mbean.


-danch





_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to