RE: Install Tomcat 4.0 + JDK 1.4.

2002-04-24 Thread Douglas, Rory
I had similar errors when moving from Tomcat 3 to 4. It may have to do with the declaration of the DTD at the top of your .tld. I found that I had to change it to 1.2, and change all tags in the taglib descriptor to their new form ie becomes maybe that helps -Original Message- From: K

RE: Install Tomcat 4.0 + JDK 1.4.

2002-04-24 Thread Brett Porter
1. the old XML parser was probably more lenient. The syntax in the XML sounds wrong, something before the tag I guess 2. did you expect anything else? You are trying to serve the class file as content, you should place it under WEB-INF/classes and then setup web.xml. You should read some of the