Apache与Weblogic整合(非原创)

Apache与Weblogic整合(非原创)

1、将mod_wl_20.so或mod_wl.so拷贝到apache的modules目录中(mod_wl_20.so为weblogic的转发模块)

2、在apache的http.conf文件中加入LoadModule weblogic_module modules/mod_wl.so。(windows下要吧

“/”改为“\”;Windows下要把modules改为libexec。如果无法跳转到目录,把主页index.htm改为

index.html。)

3、把这段加入到http.conf中
<IfModule mod_weblogic.c>
WebLogicHost 192.168.0.42  #这里要改
WebLogicPort 7001
MatchExpression *.jsp   #把jsp页面转给weblogic处理
#MatchExpression *.html
MatchExpression *.cert
MatchExpression *.jpg
MatchExpression *.gif
#MatchExpression *.asp
MatchExpression *.css
#MatchExpression *.swf
MatchExpression DownloadServlet
MatchExpression rhstockgraphices
</IfModule>
<Location /DownloadServlet>
SetHandler weblogic-handler
</Location>

<Location /rhstockgraphices>
SetHandler weblogic-handler
</Location>

4、把http.conf中Apache指向的默认目录改为weblogic中的目录,及DefaultWebAppcation目录。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值