: RE: Using = 150 CustomTags on a JSP breaks the VM for all Tomcats

2001-08-16 Thread Alan Ryan
Hi, I saw this msg in the archives from May '01, has there been any update on this. I seem to be having the same problem. cheers, Alan From: Marc Saegesser Subject: RE: Using = 150 CustomTags on a JSP breaks the VM for all Tomcats (4.0b5/3.2.2b3-b5) Date: Wed, 23 May 2001 08:57:27 -0500

RE: : RE: Using = 150 CustomTags on a JSP breaks the VM for all Tomcats

2001-08-16 Thread Larry Isaacs
There is a limit in the JVM which is being crossed when the class file for the JSP page gets too large. Maybe someone who knows can elaborate. I would guess this limit is something like the maximum length of byte code for a code block, or perhaps a try/catch, is 64K bytes. The class file for

RE: Using = 150 CustomTags on a JSP breaks the VM for all Tomcats (4.0b5/3.2.2b3-b5)

2001-05-23 Thread Mueller, Franz
Sorry about this, but the war-file is 100k; can't attach it as stated. I'm attaching the JSP. It requires the struts.jar and the struts-html.tld to work (actually to not work :( Regards, fm TagTest.jsp TagTest.jsp

RE: Using = 150 CustomTags on a JSP breaks the VM for all Tomcats (4.0b5/3.2.2b3-b5)

2001-05-23 Thread Marc Saegesser
I tried your example and got the same result using JDK1.2.2/Hotspot. When I use a non-hotspot JVM I get an out of memory error. If you haven't already, please submit a bug report about this at http://nagoya.apache.org/bugzilla/ -Original Message- From: Mueller, Franz [mailto:[EMAIL