2 Replies Latest reply on Feb 8, 2011 4:40 AM by guyroth

    configure class-loader to parent-first mode

    guyroth

      I'd like to configure Jboss to run my application in Parent-first mode i.e.:

       

      if a class exist in server/default/lib then load it from there, if not try to find it in web-inf/lib of the deployed application.

       

      How can I configure JBoss to work in this mode.

      as far as I understand my option are only

      • to set the application isolation true or false
      • to set the parent delegation true or false

       

       

      (i.e 4 options)