Hi there
I have installed a Oracle Applications server on Linode on a public-ip, on CentOS 5.6. This server has got its own Oracle HTTP (Apache) server in built under it.
I am able to access the server's front-end internally on the server through URL -
http://<server:port>/OA_HTML/AppsLogin. But the same URL do not work over internet despite the fact that I have configured the entire server on the Linode Public IP.
So when I type the above URL on Firefox browser it gives message 'The connection has timed out'.
Here's what I have done so far to try with different ways, but unfortunately I am still unable to access above URL over internet:
1. Tried by completely disabling the firewall (iptables) and SELinux.
2. Added both 8000 and 80 ports to Listen under the above Apache server httpd.conf file.
3. I can ping the Linode's Public IP Address over internet. This is the same IP which is assigned to above Oracle Server.
4. I have also checked to make sure that the above server domain is working on port 80. That is, by installing another external httpd server (yum install httpd), and then configuring the Apache to reach to a home page. This configuration is simply adding the domain under /var/www directory with a default 'index.html', and redirect to the above Oracle Server URL.
Anyone know how to make port 8000 work over public IP?
Thanks in advance.