Oracle Apex (Middle Tier) port number Change 7777 to 80
1. Login Oracle IAS Home.
cd $IAS_ORACLE_HOME/Apache/Apache/conf
2. Take a backup httpd.conf
cp httpd.conf httpd.conf.bak
3. Open httpd.conf and chage Port Number
change follow bellow entry
Port 7777
Listen 7777
to
Port 80
Listen 80
4. Save httpd.conf
5. Go into the directory $IAS_ORACLE_HOME/Apache/Apache/bin
cd $IAS_ORACLE_HOME/Apache/Apache/bin
6. Login root user
su root
7. Execute following line chown root .apachectl
$chown root .apachectl
8. Execute following line chmod 6750 .apachectl
$chmod 6750 .apachectl
9. Restart the OHS with the command $IAS_ORACLE_HOME/opmn/bin/opmnctl restartproc ias-component=HTTP_Server
Before http://192.168.0.104:7777/pls/apex
After http://192.168.0.104/pls/apex

No comments:
Post a Comment