How to Configure RewriteRule for 2 Applications when Webcache is used In front of HTTP Server?
(Doc ID 1369987.1)
Last updated on MAY 26, 2020
Applies to:
Oracle Fusion Middleware - Version 10.1.3.4.0 and laterInformation in this document applies to any platform.
Goal
What configuration changes needs to be done on HTTP Server end inorder to have 2 different applications running on HTTP server , whose sites are hosted on webcache, to be redirected to its own login page ( login page of these respective applications), when just the base URL is given for them?
For eg:-
1) 2 application URLs are :-
host1.domain
and
host2.domain
2) host1.domain and host2.domain are sites defined on webcache.
3) host1.domain is the host name for the HTTP Server where application is deployed.
4) Webcache is running on port 80.
5) When users enter host1.domain, it should redirect to host1.domain/app1_login
6) And when users enter host2.domain, it should redirect to host2.domain/app2_login.
5) When users enter host1.domain, it should redirect to host1.domain/app1_login
6) And when users enter host2.domain, it should redirect to host2.domain/app2_login.
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 |