Chinaunix首页 | 论坛 | 博客
  • 博客访问: 167309
  • 博文数量: 39
  • 博客积分: 756
  • 博客等级: 上士
  • 技术积分: 235
  • 用 户 组: 普通用户
  • 注册时间: 2009-08-27 15:06
文章分类
文章存档

2012年(14)

2011年(24)

2010年(1)

分类:

2011-03-09 13:41:52

LoadModule weblogic_module libexec/mod_wl.so

DocumentRoot /opt/bea/user_projects/ECSNDomain/applications/DefaultWebApp
ServerName

WebLogicHost
WebLogicPort 7001
MatchExpression *.jsp


SetHandler weblogic-handler



DocumentRoot /opt/bea/user_projects/ECSNDomain/applications/noyakee
ServerName

WebLogicHost
WebLogicPort 7001
MatchExpression *.jsp


DirectoryIndex index.html




DocumentRoot /opt/bea/user_projects/ECSNDomain/applications/iem
ServerName

WebLogicHost
WebLogicPort 7002
MatchExpression *.jsp


DirectoryIndex index.jsp index.html


SetHandler weblogic-handler

 

利用 mod_proxy 来做负载均衡,下面这个配置

ProxyPass /images !
ProxyPass /css !
ProxyPass /js !

ProxyPass / balancer://example/

BalancerMember
BalancerMember
BalancerMember


阅读(940) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~