Usually, I package my JSPs and jars in a war file and place the war file in
server/all/deploy. My war file contents look like:
myapp.war:
./index.jsp
./WEB-INF/web.xml
./WEB-INF/lib/some.jar
index.jsp references classes in some.jar
What are the contents of your jar file? Run "jar -tf yourjarfile.jar" and post
the results.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968234#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...