Author: gnuhpc
Source: http://www.cnblogs.com/gnuhpc/
1. Preparation
(1) download the installation package:
IBM Tivoli Directory Server 6.2, ewebsphere 6.1.0.13 for Linux-ia32 multilingual (c1n71ml)
Upload this tar file (c1n71ml) to the server you want to deploy,
Let's say 9.123.108.154/var/FTP/pub
Untar the package:
Tar xvf c1n74ml.tar
2. Deploy the Embedded Web Application Server
(1) install the Embedded Web Application Server
$ CD tdsv6.2/w.rv
$ Chmod 755 install. Sh
$./Install. Sh-installroot/opt/IBM/ldap/v6.1/uninstall RV
Perpare the idswebapp. War
$ CD/opt/IBM/ldap/v6.1/RV/installableapps
$ CP ../idstools/idswebapp.tar.
$ CD ..
Deploy the Web Admin Tools
$ CD idstools
$./Deploy_idswebapp
Start the server and Test
Start the server
$ CD ../appsev/bin
$./Startserver. Sh server1
You may encounter a Java exception thrown out. For this point you cocould ignore this exception and move on. If there wocould be any problems, you shocould refer to this exception in detail.
Test
Open a Web browser as you like, say Firefox, and logon to the URL:
Http: // 9.123.108.154: 12100/idswebapp/idsjsp/login. jsp
If there is a login window shown, congratulations!
You have successfully deployed the Web Admin tool.
NOTE: For the web, the username superadmin and the password secret is for the Administration privilege.
Have a good time!
Author: gnuhpc
Source: http://www.cnblogs.com/gnuhpc/