It would appear that you are using the url http://locahost:8080/test.war/date.jsp. You should, instead, be using http://locahost:8080/test/date.jsp. Note that JBoss uses the .war extension to identify the type of component being deployed, but that extension does not appear in the web context.
P.S. You should have started a new post rather than appending to an existing one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951718#3951718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951718 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
