Tuesday, July 3, 2007

WAS CE installation

http://publib.boulder.ibm.com/wasce/V1.1.0/en/Tasks/Install/Installing.html is a good reference was ce 1.1.0 installation. here is highlight steps
1. extract tar file
2. rpm -Uvh ibm-java2-i386-sdk-5.0-3.0.i386.rpm
3. add the java's installation path to PATH
/opt/ibm/java2-i386-50/bin
4.wasce_setup-1.1.0.1-unix.bin -console
5. update the following environment variable in /root/.bashrc:
export BASEDIR=/opt/wasce
export WASCE_HOME=/opt/wasce
export GERONIMO_HOME=/opt/wasce
export GERONIMO_TMPDIR=/opt/wasce
export GERONIMO_BASE=/opt/wasce
6. . /root/.bashrc to refresh the variables
7. [root@localhost bin]# ./startup.sh
Using GERONIMO_BASE: /opt/wasce
Using GERONIMO_HOME: /opt/wasce
Using GERONIMO_TMPDIR: /opt/wasce
Using JRE_HOME: /opt/ibm/java2-i386-50/jre
Using GERONIMO_OUT: /opt/wasce/var/log/geronimo.out
Geronimo started in background. PID: 11230
8. access to adminsonole: http://9.30.182.181:8080/ system/manager is default password

No comments: