Technical data

Sample Deployment Descriptors
Administration Guide 10-7
Proxy Servlet Deployment Parameters
Key parameters for configuring the behavior of the current version of the proxy servlet
are listed in Table 10-1. Parameters for the deprecated proxy servlet are listed in
Table 10-2.
Prior to WebLogic Server 6.1 SP02, the proxy servlet behavior was configured with its
own parameter set. In SP02 and later, the parameters for the proxy servlet are renamed
to match the those used to configure WebLogic Server plug-ins (for Apache,
Microsoft, and Netscape web servers. For a complete list of parameters for configuring
the proxy servlet and the plug-ins for third-party web servers see “Parameters for Web
Server Plug-ins” on page D-1.
The “Deprecated Equivalent” column of Table 10-1 lists the (deprecated) parameter
that used for the previous version of the proxy servlet.
Syntax
The syntax for specifying the parameters, and the file where they are specified, is
different for the proxy servlet and for each of the plug-ins.
For the proxy servlet, specify the parameters in
web.xml, each in its own
<init-param> stanza within the <servlet> stanza of web.xml. For example:
<init-param>
<param-name>ParameterName</param-name>
<param-value>ParameterValue</param-value>
</init-param>