Click the Handler Mappings option to set the mappings for the handler for a

A-14 Oracle Fusion Middleware Administrators Guide for Oracle HTTP Server Remove any comments and added lines preceding and following the Init lines in the magnus.conf file. File Not Found Error Occurs If you are using a context-based urlrule parameter to retrieve a file that is known to exist, and the listener returns Not Found, you probably need to set stripcontext=true. Sun Java System Web Server Returns Server Error with servlet Request The default Sun Java System configuration maps any URL requests to servlet to its own servlet handler. You must edit the proxy server definition file, or change the Sun Java System configuration to correct this. Partial URL Requests Return Unexpected Results The Microsoft IIS and Sun Java System servers auto-complete URLs differently than others. Requests to http:example, http:example, and http:exampleindex.html do not necessarily return the same results on different platforms. Use the oproxy.servername.urlrule parameter to work around this problem. Server Returns Page with Broken Image Links If you use an exact urlrule parameter in the proxy server definition file, such as urlrule=.html, the server retrieves the specified page. All other links are forbidden to the user, including inline images on the page. If you use an exact urlrule with stripcontext=true, a server error is returned. Unexpected Pages are Displayed Clear the memory cache in your client browser. Earlier versions of Sun Java System and Microsoft Internet Explorer use cached pages even when set to retrieve the page every time and when no memory is allocated for caching. You may need to restart the browser to get this behavior to work. If you see a page you are not expecting, try refreshing the browser or reloading the page. REMOTE_ADDR Contains Unexpected IP Address The REMOTE_ADDR field usually contains the IP address of the client system. In some URL request cases, if there is a proxy server in the environment, the field may contain the IP address of the proxy server. Redirects Go To Network Entry Point If the back-end server returns a redirect to the entry point of the network, the host and port information should be updated. Choose one of the following options, based on your installation. The first option is the preferred method. ■ Use the Advanced Configuration page of Fusion Middleware Control to set the following directives in the httpd.conf file: UseCanonicalName On ServerName name of listener host Port port of listener host See Also: Section A.1.3.2.6, oproxy.servername.urlrule See Also: Section A.1.3.2.6, oproxy.servername.urlrule