Re: Frustrated by Tomcat4 & Cocoon2

2001-08-23 Thread Sergio Carvalho
I had core dumps of the Java VM after upgrading to Suse 7.2, because of a clash with the new glibc. It might be what you are seeing. If it is, then the proposed solution by Sun is to execute: ulimit -s 2048 before launching the java virtual machine. This limits the stack size, which was the beh

RE: Frustrated by Tomcat4 & Cocoon2

2001-08-23 Thread Lamb, Mark
Thanks a lot everyone, That worked a treat - it was really starting to bug me :) Cheers again, Mark. - Please check that your question has not already been answered in the FAQ before posting.

Re: Frustrated by Tomcat4 & Cocoon2

2001-08-23 Thread Marcus Crafter
Hi Mark, The problem you are experiencing is a known problem with jdk1.3.1. It does not occur with jdk1.3.0. Nevertheless, there is a fix. Which is to add the string '-classic' to your $CATALINA_OPTS environment variable. This should fix the issue. Hope th

Re: Frustrated by Tomcat4 & Cocoon2

2001-08-23 Thread Christopher Cobb
Try 1.3. "Lamb, Mark" wrote: > Hi All, > > I am getting really frustrated trying to get Cocoon2 to run under Tomcat4. > > I have a Linux Mandrake 8.0 machine with Java 1.3.1 installed. > Tomcat 4.0-b7 has been downloaded, installed and I have confirmed that it > works correctly. > Jakarta Ant 1.

Re: Frustrated by Tomcat4 & Cocoon2

2001-08-23 Thread java guru
Hi., There were earlier reports of "segmentation fault" on linux platform 'coz of sun jdk. Sun also have faq on that issue and workaround.. Your problem may/maynot be related with that...try it out.. Good luck --- "Lamb, Mark" <[EMAIL PROTECTED]> wrote: > Hi All, > > I am getting really