Summary
The following points summarize the Reverse Proxy configuration for securely handling dynamic URLs.
- To configure Reverse Proxy to securely
handle dynamic URLs, create the following file:
/opt/pdweb/www-instance/lib/dynurl.conf - To configure Reverse Proxy to securely handle dynamic URLs, create a dynamic URL configuration file (such as dynurl.conf). In the LMI, go to Web > Global Settings > URL mapping to create this file.
- The file must contain one or more lines of the format:
object template - If the file does not exist at Reverse Proxy startup, or is empty, dynamic URL capability is not enabled.
- After the file has been processed, the object name appears as a child resource in the Reverse Proxy object space.
- The template can contain a subset of the standard pattern matching characters. The template can also be an exact string with no pattern matching characters.
The following sample dynurl.conf file
defines four objects representing some of the sample Web applications
that are part of the IBM® WebSphere® product:
| Object Entry | URL Template |
|---|---|
| /app_showconfig |
/rtpi153/webapp/examples/ShowConfig* |
| /app_snoop |
/rtpi153/servlet/snoop |
| /app_snoop |
/rtpi025/servlet/snoop |
| /app_hitcount/ejb |
/rtpi153/webapp/examples/HitCount\?source=EJB |
| /app_hitcount |
/rtpi153/webapp/examples/HitCount* |