Post May 6th, 2009, 11:15 am

Manual Deployment

The scenario sometime arises where the deployment of installation files needs to be done manually, without the deployment wizard.

1. In the Eclipse installation, under features, choose the directory with the highest version level. E.g

...../eclipse/features/com.SOAGateway.feature.install.risc32.hpux11_4.1.1 .001401/

2. Copy the tar.gz or ZIP file to the server machine, and rename this file "serverPackage.tar.gz" (or serverPackage.zip)

3. Copy the "installServer.sh" script to the server machine, and make this executable.

4. Copy your license to the server machine, and name this file RisarisLicense.xml

5. On the server machine, create a file called installOptions.tmp and enter the following

-port 56000

where 56000 can be modified to the port you wish the Portus server to run on.


6. Now the server installation can be run as normal

http://www.ostiasolutions.com/documentation/v4 ... tm#d0e2606

7. You can use the following page to verify that the server is up and running:

http://HOST:PORT/SoaGatewayStatus

replacing HOST and PORT with the required values.

8. In the Control Centre, define your server in the Servers View,

see step 2 in http://www.ostiasolutions.com/documentation/v4 ... /intro.htm

9. You now need to manually create the drivers based on your license, see

http://www.ostiasolutions.com/documentation/v4 ... od_drivers

This completes the manual deployment process.