Maybe you should first try and figure out why it's running out of memory? Maybe it has to do with the jsp and servlets that are being use ? If you set your heap to a large value, that won't necessarily solve your problems it might just cure the symptoms.
[EMAIL PROTECTED] wrote: >Hi, > >I have a problem with a webapp application. It produces sometimes a >java.lang.OutOfMemory error and Tomcat is going to >shut it down like this: > >java.lang.OutOfMemoryError >java.lang.OutOfMemoryError >Stopping service Tomcat-Standalone >Exception during startup processing >java.lang.reflect.InvocationTargetException: java.lang.OutOfMemoryError >Starting service Tomcat-Standalone >Apache Tomcat/4.0.4-b3 > >After this, the webapp wasn't available any more. I had to stop and start >Tomcat by myself. >What can I do to get Tomcat restart correctly / by itself? > >I set the JVM head size to bigger values but what if this doesn't help? How >can I guarantee a running / stable system? > >Thanks in advance, > > Paul > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
