Hey,
We have created a static HTML page that we want displayed if a user does not have access to an application. We plan on doing this using the ssoErrorUrl parameter in the formsweb.cfg file. The HTML page is already created and works. How do I reference that static HTML page via the URL?
Currently, our HTML page is stored in the same directory as the formsweb.cfg file. So, our parameter looks like this:
ssoErrorUrl=C:\oracle\Middleware_FR\user_projects\domains\MCWA_FR\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_12.2.1\config\ssoErrorUrl.html
But, when redirected to this link the web page says:
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.5 404 Not Found The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address. |
Where do I have to place the HTML page and how do I reference it to avoid this error?
Forms and Reports 12c
Windows Server 2012r2
Java 1.8_51
Brandon