Created
November 24, 2017 11:48
-
-
Save swshan/0d7366eb9cbeb165d6e87bcc57976e52 to your computer and use it in GitHub Desktop.
IHS配置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.检查插件logs目录是否有webserver的文件夹 | |
1. 添加hosts解析,IHS主机对APP主机的 | |
2. 检查和整理所需要的参数。 | |
webserver名字 对应插件的目录 | |
web服务端口 | |
admin管理端口 | |
httpd运行的用户名和用户组 | |
httpd管理用户名和密码 | |
非受管节点名字 | |
3.添加非受管节点。如果写IP地址就不需要添加hosts | |
4.修改amdin.conf 的 listen和 user group条 (也可能已经修改好) | |
5.命令行 htpasswd -c -m /usr/IBM/IHS/conf/admin.passwd <user> | |
6.启动httpd监听 | |
./adminctl start | |
7.添加web服务器 | |
8.配置httpd.conf | |
LoadModule was_ap22_module /IBM/Plugins/bin/64bits/mod_was_ap22_http.so | |
WebSpherePluginConfig /IBM/Plugins/config/webserver01/plugin-cfg.xml | |
Listen | |
User | |
Group | |
9.生成插件和传播插件 | |
10.检查步骤 | |
插件webserver目录 | |
插件日志和xml的日志级别 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment