This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: how to terminate run.shjoelvogt Oct 30, 2002 11:33 PM (in response to shogun1234)right...Just to summarize your post, you want to press ctl+c but you accidently press ctrl+z? If so, you can get jboss back (presumable) by typing something like 'fg 1' as you ctrl+z will put process in background and fg 1 will bring it back. 
 If you do need to kill jboss, don't kill all java, look for the first thread with something like
 /usr/local/jdk1.3.1/bin/i386/native_threads/java -ser...
 in it and kill that.
- 
        2. Re: how to terminate run.shshogun1234 Oct 31, 2002 1:00 AM (in response to shogun1234)thanks your help, it works:) 
 
    