zoukankan      html  css  js  c++  java
  • 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/

  • 相关阅读:
    Winsock 2 入门指南
    Winsock 2 入门指南
    [手游新项目历程]-40-linux环境实现C/C++程序崩溃退出时打印栈信息
    1月下旬解题
    poj1226,poj3080
    poj3666
    poj3067
    poj12月其他题解(未完)
    poj1823,3667
    poj2352
  • 原文地址:https://www.cnblogs.com/lyq-blogs/p/4074773.html
Copyright © 2011-2022 走看看