On Wednesday 01 June 2011 03:04 PM, forums_at_java.net wrote:
> #The thread stops there and the
> command prompt does NOT appear it just #hangs in this state #
How did you conclude that the thread stopped there? Did you run
something like strace or pstack to check what the process was doing?
Just hit "enter" key on the shell and see if the process returns. From
what you have said it seems to me that the server has indeed started
successfully. Try doing a "wget
http://localhost:8080" from another
terminal to confirm this.
Sahoo