1 Reply Latest reply on Nov 9, 2004 3:14 AM by frito

    updating single war when there are multiple wars in vm

    shacka

      Hi, all..

      My Application has 4 different war "zones" running on a single JVM
      and there are common library files and all of these archives are
      "exploded" on a $jbossdir/deploy/xxx.ear/...

      I can go and update JSP files without redeploying..
      But when I replace servlet class files or library class files, they obviously
      aren't affective immediately until I restart jboss or change top-level
      DD xml file..

      Is it possible to force jboss to redeploy single war zone without interrupting other war's..?

      Also, is there any hope to change library class without restarting or
      redeploying the whole ear application...??

      We are trying to add reseller zones and they would be sharing same
      components (i.e. libraries) therefore, when we change the library should
      not cause interruption to all of our reseller zones..

      Any help or insight will be greatly appriciated..

      Thanks...