0 Replies Latest reply on Oct 21, 2005 5:01 PM by embar_pr

    load classes outside the jboss directory

    embar_pr

      I'm trying to deploy a SAR which has a classpath that is outside of the jboss directory so that I don't have to copy my binaries every time I recompile. (My binaries are over 150MB.)
      I'm trying to do this in the following way, which is not working, so I would appreciate info on how to make it work...
      Here is my attemp with changes to the jboss-service.xml:

      <server>
      <classpath codebase="file://c:/project/bin/" archives="*"/>
      <mbean code="com.****.****.StartClass">
      </mbean>
      </server>


      Note that I have directories in the binary folder that follow the namespace specifications. E.g., c:/project/bin/com/****/****/