Hello Experts,
Need your advise on this.
I have configured apex 4.2.6 and ORDS 18.1 deployed on WebLogic 12.3.1.2. server. This is a cluster deployment.
I also deployed OHS/HTTP server on Weblogic so that apex is accessible from OHS.
All work great. I can access apex paths from both WebLogic servers(server1 & server 2) as follows.
http://server1:8080/apex/dev/
http://server2:8080/apex/dev/
Now, I want this to be accessible from a VIP(http;//company.com) that is deployed on F5 load balancer.
I have created a virtual host for the VIP on OHS server and the VIP works great as well. To prove it works, I have deployed a dummy app to WebLogic and I can access it using the VIP(http://company.com/dummyapp).
But when I tried to access apex on the vip as https://company.com/apx/dev/ I got a blank page. However when I entered http://compnay.com/apex , I got 404 data not found error.
What configuration do I need to change to access apex from the VIP(https://company.com)?
Thanks for your advise in advance.
AN.