Re: how to create short url for Oracle EBS R12.2
Posted by Cherish312 on Jan 20, 2025; 5:18pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/how-to-create-short-url-for-Oracle-EBS-R12-2-tp12857p12885.html
Are there any Oracle Doc Ids available or any custom links to follow.
We are also using DNS. We can create dns also here. With DNS & without any LB, how can we achieve this.
We did below,not sure what are the other complications.
E-Business Suite 12.2 Detailed Steps To Change The R12.2 Default Port To 80 (Doc ID 2072420.1)
If use port 80 , so that we can access the ebs url without port .
httpd.conf
# OHS Listen Port
Listen 80
$ chown root <FMW_HOME>/webtier/ohs/bin/.apachectl
$ chmod 6750 <FMW_HOME>/webtier/ohs/bin/.apachectl
grep 8000 $CONTEXT_FILE
replace all references with 80 port.
adautoconfig.sh
Restart EBS
Regards,
Sudhakar