2 Replies Latest reply on Oct 18, 2005 12:25 PM by denisius

    How to disable classloading delegating to the server's loade

    denisius

      I have an apllication (.ear) that uses log4j.jar for logging (it places in this ear). As we know jboss uses its own lo4j.jar from server/lib folder. So when by application starts up it inits log4j with app specific log4j.xml conf file - as a result i see that instead of loading new Logger (from jar in ear) it usses already loadded one - loadded by jboss on start up.
      So how to separate loading scopes?