Hi all, We have just developed a JSP-based web site but we need to place it in a Server which does not support JSP, only Servlets. We use Tomcat's JSPC to compile JSP and Java Beans into Servlets and we get many ClassNotFound errors. Once added Java 2 Enterprise Edition classes to the ClassPath and compiled it correctly we still have some problems when trying to access to the compiled servlets (http://ourhost/servlets/ClassName). We get the NullPointerException when the server tries to access the JSPFactory instance. The server fails when tries to create a JSPFactory. This error disappears if we have accessed any JSP page before. Has anybody used the JSPC compiler? Does anybody know how to correct the error? Thanks in advance. Pau. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
