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

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

2001-05-22 Thread Mueller, Franz
Hi all, I'm facing a showstopper for further usage of tomcat. Placing a lot (>=150) custom tags on a JSP brings down the VM on Win-platforms (Win2k and NT4.0 latest SP) (Tested with JDK1.3 and JDK1.3.1 (beta)) The creation of the corresponding java file (from the JSP) and the compilation to t

Question regarding autoFlush

2001-04-04 Thread Mueller, Franz
Hi all, If the page-directive autoflush is set to "true" <%@ page autoFlash="true" %> and when the JSP uses a body-aware Tag class MyTag extends BodyTagSupport {...} the JSP-environment will generate a BodyContent ( which extends JspWriter) out = pageContext.pushBody()

Re:SSL

2001-03-06 Thread Mueller, Franz
Hi Stephane, server.xml file under %TOMCAT_HOME%\conf contains a short but a very good description of all the steps, that are required to setup SSL with Tomcat. I've tried it with Tomcat 3.2.2b1 (+ JDK1.3.1) and it worked great. Best regards, fm -

ignored under Tomcat-3.2.1

2001-01-16 Thread Mueller, Franz
Hi, the following entry in the web.xml - file is ignored under tomcat3.2.1 but works as expected with 4.0b1. 404 404.html Under tomcat3.2.1 I've got an OutOfMemory-Exception, when entering /404.html. Any suggestions? Regards, fm