i'm using jboss 3.2.5 and deploy an EAR with multiple WARs.

i need to have a separate classloader for each WAR.

if i was not using an EAR, i would use jboss-web.xml:

  | <class-loading java2ClassLoadingCompliance='false'>
  | <loader-repository>
  | some.dot.com:loader=$site-name$.war>
  | </loader-repository>
  | </class-loading>
  | 

that way i have an isolation and i also control classloader name so i can filter my 
logs based on it using org.apache.log4j.spi.Filter.

however, since i'm using an EAR, i can only use 
jbossweb-tomcat50.sar/META-INF/jboss-service.xml:
<attribute name="UseJBossWebLoader">false</attribute>

when using this option:
i do not have control of the classloader name
  | i get many exceptions logged to the console
  | 
  | any ideas?

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

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


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to