The easiest way to find out what is realy going on is -- telnet localhost 80
If you don't get an error, it means some other process on your machine is running on TCP 80. Do you have some kind of a 'personal web server' enabled by default? If some process does answer on TCP 80 try typing in (in your valid telnet session from above) GET index.html HTTP/1.1 It will probably fail, but from the response back, you will have some idea of which process has TCP 80... Cheers, Alex. On 6/21/05, Dave Newton <[EMAIL PROTECTED]> wrote: > Tony Smith wrote: > > >How can I set the permission? It is my box, viturally > >I can do whatever I want. > > > > > I don't know what OS you're running, so it's... problematic. > > How about STFW for "setting port permissions under [whatever OS you're > running]"? > > FWIW, this is pretty far afield from Struts. > > Dave > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]