Howdy, Add -XmxNm to your CATALINA_OPTS, where N is a the maximum heap space in MB. The Java default is 64MB, and you're running out of memory. See http://java.sun.com/j2se/1.3/docs/tooldocs/win32/java-classic.html
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 13, 2002 4:01 PM >To: [EMAIL PROTECTED] >Subject: Tomcat 4 java.lang.OutOfMemoryError > >I've seen this question a lot in the email group, but I can't find the >solution. Could someone point me to the fix for this problem. I can send >the whole log file if needed. It just shows exceptions being thrown and at >the bottom it says this: > >----- Root Cause ----- >java.lang.OutOfMemoryError > > > >Thank You, > >Justin A. Stanczak >Web Manager >Shake Learning Resource Center >Vincennes University >(812)888-5813 > > > >-- >To unsubscribe, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
