Installation and configuration on JBoss

To install the ITP/Server Web Service API copy the itpserver.war file to the folder 'deploy' of the server config, which has been started up e.g., …\jboss-4.0.0\server\default\deploy

By default ITP/Server JAVA Web Service API will connect to an ITP/Server installation located on the same machine running on the default port (3001). You can change this behavior by setting a port and machine name to which the Web Service will connect. To set these values, you need to set up the variables com.aia_itp.wsdl.itpserverhost, and com.aia_itp.wsdl.itpserverport.

Add the following line to run.bat:

rem Setup the ITP Server config location 
set JAVA_OPTS=%JAVA_OPTS% -Dcom.aia_itp.wsdl.itpserverhost=<machine name>
set JAVA_OPTS=%JAVA_OPTS% -Dcom.aia_itp.wsdl.itpserverport=<port number>

This needs to be done directly under:

rem Setup JBoss specific properties
set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME%

Then, restart the ITP/Server.