496 Linux for IBM ^ zSeries and S/390: Distributions
The WAS server can be stopped by using the Administration Client. Select
your host name and click the STOP icon. This will also automatically
terminate your Administration Client.
The Web Server can be stopped by issuing:
Apache Server = /etc/rc.d/apache stop
IBM HTTP Server = /opt/IBMHTTPServer/bin/apachectl stop
4. Add the JVM to your PATH.
To allow the script to use the java JVM from the command line, you must add
the java bin directory to your PATH:
PATH=/opt/IBMWebAS/IBMJava2-122/bin:$PATH
The following command will confirm that you can now use the JVM:
java -fullversion
java full version "J2RE 1.2.2 IBM build c390_x122-20001209"
5. Run the installation script:
./install.sh
During the install ...