Memory Leak?

2002-05-29 Thread Mark Shurgot
I am having the strangest problem with Tomcat and inner classes. In a few JSP pages, we use inner classes (beefed up structs) to store information retrieved from a database into a collection class (Vector). It seems that somewhere between getting the data from the result set and constructing

RE: global resources

2002-05-29 Thread Mark Shurgot
You should use $CATALINA_HOME/commom/classes and $CATALINA_HOME/common/lib -Original Message- From: Christian J. Dechery [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 10:59 AM To: [EMAIL PROTECTED] Subject: global resources I can't seem to get my classes as global. I want

RE: Memory Leak?

2002-05-29 Thread Mark Shurgot
. fillup On 5/29/02 10:55 AM, Mark Shurgot [EMAIL PROTECTED] wrote: I am having the strangest problem with Tomcat and inner classes. In a few JSP pages, we use inner classes (beefed up structs) to store information retrieved from a database into a collection class (Vector). It seems

RE: Memory Leak?

2002-05-29 Thread Mark Shurgot
We have narrowed it down to a simple test page. Try this out and see if you have the same problem. Attached is the test page, the correct results, and the corrupted results. Run the test page a few times. Take note that the first three or four times you access the page, all is fine. The