Technical data

10 Proxying Requests to a WebLogic Cluster
10-10 Administration Guide
PathTrim
String trimmed by the plug-in from the beginning of the
original URL, before the request is forwarded to the cluster.
Syntax:
<init-param>
<param-name>PathTrim</param-name>
<param-value>ParameterValue</param-value>
</init-param>
Example:
If the URL
http://myWeb.server.com/weblogic/foo
is passed to the plug-in for parsing and if PathTrim has been
set to
/weblogic
the URL forwarded to WebLogic Server is:
http://myWeb.server.com:7001/foo
pathTrim
TrimExt
The file extension to be trimmed from the end of the URL.
Syntax:
<init-param>
<param-name>TrimExt</param-name>
<param-value>ParameterValue</param-value>
</init-param>
trimExt
Parameter in WLS
6.1 SP02 and Later
Usage Deprecated
Equivalent