I have a pretty standard configuration: Apache is set up as public-facing proxy, forwarding HTTP requests via firewall to another server. I tested the configuration with both Tomcat and Glassfish (not simultaneously), and the setup works:
Accessing via a client browser
http://<public_site>/
works in both configurations, as the root page in both Glassfish and Tomcat is displayed. If I run behind the firewall, via
http://<private_ip_address>/apex/f?p=4500:1
I can get to the APEX page with no problem.
Once i change the URL to
http://<public_site>/apex/f?p=4500:1
, I get no response anymore. If I simply do
http://<public_site>/apex/
, then I get a 404 error in both Glassfish and Tomcat.
Anyone has any ideas or suggestions?