每次都要查这个配置,先贴过来
Table 8-3 HttpClusterServlet Parameters
<param-name>
|
<param-value>
|
Default Value
|
defaultServers
|
(Required) A list of host names and port numbers of the servers to which you are proxying requests in the form:
host1:HTTP_Port:HTTPS_Port| host2:HTTP_Port:HTTPS_Port
(Where host1 and host2 are the host names of servers in the cluster, HTTP_Port is the port where the host is listening for HTTP requests, and HTTPS_Port is the port where the host is litening for HTTP SSL requests.)
Separate each host with the | character.
If you set the secureProxy parameter to ON (see the secureProxy entry) The HTTPS port uses SSL between the WebLogic Server running HttpClusterServlet and the WebLogic Servers in the cluster. You must always define an HTTPS port, even if you have set secureProxy to OFF.
|
None
|
secureProxy
|
ON/OFF. If set to ON, enables SSL between the HttpClusterServlet and the member of a WebLogic Server cluster.
|
OFF
|
DebugConfigInfo
|
ON/OFF. If set to on, you can query the HttpClusterServlet for debugging information by adding a request parameter of ?_WebLogicBridgeConfig to any request. For security reasons, it is recommended that you set this parameter to OFF in a production environment.
|
OFF
|
connectionTimeout
|
The amount of time, in seconds, that a socket waits in between reading chunks of data. If the timeout expires, a java.io.InterruptedIOException is thrown
|
0 = infinite timeout.
|
numOfRetries
|
Number of times HttpClusterServlet will attempt to retry a failed connection.
|
5
|
pathTrim
|
String to be trimmed from the beginning of the original URI.
|
None
|
trimExt
|
The file extension to be trimmed from the end of the URI.
|
None
|
pathPrepend
|
String to be prepended to the beginning of the original URL, after pathTrim has been trimmed, and before the request is forwarded to a WebLogic Server cluster member.
|
None
|
Sample Deployment Descriptor for the HttpClusterServlet
The following is a sample of a Web Applications deployment descriptor, web.xml, for using the HttpClusterServlet:
Listing 8-5 Sample web.xml for Use with HttpClusterServlet
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.
//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
<web-app>
<servlet>
<servlet-name>HttpClusterServlet</servlet-name>
<servlet-class>
weblogic.servlet.internal.HttpClusterServlet
</servlet-class>
<init-param>
<param-name>defaultServers</param-name>
<param-value>
myserver1:7736:7737|myserver2:7736:7737|myserver:7736:7737
</param-value>
</init-param>
<init-param>
<param-name>DebugConfigInfo</param-name>
<param-value>ON</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>HttpClusterServlet</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>HttpClusterServlet</servlet-name>
<url-pattern>*.jsp</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>HttpClusterServlet</servlet-name>
<url-pattern>*.htm</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>HttpClusterServlet</servlet-name>
<url-pattern>*.html</url-pattern>
</servlet-mapping>
</web-app>
分享到:
相关推荐
BEA WebLogic Server 是一种多功能、基于标准的应用服务器,为企业构建自己的应用提供了坚实的基础。各种应用开发、部署所有关键性的任务,无论是集成各种系统和数据库,还是提交服务、跨 Internet 协作,起始点都是...
BEA WebLogic Workshop 8.1 是一个统一、简化、可扩展的开发环境,使所有开发人员都能在 BEA WebLogic Enterprise Platform 8.1 之上构建基于标准的企业级应用,从而提高了开发部门的生产力水平。该产品利用可视化的...
《J2EE应用与BEA WebLogic Server(第2版)》探讨了J2EE的BEA实现。全书共分为18章,每章分别对应于使用J2EE和WebLogic Server开发Web应用程序的各个阶段,并且都围绕特定的Java Enterprise技术来组织,包括模型-视图-...
这本书“BEA WebLogic Server(中文)”可能是针对中国用户群体,用中文详细解释了WebLogic Server的相关概念、配置和管理方法。 WebLogic Server的核心知识点包括: 1. **Java EE平台**: WebLogic Server是Java ...
BEA WebLogic Server是BEA Systems(后被Oracle收购)开发的一款强大的J2EE应用服务器,它提供了全面的中间件解决方案,支持各种J2EE标准,如Java Servlet、JSP、EJB等。WebLogic Server以其稳定性、性能和可管理性...
5. **管理工具**:WebLogic Administration Console是一个基于Web的图形界面,用于配置、管理和监控服务器实例、应用和集群,是运维人员的重要工具。 6. **部署和生命周期管理**:WebLogic Server 8.1支持多种部署...
《BEA WebLogic Server 管理指南》是一本针对BEA公司开发的企业级Java应用服务器WebLogic Server的详尽管理手册。WebLogic Server是业界广泛使用的中间件平台,为企业的应用程序提供部署、管理和监控服务。该指南...
两大知名的产品家族——IBM WebSphere和BEA(后被Oracle收购)WebLogic,都提供了强大的中间件解决方案,用于构建、部署和管理复杂的分布式应用程序。这两款产品在功能、性能、可扩展性、管理和安全性等方面都有各自...
本书是WebLogic开发人员的权威参考手册,书中深入探讨了WebLogic Server所提供的功能,并列举了一些最佳开发实践。本书全面介绍了WebLogic在J2EE应用程序的各个方面所... BEA WebLogic Platform8.1开发者评估版本。
本书对WebLogic Server所涉及的方方面面进行了逐一讲解,并提供了大量的真实环境的实例,帮助读者了解WebLogic的功能和如何创建一个高效的WebLogic开发环境。
BEA WebLogic Platform 8.1实战指南 ,介绍了weblogic方方面面
【BEA WebLogic Enterprise Platform和ORACLE RAC解决方案】 BEA WebLogic Enterprise Platform是一个全面的Java应用服务器平台,专门设计用于构建、集成、部署和管理大规模的分布式Web、网络和数据库应用程序。它...
BEA Weblogic Server宝典1,这个是中译本,扫描版
**BEA Weblogic配置Oracle连接池详解** BEA Weblogic Server(WLS)是一款功能强大的应用服务器,它支持多种数据库连接,包括Oracle数据库。配置Oracle连接池是确保Weblogic能够高效、安全地与Oracle数据库交互的...
### BEA WebLogic 9.2 Cluster安装配置手册 #### 一、准备工作 在开始安装BEA WebLogic 9.2集群之前,需要确保完成以下准备工作: 1. **用户和组的创建**:为了保证WebLogic Server的安全性和权限管理,需要创建...
BEA WebLogic Server 管理指南
BEA Weblogic Server
Bea WebLogic Integration 是一个由BEA公司(后被甲骨文公司收购)提供的企业级集成解决方案,旨在帮助企业管理和自动化跨多个系统的业务流程。这个平台是构建在Bea WebLogic Platform之上,它是一个全面的应用...
【BEA WebLogic Server 8.1 概述】 BEA WebLogic Server 8.1 是一款由BEA公司推出的领先应用服务器,它在构建企业级应用架构中扮演着核心角色。这款产品是BEA WebLogic Enterprise Platform的基础,旨在为企业提供...