Problems with Manager reload, memory usage and garbage collection.

2002-02-15 Thread Thomas Åhlen
Each time I reload my application with the Manager servlet the memory usage increase. Spec: I have Tomcat 4.0.2 and JDK 1.3.1_02 running on a Windows2k machine. I have located my problem using JProbe with Tomcat 4.0.2. Looking at the instance summary before and after a reload I see that there

Re: Problems with Manager reload, memory usage and garbage collection.

2002-02-15 Thread Thomas Åhlen
Each time I reload my application with the Manager servlet the memory usage increase. Spec: I have Tomcat 4.0.2 and JDK 1.3.1_02 running on a Windows2k machine. I have located my problem using JProbe with Tomcat 4.0.2. Looking at the instance summary before and after a reload I

Servlet deployment without using web.xml?!

2002-01-18 Thread Thomas Åhlen
for any suggestions Thomas Åhlen -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Servlet deployment without using web.xml?!

2002-01-18 Thread Thomas Åhlen
Have you considered having your controller servlet dispatch to regular old Java code instead of to other servlets? That way you can have full control and still stay within the servlet spec. Yes that is an option but it would require something like this