Can you try accessing the server with
http://127.0.0.1:8080/ instead
of
http://localhost:8080/ ?
What exact version of JVM are you using?
-Rafał
On 23 May 2012 21:23, sriharsha p <
kmith...@gmail.com> wrote:
> Hi Rafal,
>
> I restarted my computer and executed jetty:run. I didn't get any
> exception.Before i execute the jetty:run i have checked whether any process
> is running on 8080 using lsof -i tcp:8080 command.There was no process
> running initially.But immediately after running the jetty, the following
> process started running on the port 8080.
> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
> java 856 pamusriharsha 156u IPv6 0x05b54d10 0t0 TCP *:http-alt
> (LISTEN)
>
> When it hangs, the processor doesn't get hot or idle. I use Oracle JDK and i
> am using Java SE6.
>
> Cheers,
>
> SriHarsha.P