Re: Tomcat problems with large number of contexts in webapps

2008-06-13 Thread Filip Hanik - Dev Lists
if you use a more recent JDK, then the OutOfMemoryError should have an additional message, depending on what this message is, you'll need to apply different tuning parameters. so if you share the message with us, we can maybe help you, if your OOME doesn't have a message, upgrade your JDK and

Tomcat problems with large number of contexts in webapps

2008-06-11 Thread mopont
Hello everyone! I use tomcat since version 4, and in all of this time I always used to work with small number of contexts in the webapps. Nowadays I'm in working with a e-learning application, so we customize the same version of our application to our clients. The fact is that the increasing

RE: Tomcat problems with large number of contexts in webapps

2008-06-11 Thread Caldarale, Charles R
From: mopont [mailto:[EMAIL PROTECTED] Subject: Tomcat problems with large number of contexts in webapps we gave to tomcat -Xms 512m -Xmx1024m of memory, but we have a OutofMemory even before reaching that limit. Need details here. What JDK are you using? If it's a HotSpot JVM, are you