3 Replies Latest reply on May 23, 2003 10:11 AM by remrick

    Expanding Common JARS - where to put classfiles?

    remrick

      Hello -

      What is the "best practice" to use during development with JBoss when it comes to deploying class files. The idea is to be able to recompile (quickly) changes to source code and have the resulting class file be placed into a directory (where?) that JBoss will see on startup.

      I tried using both the /server/all/deploy and /server/all/lib directories but they both resulted in NoClassDefError excptions.

      I want to avoid having to JAR up all my classfiles and placing the JAR into the /server/all/lib directory everytime I change a single Java source.

      Thanks,
      -Ron