Config WASCE admin console using Apache HTTP

本文档详细介绍了如何在RHEL5.3系统上安装Apache HTTP服务器,并通过JAVA5环境配置WASCE2.1.1.2。主要内容包括Apache HTTP服务器的安装、启动,mod_jk模块的下载及配置,以及创建workers.properties文件。此外还提供了Apache配置示例,完成所有步骤后,可通过本地主机访问管理控制台。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

RHEL 5.3 + JAVA 5 + WASCE 2.1.1.2

 

1. Install Apache HTTP ./configure --prefix=/usr/local/apache2 make make install /usr/local/apache2/bin/apachectl start

2. Start WASCE , Click Apache HTTP on the left, follow the wizard.

3. Choose other as OS, click next.

Check all items under "Through Apache" click finish.

Download mod_jk using the provided url (normally need to change the file name into "mod_jk.so")

Add a line in /usr/local/apache2/config/httpd.conf like this:

 

LoadModule jk_module modules/mod_jk.so Restart or start Apache HTTP

 

4. Create workers.properties file under /opt/Ibm/..../var/config/

add 4 rows as showned in the wizard

5. Apache Configuration

add a paragraph in the /usr/local/apache2/config/httpd.conf

 

<IfModule mod_jk.c>
    .........
   </IfModule>

 

6. Restart Apache HTTP . Now you can access admin console using: http://localhost/console/portal/Welcome

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值