iTPS v1.0 SP1 Installation Note
===============================
To install the iTPS Server patch, follow these steps:
1) Change directory to the Scripts directory of the iTTM installation.
cd /opt/Trustbase/TTM/Scripts
2) Shutdown iTTM and the application server.
./stopias
./stoptbase
3) Change directory to the base directory for the iTTM installation.
cd /opt/Trustbase
4) Copy and untar the supplied TAR file into the current directory.
tar -xvf itps-sp1.tar
5) Change directory to the Scripts directory of the iTTM installation.
6) Start iTTM and the application server.
./startias
./starttbase
7) Copy the biab-servlet.war file to the machine on which Bank-in-a-Box
is installed. e.g. /opt/temp
To install Bank-in-a-Box patch, follow these steps:
1) Change directory to the location where the biab-servlet.war file has
been copied on the BIAB machine.
e.g. cd /opt/temp
2) Make sure the IWS_SERVER_HOME environment variable is set to your
web server root installation directory.
IWS_SERVER_HOME=/opt/iplanet/iws6; export IWS_SERVER_HOME
3) Before you can deploy a web application manually, you must make sure
that the /bin/https/httpadmin/bin directory is on your
path.
PATH=$PATH:$IWS_SERVER_HOME/bin/https/httpadmin/bin; export PATH
4) To preserve the configuration of the BIAB servlet, copy the file
/WEB-INF/classes/queue.properties into the current
directory.
e.g. cp /opt/biab/web/biab/WEB-INF/classes/queue.properties .
5) Undeploy the existing BIAB servlet, using the wdeploy tool.
e.g. wdeploy delete -u /BiaBAdmin -i porsche.uk.sun.com
-v https-porsche.uk.sun.com hard
6) Deploy the new biab-servlet.war file.
e.g. wdeploy deploy -u /BiabAdmin -i porsche.uk.sun.com
-v https-porsche.uk.sun.com -d /opt/biab/web/biab biab-servlet.war
7) Copy the configuration of the BIAB servlet from the current directory
into the new deployment, overwriting the copy just created.
e.g. cp queue.properties /opt/biab/web/biab/WEB-INF/classes
8) Restart the web server.
e.g. $IWS_SERVER_HOME/https-porsche.uk.sun.com/stop
e.g. $IWS_SERVER_HOME/https-porsche.uk.sun.com/start
The installation of the SP1 patch is now complete, see the updated
configuration guide in the base directory of the iTTM installation.