RE: strange problem with tomcat version 3.3a

2002-03-06 Thread Larry Isaacs
mcat 3.3 installation. Cheers, Larry > -Original Message- > From: Tomcat Programmer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 2:37 PM > To: Tomcat Users List > Subject: RE: strange problem with tomcat version 3.3a > > > Larry, > > Thanks ve

RE: strange problem with tomcat version 3.3a

2002-03-06 Thread Tomcat Programmer
Larry, Thanks very much for your help! This is invaluable information. Do you know if it would be possible to make Tomcat 3.3a use JspServlet instead of JspInterceptor? I am using the Tomcat 3.2.1 engine now for our applications and the preformance is acceptable, so I am assuming that if I coul

RE: strange problem with tomcat version 3.3a

2002-03-06 Thread Larry Isaacs
For performance reasons, Tomcat 3.3 uses the JspInterceptor module instead of Jasper's JspServlet to translate and compile JSP files. Since it was the JspServlet that was providing most of the log output for the INFORMATION level, you don't see any "jasper" log output when using JspInterceptor. I