I've been working with the Resin server, which I have found to be quite reliable. I have also had mostly positive experiences working with the Orion server. Tomcat however, is a different story: 1. Tomcat's own servlet examples do not work. Every example I try gives me a 404 or 500 error. 2. Tomcat's JSP examples work, except for the JSP-Servlet-JSP example, which results in a 404 error. Also, the simple custom tag example doesn't work either; that results in a 500 error. 3. My own JSP tags don't work either. For those I get the following error: Error: 500 Internal Servlet Error: org.apache.jasper.JasperException: Unable to open taglibrary taglib.tld : Parse Error in the tag library descriptor: Relative URI "web-jsptaglib_1_1.dtd"; can not be resolved without a document URI. at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java, Compiled Code) at org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:110) at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java, Compiled Code) ... Can anyone shed some light on these problems? I have been able to get the servlet examples to work by editing the server.xml file and adding the appropriate tags, but it seems ridiculous that one should have to edit configuration files just to get tomcat's own examples to work. I have found no solution for problems 2 and 3 listed above. Thanks, david ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
