Troy,
Can you check the log files and see when the requests are coming to the
server? You might also add some logging to the JSP pages to see if they are
being processed immediately or are actually getting executed with the lag
that you are experiencing.

-Richard


-----Original Message-----
From: Campano, Troy [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 10:00 AM
To: [EMAIL PROTECTED]
Subject: Problems with JSP pages not loading


Hello,
I was wondering if anyone else has run into this problem.
I have a JSP/Java web application that uses frames.

There are about 5 pages total in the frame.
Once they load for the first time, they are compiled and run fast.

My problem is that after my tomcat server has been running for a while the
pages take forever to load (about 15 seconds). Then when I request them
again, it's the same thing.

The pages that take a while to load are basically all html..with a
request.getParameter(") scriplet.
When I remove all the JSP code, it still has the same problem.

Any ideas?

Thank you!

~ Troy Campano ~

===========================================================================
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