1 Reply Latest reply on Dec 12, 2005 11:00 PM by nildon

    Deploy par file in server

    tom_sri74

      Hi,

      i use to deploy process archive to local mysql database through eclipse in my machine. Now they want to put in linux server. How i will deploy par in server mysql database please help regard this.

      regards
      Srikanth

        • 1. Re: Deploy par file in server
          nildon

          Hi Srikanth,

          You can deploy the par file on MySQL server running on Linux by writing small piece of code.

          // read processdefinition file from local drive.
          
          // deploy the process to the database
           ProcessArchiveDeployer.deployProcessDefinition(definition);


          Make sure your hibernet is configured correctly to point to MySQL database on Linux.

          There may be some better way to deploy par, which I am not aware of currently.

          Regards,
          Nilesh