I think I know what the issue is. Your controller class has no package. A seem to recall
that there is an issue with accessing packageless classes within the web-inf/clases
directory (tried looking for the post, but could not find it). I suggest adding a package
to your controller class, modify the web.xml accordingly, and try again.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979126#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...