博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【TDS学习笔记】Install the Web Admin Tool for TDS
阅读量:5863 次
发布时间:2019-06-19

本文共 1274 字,大约阅读时间需要 4 分钟。

作者:

出处:

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!

作者:

出处:

转载地址:http://otunx.baihongyu.com/

你可能感兴趣的文章
ubuntu基本命令
查看>>
MySQL的数据库引擎的类型
查看>>
typora使用--极客工具
查看>>
QT正则表达式/正则式
查看>>
深入源码大白话理解SpringBoot 究竟是如何跑起来的?
查看>>
jquery ajax请求成功,返回了数据,但是不进success的问题
查看>>
git知识总结
查看>>
智库说 | 杨军:ET城市大脑为城市装上数据“操作系统”
查看>>
互联网安全内容安全及防护
查看>>
HTTP协议
查看>>
项目中关于AJAX的使用总结
查看>>
C#如何实现在PPT文档中插入、编辑和删除表格的操作
查看>>
比特币如何挖矿(挖矿原理)-工作量证明
查看>>
Nginx负载均衡
查看>>
ICDE:POLARDB定义云原生数据库
查看>>
Java字符流文件读写
查看>>
架构漫谈(一):什么是架构?
查看>>
php7不再支持HTTP_RAW_POST_DATA,微信支付$GLOBALS[‘HTTP_RAW_POST_DATA’]获取不到数据,...
查看>>
xshell使用xftp传输文件,使用pure-ftpd搭建ftp服务
查看>>
Python数据库接口 pysqlite
查看>>