Tomcat 4.1.18->4.1.24 causes standard tag to fail

2003-04-04 Thread Jim Henderson
I had been running my application with Tomcat 4.1.18 and Java 1.4.1_2-b06 under Redhat Linux 8 without problems. However, once I switched to Tomcat 4.1.24 I get the following error first time a page is displayed (compiled): org.apache.jasper.JasperException: /jsp/Fold

RE: Stuck in Mud... Need your help...

2002-12-16 Thread Jim Henderson
Try using just "... extends TagSupport ..." and not BodyTagSupport. Seems I had the same problem and went round and round on it. -Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 15, 2002 6:58 PM To: [EMAIL PROTECTED] Subject: Stuck in Mud... Need

RE: Help to new Tomcat User

2002-12-11 Thread Jim Henderson
Start by looking at the examples that come with Tomcat. Read the Tomcat documentation (there is a lot of it and you really have to dig for some items). Get the second edition of Java Server Pages (O'Reilly, Hans Bergsten). Use the Tomcat User's Group - not this group. Be patient, keep digging.