1 Reply Latest reply on Nov 5, 2007 3:18 PM by kukeltje

    Question about process archive deployment

    vsevel

      I deployed in tomcat the websale process archive via eclipse.
      I believe that during the deployment the database is updated.
      But where are stored the newly created forms such as form.gift.wrap.xhtml?

      Also, how to deploy a process archive in a production environment?
      I saw that process archive could be stored as .par file (zip file).
      How to deploy a .par file without using eclipse?
      I only saw that it was possible to do it via some code???

      If there are some documentations about this subject, please give me the links.
      I did not see any except http://docs.jboss.com/jbpm/v3.2/userguide/html/deployment.html

      Thanks,
      Val

        • 1. Re: Question about process archive deployment
          kukeltje

           

          "vsevel" wrote:
          I deployed in tomcat the websale process archive via eclipse.
          I believe that during the deployment the database is updated.
          But where are stored the newly created forms such as form.gift.wrap.xhtml?


          In the DB

          "vsevel" wrote:
          Also, how to deploy a process archive in a production environment?
          I saw that process archive could be stored as .par file (zip file).
          How to deploy a .par file without using eclipse?
          I only saw that it was possible to do it via some code???

          - ant task
          - custom code
          - upload servlet
          - db copy
          - ...