1 Reply Latest reply on Mar 7, 2006 1:57 PM by koen.aers

    In wich directory jbpm puts all files deplyed using the proc

    fidalma

      Hi all,
      I'm new to Jbpss and Jbpm too.
      Unfortunatly I'm working on Windows XP.
      I've installed Eclipse SDK 3.1.2 and the "JBoss jBPM starter kit" (jbpm.version=3.1). My installation folder name is "JBoss-Jbpm". Here I can see the following sub-directories:

      - jbpm
      - jbpm-bpel
      - jbpm-db
      - jbpm-designer
      - jbpm-server

      I've deplyed with success my first simple project using the process designer tool but now I don't understand and I don't find where (in which directory) the deplyed project files have been placed.
      Moreover I don't know how undeply the previous project file.
      Thank you very much in advance for your help.

      Fidalma,
      Italy

        • 1. Re: In wich directory jbpm puts all files deplyed using the
          koen.aers

          Fidalma,

          The deployed process is in the database. While deploying (with the 3.0.8 GPD) you have the option of saving an archive file somewhere locally on your hard drive. You can then use this file to do the deployment with the deploypar ant task if you like.
          Undeploying can only be done by deleting the processdefinitions from the database. But be warned because this delete will also delete all your started processinstances (which are dependent on a particular deployed process definition).

          Regards,
          Koen