> From: Manca Davide [mailto:[EMAIL PROTECTED] > Subject: R: [Tomcat 6] jsp on the fly > > but it doesn't... > how can I make it works?
Does auto-compilation of JSPs work in a fresh Tomcat download, using the included JSP examples? If so, then something you have changed in your current Tomcat installation has broken it. Check if you've damaged conf/web.xml, since that's where the JspServlet is defined. You'd do well to read up on Tomcat configuration, since the server.xml you posted violates current practice: http://tomcat.apache.org/tomcat-6.0-doc/config/context.html Putting <Context> elements in server.xml is undesirable, as is configuring a workDir inside WEB-INF (which should be treated as read-only). The latter issue may be the cause of your JSP problem, but I haven't tried to verify it. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]