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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...