As regards question 8), that is due to a wrong library name in the example build.xml file.
Look for the line saying
| <pathelement
path="${jboss.dir}/server/default/lib/javax.servlet.jar"/>
|
and replace "javax.servlet.jar" with "servlet-api.jar".
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105393#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...