I figured out my problem. I needed to include a jboss-web.xml file and that seems to solve the issue. my jboss-web.xml had nothing in it!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.2//EN" "http://www.jboss.org/j2ee/dtd/jboss-web.dtd"> <jboss-web> </jboss-web> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879546#3879546 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879546 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
