Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Clone a server config file, that defines on which port this server will run. The config filename must be the same as the servername (see the java command line in the START<dpname>.COM file (see below)).

Code Block
copy ref_aidashr:dpslcmodelDpCaServer.conf dpslcbpmDpRdbServer.conf
<edit the file and choose a unique port number>
 number, from all the unix DPs>

Run the server. The java command to run an AIDA server takes several arguments, to pass the values of
environment variables to the server at startup, so we have little st. com files for each server. To override the default classpath (JAVA$CLASSPATH) which points to the aida.jar in slcimage, and the default AIDASHR (in SLCSHR), redefine the logicals before running the START<dpname>.COM file:unix server. Clone one.

Code Block
MCCDEV>cp define myjava$classpath [------]
MCCDEV> testshrx/define/default aidashr
MCCDEV> @startdpslcbpm
st.DpCaServer st.DpRdbServer

Run the test server.

Code Block

Release

Release is described in "release" section of the SLC Peer Programmers Guide

...