Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OHS Not Redirecting When Short Hostname is Used

Ray KellyApr 18 2022 — edited Apr 18 2022

Good Morning.
I'm using OHS 12.2.1.4.
I have 2 instances set up.
appHost.example.com:8000 redirects to app1.example.com:8000
appHost.example.com:9000 redirects to app2.example.com:8000
Both redirects are working fine.
The problem is when I leave the domain off the request, only one is working.
i.e.
appHost:8000 redirects to app1.example.com:8000
appHost:9000 DOES NOT redirect. I get Bad Oracle Access Manager Request.
I would like the user to be able to use just the host name without the domain in the request.
I cannot find any differences that would cause one to work and the other not to.
I assume this has something to do with the "VirtualHost" setting but the only difference between the 2 instances is the ListenAddress and ServerName.

Comments
Post Details
Added on Apr 18 2022
1 comment
212 views