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/

  • 相关阅读:
    leetcode--91--递归与动态规划
    Grunt体验
    JSON标准中引号是双引号,不是单引号!
    npm install
    正则-手机号隐藏中间四位及tips备忘
    node tips
    技术栈
    slice与remove
    substr、substring、slice
    springboot 取消post数据大小限制
  • 原文地址:https://www.cnblogs.com/lyq-blogs/p/4074773.html
Copyright © 2011-2022 走看看