Hi!

I don't know if this applies to your webapp, but there is an issue with the java compiler having a memory leak which can lead to OOM errors when tomcat has to compile many jsps over and over. A remidy for this is either to use jikes instead of javac entirely or to set the fork attribute of the default servlet to true, thus loosing some speed but preventing the leak.

HTH

Phil


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to