RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Shapira, Yoav
Howdy, You may wish to have Apache, not tomcat, serve static content such as images. But for your current setup, using only tomcat, you probably need to increase the amount of memory available to the JVM. You can do this via the -Xmx parameter to java. You set that parameter in your

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Patrick Codere
: August 21, 2002 10:04 AM To: Tomcat Users List Subject: RE: OUT OF MEMORY ERROR - PLEASE HELP Howdy, You may wish to have Apache, not tomcat, serve static content such as images. But for your current setup, using only tomcat, you probably need to increase the amount of memory available to the JVM

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Shapira, Yoav
PROTECTED]] Sent: August 21, 2002 10:04 AM To: Tomcat Users List Subject: RE: OUT OF MEMORY ERROR - PLEASE HELP Howdy, You may wish to have Apache, not tomcat, serve static content such as images. But for your current setup, using only tomcat, you probably need to increase the amount of memory

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Patrick Codere
Thanks a lot. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: August 21, 2002 10:29 AM To: Tomcat Users List Subject: RE: OUT OF MEMORY ERROR - PLEASE HELP Hi, Only one of CATALINA_OPTS or JAVA_OPTS is needed, not both. See if it works for you with 512MB