Hi there,
I have an application divided into an ear archive, which contains several Jar 
files with EJBs and a webapp directory with JSPs and "client" classes to access 
EJBs.
I can't package the web application inside the ear file because graphic 
designers need to make changes to JSPs often.
I want to avoid having to unpak jars inside ear each time I make a change into 
any client class (client classes and Transfer objects must reside both in .ear 
file and in WEB-INF/lib directory in the webapp.

Can I avoid putting jar files in WEB-INF/lib in the application and make webapp 
container to load the ear classpath for that web application?
Maybe there is some type of entry in jbossweb.xml to make it use the 
classloader in the ear file specified in jboss-app.xml with:
<loader-repository>some.dot.com:loader=webtest.ear</loader-repository>

Thanks for any help.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857444#3857444

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857444


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to