When I reboot tomcat, the problem goes away...but tends to come back after a day or two.
I received this message on pages that were taking a long time to load...looks normal to me: 2003-09-18 11:18:40 StandardContext[/redi]: Mapped to servlet 'jsp' with servlet path '/modules/drone/ViewInventory/ViewServerDatabases.jsp' and path info 'null' and update=true 2003-09-18 11:18:49 StandardContext[/redi]: Mapping contextPath='/redi' with requestURI='/redi/modules/drone/ViewInventory/MenuViewServerDatabases.js p' and relativeURI='/modules/drone/ViewInventory/MenuViewServerDatabases.jsp' 2003-09-18 11:18:49 StandardContext[/redi]: Trying exact match 2003-09-18 11:18:49 StandardContext[/redi]: Trying prefix match 2003-09-18 11:18:49 StandardContext[/redi]: Trying extension match 2003-09-18 11:18:49 StandardContext[/redi]: Mapped to servlet 'jsp' with servlet path '/modules/drone/ViewInventory/MenuViewServerDatabases.jsp' and path info 'null' and update=true 2003-09-18 11:18:49 StandardContext[/redi]: Mapping contextPath='/redi' with requestURI='/redi/inc/img/swf/LoadingData.swf' and relativeURI='/inc/img/swf/LoadingData.swf' 2003-09-18 11:18:49 StandardContext[/redi]: Trying exact match 2003-09-18 11:18:49 StandardContext[/redi]: Trying prefix match 2003-09-18 11:18:49 StandardContext[/redi]: Trying extension match 2003-09-18 11:18:49 StandardContext[/redi]: Trying default match 2003-09-18 11:18:49 StandardContext[/redi]: Mapped to servlet 'default' with servlet path '/inc/img/swf/LoadingData.swf' and path info 'null' and update=true 2003-09-18 11:18:49 StandardContext[/redi]: Mapping contextPath='/redi' with requestURI='/redi/modules/drone/ViewInventory/FrameViewServerInfo.jsp' and relativeURI='/modules/drone/ViewInventory/FrameViewServerInfo.jsp' However I did see some of these messages, I'm not sure it has to do with my application or another though: 2003-09-18 11:18:25 StandardContext[/redi]: Mapped to servlet 'default' with servlet path '/modules/drone/ViewInventory/treeview/ftv2pnode.gif' and path info 'null' and update=true 2003-09-18 11:18:25 StandardWrapperValve[default]: Servlet.service() for servlet default threw exception java.io.IOException: Broken pipe -----Original Message----- From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 2:22 PM To: [EMAIL PROTECTED] Subject: Re: Problems with JSP pages not loading 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 =========================================================================== 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