A welcome file servlet requires a mapping like:
| <welcome-file-list> | <welcome-file>WelcomeServlet</welcome-file> | </welcome-file-list> | | <servlet> | <servlet-name>WelcomeServlet</servlet-name> | <servlet-class>...</servlet-class> | </servlet> | | <servlet-mapping> | <servlet-name>WelcomeServlet</servlet-name> | <uri-pattern>*.welcome</uri-pattern> | </servlet-mapping> | and a matching (can be empty since its ignored) static file such my.welcome under each path where the welcome servlet is to be invoked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930597#3930597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930597 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
