For future reference (possibly my own!):
To deploy processes and forms to an Intalio|BPMS Community Edition server that is remote to the Designer that was used to create the processes and forms:
Processes (untested):
- Download and install the latest PXE distribution (if you don't have it already) - note that you will not be deploying processes to the PXE distribution; you will merely use the PXE deployment tooling to deploy processes to the Intalio|BPMS Community Edition distribution
- Copy the SAR file to a web server
- Execute pxe-deploy -sarurl <url-to-sar-file> -jmxurl service:jmx:rmi://<remote-server>:2099/jndi/rmi://<remote-server>:2099/jmxrmi
Processes (tested):
- Download and install the latest PXE distribution to the remote server (if it isn't there already) - note that you will not be deploying processes to the PXE distribution; you will merely use the PXE deployment tooling to deploy processes to the Intalio|BPMS Community Edition distribution
- Copy the SAR file to the remote server
- Execute pxe-deploy -sar <path-to-sar-file> -jmxurl service:jmx:rmi://localhost:2099/jndi/rmi://localhost:2099/jmxrmi
Forms:
- Download and install the wds-cli tool
- Execute wds-cli -w
http://<remote-server>:8080/wds/ store-activity <relative-xform-url> <full-path-to-xform-file>
- Execute wds-cli -w
http://<remote-server>:8080/wds/ store <relative-xform.xsd-url> <full-path-to-xform.xsd-file>
Create a PIPA:
- Execute wds-cli -w
http://<remote-server>:8080/wds/ -d <deployment-descriptor> create-pipa
Post edited by: paulhanke, at: 2006/07/26 17:15
Post edited by: paulhanke, at: 2006/07/26 17:19
Post edited by: paulhanke, at: 2006/09/15 08:00