DMZ URL is not working
i. Modify the HTTP port in the $CONTEXT_FILE of the external node and run autoconfig
ii . Check SSL setup in the $CONTEXT_FILE and run autoconfig
Issue:
External URL not up. Due to http port using wrong port#8002.
Processes in Instance: EBS_web_TEST_OHS2
---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
ias-component | process-type | pid | status | uid | memused | uptime | ports
---------------------------------+--------------------+---------+----------+------------+----------+-----------+-----
EBS_web_TEST | OHS | 18624 | Alive | 1412243724 | 1870960 | 0:24:01 | https:4445,https:10001,http:8002
Solution:
Manually modified port#8001 in httpd.conf since it is not changed by autoconfig.
[apTEST@apdbadmz01 EBS_web_TEST]$ pwd
/d02/app/TEST122/fs1/FMW_Home/webtier/instances/EBS_web_TEST_OHS2/config/OHS/EBS_web_TEST
[apTEST@apdbadmz01 EBS_web_TEST]$ grep "8001" *
httpd.conf:Listen 8001
[apTEST@apdbadmz01 EBS_web_TEST]$
And now start the application .