[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: global servlet needed
bstansberry@jboss.com
do-not-reply at jboss.com
Wed May 16 11:16:20 EDT 2007
In the jbossweb-tomcat55.sar/conf folder there is a web.xml file whose contents are basically integrated into the web.xml of every deployed web app. The servlets you see there are what allow things like serving static content and jsps to work. You could add your servlet to this file. Add your jar to server/xxx/lib or to the jbossweb-tomcat55.sar.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046185#4046185
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046185
More information about the jboss-user
mailing list