Hi all,
I'm running TomCat 6.0.26 on a Win2008 machine.
I'm running three web-apps on a single instance.
After a few hours of running, I start getting java.lang.ClassNotFoundException
when trying to access certain JSP files.
Other JSP files are accessible.
I get this exception for pages on all three web-apps.
I checked with jconsole, and their are really no JSP compiled classes in memory
for the pages I try to access.
After restarting TomCat, I manage to access these pages.
Another thing to note is that one of my web-apps is writing a lot of logs to
catalina - on purpose.
Any ideas? is it a memory problem? I'm thinking of working with separate TomCat
instances per web-app.
Thanks