[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSF at jboss-4.0.5.GA

stan.silvert@jboss.com do-not-reply at jboss.com
Wed Jul 11 15:56:50 EDT 2007


The global web.xml is in deploy/jbossweb-tomcat55.sar/conf.  This file defines things that are automatically added to the web.xml of your WAR.  

The JSP servlet is already defined in this file so you don't need to declare it in your own WAR.  If you need to change the settings for the JSP servlet then you can do it in deploy/jbossweb-tomcat55.sar/conf/web.xml.

Stan

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063183#4063183

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063183



More information about the jboss-user mailing list