Re: Memory for JSP Compliation in 4.1

2005-05-12 Thread Wendy Smoak
From: Will Hartung [EMAIL PROTECTED] Um...how big is the JSP that you're compiling? Is there perhaps a way to make it smaller? Perhaps including some of the static content at runtime rather than compile? (I'm trying to fathom a big enough JSP that would blow up the compiler, but who knows.)

Memory for JSP Compliation in 4.1

2005-05-11 Thread Wendy Smoak
Will adding JAVA_OPTS=-Xmx128M to catalina.sh help with running out of memory during JSP compilation in 4.1? The notes in catalina.sh say that these options will be used when the start stop or run command is executed, but from the Jasper config page, I see that Tomcat will 'fork' another JVM

Re: Memory for JSP Compliation in 4.1

2005-05-11 Thread Will Hartung
From: Wendy Smoak [EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 10:42 AM Subject: Memory for JSP Compliation in 4.1 Will adding JAVA_OPTS=-Xmx128M to catalina.sh help with running out of memory during JSP compilation in 4.1? The notes in catalina.sh say that these options