Looks like you are missing the welcome-file-list in the web.xml of your war file.
Something like:
<welcome-file-list>
| <welcome-file>index.jsp</welcome-file>
| </welcome-file-list>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977867#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...