Does anyone using JDeveloper 3.0 on NT and Java Web Server 2.0 on NT Both are on different machine. I'm facing few problem in deploying Database servlet files from JDeveloper to Java Web Server I just can't access servlet how hard I try ...Although I follow the steps provided in Jdev 3.00 Help. Is there somewhere I have to create .shtml file ... not quite sure thanks , -----Original Message----- From: David Geary [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 16 February 2000 4:22 To: [EMAIL PROTECTED] Subject: Tomcat: The Emperor's New Clothes? 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(JspParseEve ntListener.java, Compiled Code) at org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList ener.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: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
