2 Replies Latest reply on Jan 17, 2005 5:19 PM by yangju

    problem in Hot deploying the exploded war file.

    kumaravel

      Hi,
      I have a problem in hot deploying the exploded war file in the farm directory (for clustering) of JBoss3.2.3. I.e i have moved all my contents of the war file to the .../farm/test.war directory while the JBoss is running in cluster mode, which i could not succeed . Its getting deployed only when i restart my jboss.But it works fine when i try it with compressed war file. Is there any other way i could do hot deployment in cluster mode using exploded war/ear.

      Any help is appreciated,
      kumar.

        • 1. Re: problem in Hot deploying the exploded war file.
          belaban

          exploded wars/sars are currently not supported (as stated in the docs).
          Regards,
          Bela

          • 2. Re: problem in Hot deploying the exploded war file.
            yangju

            I tried to hot deploy exploded (unpacked) war in all/farm, but I got:

            java.io.FileNotFoundException: D:\apps\jboss\jboss-4.0.1RC2\server\all\f
            arm\webapp.war (Access is denied)
            at java.io.FileInputStream.open(Native Method)

            Neverthless, the change seems to be picked up by the master node (the one with farm folder). But all other nodes don't get redeployed.

            I am running 4.0.1-RC2 and hope to get cluster farming hot deployment working with unpacked war and ear files.

            Does jboss 4.0 supports exploded hot deployment?

            Thanks.