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.