Personal tools
You are here: Home DB2 How To's Tivoli Directory Server - LDAP Manually installing and configuring the Web Admin tool
Navigation
Log in


Forgot your password?
 
Document Actions

Manually installing and configuring the Web Admin tool

How to deploy the Webadmin tool in LDAP

<!-- /* Font Definitions */ @font-face {font-family:Wingdings; panose-1:5 0 0 0 0 0 0 0 0 0; mso-font-charset:2; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->

There are two steps to to the webadmin in lDAP

  1. Installation
  2. Configuration

Manually installing the WebSphere Application Server

Go to the IBM Tivoli Directory Servers installation folder and find the 'appsrv' folder. Run the below given command to install the WebSphere Application Server.

#./install.sh -installRoot /opt/IBM/ldap/V6.2/appsrv -hostname localhost

We have installed the 'appsrv', now we have to configure the or deploy the IDSWebApp.war. The IDSWebApp.war file found on IBM Tivoli Directory Servers installation folde.

Before deploy we must create a 'installableApps' folder in below given path:

#
cd /opt/IBM/ldap/V6.2/appsrv
#mkdir installableApps

Go to the installation folder and find the 'idstools' folder then copy the IDSWebApp.war file, follow the below given command :

#cp IDSWebApp.war /opt/IBM/ldap/V6.2/appsrv/installableApps

To deploy the webapp we need to run the following command.
#cd /opt/IBM/ldap/V6.2/appsrv/bin

#./wsadmin.sh -conntype NONE -c "\$AdminApp install {/opt/IBM/ldap/V6.2/appsrv/installableApps/IDSWebApp.war} {-configroot \"/optIBM/ldap/V6.2/appsrv/config\" -node DefaultNode -usedefaultbindings -nodeployib -appname IDSWebApp.war -contextroot \"IDSWebApp\"}"

The deployement will take some and deploy the successfully installed.
#cd /opt/IBM/ldap/V6.2/appsrv/bin
#./startServer.sh server1

The server will be started.
Security Awareness
Would you like your company to implement gamification into your security awareness program?





Polls