天天看点

【TDS学习笔记】Install the Web Admin Tool for TDS

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/appsrv

$chmod 755 install.sh

$./install.sh -installRoot /opt/ibm/ldap/V6.1/appsrv

Perpare the IDSWebApp.war

$cd /opt/ibm/ldap/V6.1/appsrv/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 could ignore this exception and move on.If there would be any problems, you should 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!

继续阅读