I have an Seam application deployed in an .ear file containing a .war file, and a .jar
file . All the application's class files are contained in the .jar file and there are
no classes in war file's WEB-INF/classes directory.
Using truss I see that JBoss is searching for application class files in WEB-INF/classes ,
and failing to find them there, as they are in the .jar file. Is there any way to prevent
JBoss searching the WEB-INF/classes directory ? as this is adding a significant overhead
to each request.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165588#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...