首页 > 代码库 > Weblogic 集群部署说明 --转
Weblogic 集群部署说明 --转
代理web.xml 设置
<servlet>
l <servlet-name>HttpClusterServlet</servlet-name>
l <servlet-class>
l weblogic.servlet.proxy.HttpClusterServlet
l </servlet-class>
l <init-param>
l <param-name>WebLogicCluster</param-name>
l <param-value>
l 109.52.23.113:7005|109.52.27.128:7003
l </param-value>
l </init-param>
l <init-param>
l <param-name>DebugConfigInfo</param-name>
l <param-value>ON</param-value>
l </init-param>
l <init-param>
l <param-name>verbose</param-name>
l <param-value>true</param-value>
l </init-param>
l </servlet>
代理的配置-weblogic.xml
l <weblogic-web-app>
l <context-root>/</context-root>
http://jingh3209.blog.163.com/blog/static/15696672009530111738757/
Weblogic 集群部署说明 --转