2 Replies Latest reply on Sep 2, 2004 2:15 AM by genman

    classes hot deploy

    erezharari

      when i change a class and compile it to the web-inf/classes directory while jboss is already running, jboss does not recognize the change and ignores it - how can i configure jboss to reload the site with the new class?

      my jboss-web.xml:

      <class-loading java2ClassLoadingCompliance='false'>
      <loader-repository>com.magicsoftware.ibolt.portal:loader=eip</loader-repository>
      </class-loading>