How To Replace ppath Objects With <client> Tags Or <If> Statements In Oracle iPlanet Web Server?
(Doc ID 1943943.1)
Last updated on JUNE 20, 2024
Applies to:
Oracle iPlanet Web Server - Version 6.1.1 and laterInformation in this document applies to any platform.
Goal
The ppath object is widely used by Weblogic plugin for grouping directives that apply to requests for particular resources that match the ppath attribute. While it's working most of the time there are certain circumstances where it fails to separate requests distinctively that contain a pattern matching multiple ppath attributes. For example:
The obj.conf has the following configuration:
The request for /<CONTEXT>/foo/bar will be sent to <HOSTNAME.DOMAIN> because it matches ppath="*/<CONTEXT>/*" and the request for /<CONTEXT2>/xxxx/xxx will be sent to <HOSTNAME2.DOMAIN> because it matches ppath="*/<CONTEXT2>/*". However, for request that contains both <CONTEXT> and <CONTEXT2>, the result of where it's matched to may become unpredictable. How to overcome this?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |