Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 72146 invoked by uid 500); 16 Jul 2001 13:52:34 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 72139 invoked from network); 16 Jul 2001 13:52:33 -0000 Received: from unknown (HELO ?63.126.72.2?) (63.126.72.2) by h31.sny.collab.net with SMTP; 16 Jul 2001 13:52:33 -0000 Received: from no.name.available by [63.126.72.2] via smtpd (for h31.sny.collab.net [64.208.42.41]) with SMTP; 16 Jul 2001 13:52:42 UT Received: by intexch01.prod.appriss.com with Internet Mail Service (5.5.2653.19) id <3STJ8LR0>; Mon, 16 Jul 2001 09:52:36 -0400 Message-ID: <097BAA79C5A5E442B85CB6E224A91A3D30CCBD@intexch01.prod.appriss.com> From: Cory Powers To: "'tomcat-user@jakarta.apache.org'" Subject: RE: Tomcat & Frames Date: Mon, 16 Jul 2001 09:52:33 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N UPDATE: I changed the name of the frame in the frameset and it started working. The problem did come back once I updated the page again but, I changed the name and it started working again. There is obviously a bug somewhere in the code causing this I have filed a bug report(#2605) and I am waiting on a response. Cory -----Original Message----- From: Cory Powers Sent: Monday, July 16, 2001 9:16 AM To: 'tomcat-user@jakarta.apache.org' Subject: RE: Tomcat & Frames I'm not opening any resources on these frame pages, I am only using a couple of application scope beans that always remain open. I did notice that it works when I reduce the number of frames to 3. -----Original Message----- From: RV Tobin [mailto:rvtobin@home.com] Sent: Saturday, July 14, 2001 10:22 AM To: tomcat-user@jakarta.apache.org Subject: Re: Tomcat & Frames I think I've solved my problem. I don't know if it'll help anyone else experiencing this, and it's hard to tell if I've really fixed it this time, because the situation seems to get better sometimes, and then gets worse again, but so far it looks like it's okay now. I use UD4 to write my JSPs, and the MM code does not close all the connections. It closes the recordsets and the database connections, but it does not explicitly close the preparedStatements, and that results in memory leaks. I think the problem is exacerbated when you use frames, because the connections never get closed, the frames are always displaying and getting refreshed, and so, eventually, it takes longer and longer to refresh the pages. I've gone through all my pages and added the statement to close the preparedStatements, and the pages seem to be loading correctly now every time, regardless of how often I refresh them. Val ----- Original Message ----- From: "Cory Powers" To: Sent: Friday, July 13, 2001 11:34 AM Subject: Tomcat & Frames > I saw an earlier post that described the exact same problem I was having > with Tomcat 3.2.2 Final and Tomcat 4.0b5 but, I have not seen a response > yet. I have made a bug report in Bugzilla with no response from there > either. Here is the problem once again... > > I have an index.html file that contains 4 frames all of which are jsp pages. > It has been working fine for 2 months. I recently added a link to one of the > pages and when I brought the frames page tomcat would not load the modified > page, the browser will constantly try and load the page with no success. I > go directly to the page URL (outside of the frameset) and the page compiles > and loads just fine. I go back to the frames page and the page will still > not load. Tomcat is compiling the page OK but will not server the page. > > Has anyone seen a similar problems. > > BTW I have restarted the server and tried accessing Tomcat directly on port > 8080 instead of using apache and neither have resolved the problem. > > Thanks, > Cory > cpowers@appriss.com