How can we change the Web Port in EBS 12.2
Oracle HTTP server (OHS) configuration is managed by FMW in R12.2, so there is a difference when changing the webport when compared to previous releases.
Steps
1) Launch EM Console and login as weblogic user
http://<s_wls_admin_host>.<s_wls_admin_domain>:<s_wls_adminport>/em
2) Select the web tier instance from the Web Tier dropdown
3) Select the Oracle HTTP server component and Advanced Configuration
4) Choose httpd.conf and Modify the Listen port value
5) Apply the changes
perl $AD_TOP/bin/adSyncContext.pl contextfile=$CONTEXT_FILE
Note:
Manually update the $CONTEXT_FILE if old port values are still present
Ideally, the values will get updated
7) Stop all services
8) Run autoconfig
9) Start all application services and validate the new URL.
Post a Comment
Post a Comment