I keep getting entries like this from netstat during that 10 second
period where the page is loading:

[EMAIL PROTECTED] ViewInventory]$ netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address           Foreign Address
State
tcp        0      0 insomnia.lmig.co:tproxy 147.179.134.52:1931
ESTABLISHED

And then when it finally loads the State goes to TIME_WAIT:

[EMAIL PROTECTED] ViewInventory]$ netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address           Foreign Address
State
tcp        0      0 insomnia.lmig.co:tproxy 147.179.134.52:1931
TIME_WAIT



and then eventually the entry disappears.

Does this mean anything?

Thanks again!

~ t r o y ~

-----Original Message-----
From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 19, 2003 12:20 PM
To: [EMAIL PROTECTED]
Subject: Re: Problems with JSP pages not loading

Troy,
In your server logs, do you see log entries for each of the requests? If
so,
then I believe that the server has serviced all of the requests and the
problem might be somewhere else. Can you run netstat to view all of the
socket connections on your computer. I'm wondering if the delay is for
the
sockets to close.

-Richard


-----Original Message-----
From: Campano, Troy [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 9:10 AM
To: [EMAIL PROTECTED]
Subject: Re: Problems with JSP pages not loading


Oh and to answer your other questions, yes it has happened to about 5
other
people and I've tested IE and netscape.

Also, the way I've figured to duplicate the problem has been to keep
hitting
the pages over and over and eventually they start this weird behavior of
not
loading.

Restarting tomcat clears the problem until people go to the site and
then it
starts up again.

Thanks!

-----Original Message-----
From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 11:53 AM
To: [EMAIL PROTECTED]
Subject: Re: Problems with JSP pages not loading

Troy,
Have you determined that the request is getting handled by the server by
looking at the server logs and putting debug statements in your code?
Does
it happen on all browsers? Are you running the server on the same
machine as
your browser? If so, have you tried accessing the page from a different
machine?

Regards,

Richard

========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to