0 Replies Latest reply on Sep 8, 2005 8:45 PM by jjcarr2

    Undeploying a JAR file?

    jjcarr2

      I'm trying to get jBoss to undeploy a jar file so that I can upload a new version of that file, but it doesn't seem to want to.

      I'm placing the JAR file under the deploy directory, and I'm trying to replace the classes in that file with new versions of the same classes. I've tried normal Java garbage collection and undeployment, but they don't seem to work.

      Is there any way to make JBoss undeploy a jar without a restart?

      Thanks,
      James