3 Replies Latest reply on Jun 26, 2008 8:27 AM by kukeltje

    Deployment archive advice

    syedtaj

      I need to deploy some process definitions into JBOSS. [not via eclipse, since this is not for development]

      I understand that there are ways to do it via code.

      However, where do you generally place the .par file, in the deploy folder of JBOSS, or any local folder.
      I am just curios to know what is the good practice that is followed around.

      Thanks.

        • 1. Re: Deployment archive advice
          kukeltje

           

          However, where do you generally place the .par file, in the deploy folder of JBOSS, or any local folder.
          That is really up to you and dependant on how your deployer code is written. There currently is not something identical to a war deployer.

          • 2. Re: Deployment archive advice
            nizzy

            Is there any way you know of to deply the process definitions as part of the j2ee deployment process? I know you said that there is currently nothing similar to a war deployer.

            Is it possible to have deployer code that is automatically run as part of the j2ee deployment (prob JBOSS AS question). But thought I would ask anyway

            • 3. Re: Deployment archive advice
              kukeltje

              use a startup servlet and do deployment in there