Reference: http://onlineappsdba.com/index.php/2010/06/10/changingstarting-ohs-oracle-http-server-11g-on-port-80-on-unix/
Change httpd.conf(using user owning OHS – awebtier in my case)
Change value against Listen to 80
Start OHS using OPMN (using user owning OHS – awebtier in my case)
cd Oracle/web/web_instance /bin
/opmnctl startall (stopall and startall if opmn is already running)
Test OHS via URL
Check if port 80 is listening on that machine “netstat -an | grep 80″
Type URL http://servername:80 (If you don’t specify port with http by default it takes port 80)
No comments:
Post a Comment