A) To install the iASP RPM follow these instructions:
NOTE: In the following instructions,
x.x.x refers to the latest iASP version number.
- Copy iasp-x.x.x.i386.rpm
to a RedHat 5.x (or later) system.
- Install the iASP RPM by typing the following at the command prompt:
rpm -Uvh iasp-x.x.x.i386.rpm
(NOTE: by default, iASP will be installed
in /usr/iasp-x.x.x)
- You can install iASP in a different directory by entering the following
command:
rpm -Uvh --prefix /opt iasp-x.x.x.i386.rpm
- Run the connector.sh script located in the iASP root directory.
- JAVAHOME must be set to the JDK root directory within the following
scripts in the iASP directory:
connector.sh
start-admin.sh
start-server.sh
stop-admin.sh
stop-server.sh
- You can uninstall the iASP RPM by entering the following command:
rpm -e iasp-x.x.x
|