Thanks a lot. netstat -ano showed the following for 8080
tcp        0      0 ::ffff:127.0.0.1:8005       :::*
LISTEN      off (0.00/0/0)
tcp        0      0 :::8009                     :::*
LISTEN      off (0.00/0/0)
tcp        0      0 :::8080                     :::*
LISTEN      off (0.00/0/0)
tcp        0      0 :::80                       :::*
LISTEN      off (0.00/0/0)
tcp        0      0 :::8081                     :::*
LISTEN      off (0.00/0/0)
tcp        0      0 :::22                       :::*
LISTEN      off (0.00/0/0)
tcp        0      0 :::443                      :::*
LISTEN      off (0.00/0/0)
tcp        0      0 :::8443                     :::*
LISTEN      off (0.00/0/0)
tcp        0      0 ::ffff:123.9.10:8080   ::ffff:130.245.9.106:46028
TIME_WAIT   timewait (1.86/0/0)
tcp        0    288 ::ffff:130.123.9.10:22     ::ffff:130.123.9.10:49423
ESTABLISHED on (0.28/0/0)
tcp        0      0 ::ffff:130.123.9.10:8080   ::ffff:130.123.9.10:46029
TIME_WAIT   timewait (1.95/0/0)
tcp        0      0 ::ffff:130.123.9.10:8080   ::ffff:130.123.9.10:57590
TIME_WAIT   timewait (31.94/0/0)

therefore, I tried accessing http://serverhostname:8080 from the server
itself, and it displays a blank page. Maybe the department firewal is
blocking the access from other nets.

How can I get to the tomcat home page, instead of it showing me a blank
page?

thanks again.



On Fri, Mar 12, 2010 at 1:48 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: testwreq wreq [mailto:testw...@gmail.com]
> > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3
> >
> > 8080 does not work either. And, there are no logs generated.
>
> Firewall?  Do a netstat -ano and verify that Tomcat is listening on 8080.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to