I think I was in the middle of replying to your first post when you made your second post.
I think you need to add a servlet mapping section (I made up a url pattern, you can use
any pattern you like):
<servlet-mapping>
| <servlet-name>ControllerServlet</servlet-name>
| <url-pattern>/controller</url-pattern>
| </servlet-mapping>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979112#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...