We're going to have to get low level on this
In other words we need to know whats wrong before offering diagnosis
We can diagnose this problem with tcpdump available at
http://www.tcpdump.org/
example:

tcpdump src host YangXiao.com and port 80

this will give you every incoming/outgoing packet from/to Port 80 on
webserver YangXiao.com

Report back what you find..

Martin-

----- Original Message ----- 
From: "Parsons Technical Services" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Yang Xiao"
<[EMAIL PROTECTED]>
Sent: Friday, December 10, 2004 6:24 PM
Subject: Re: Strange problem


> Yang,
>
> Give us some history. Is this a new build? Did it work before? With
another
> app? Are the default components working? Can you get to static content?
>
> Doug
>
>
> ----- Original Message ----- 
> From: "Yang Xiao" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Friday, December 10, 2004 6:00 PM
> Subject: Strange problem
>
>
> > Hi all,
> > I'm running Tomcat 5.0.30 on FC2 with SUN 1.4.1_02 jdk
> > I'm having this strange problem, I can not access any jsp or servlet
> > pages using a browser, it seems to be  timing out, but telnet to the
> > port tomcat is listening then type GET ... works. I can see the
> > directory structure and regular html pages works fine, any ideas?
> > Also, there were no error messages in the log either, a tcpdump
> > indicates the server terminates the connection right after the  http
> > requst was sent from the browsers (I tried both IE and firefox)
> >
> > Many thanks!!
> >
> > Yang
> >
> > ---------------------------------------------------------------------
> > 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]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to