You need the location of the context file created in the previous step. This is
/u01/E-BIZ/inst/apps/VISION_ip-foo/appl/admin where foo is of course the internal IP
You also need the external IP address. This will be of form
ec2-foo2.compute-1.amazonaws.com where foo2 is an IP, again ( different from the foo above )
Do we want the port set ? doing lsof tells us
lsof -P |grep IPv4|grep http
httpd 3560 oracle 17u IPv4 171553 TCP *:4443 (LISTEN)
httpd 3560 oracle 18u IPv4 171554 TCP *:8000 (LISTEN)
httpd 3575 oracle 17u IPv4 171553 TCP *:4443 (LISTEN)
httpd 3575 oracle 18u IPv4 171554 TCP *:8000 (LISTEN)
httpd 3575 oracle 31u IPv4 171570 TCP localhost.localdomain:2473->localhost.localdomain:6100 (ESTABLISHED)
httpd 3577 oracle 17u IPv4 171553 TCP *:4443 (LISTEN)
httpd 3577 oracle 18u IPv4 171554 TCP *:8000 (LISTEN)
httpd 3578 oracle 17u IPv4 171553 TCP *:4443 (LISTEN)
httpd 3578 oracle 18u IPv4 171554 TCP *:8000 (LISTEN)
httpd 3579 oracle 17u IPv4 171553 TCP *:4443 (LISTEN)
httpd 3579 oracle 18u IPv4 171554 TCP *:8000 (LISTEN)
httpd 3582 oracle 17u IPv4 171553 TCP *:4443 (LISTEN)
httpd 3582 oracle 18u IPv4 171554 TCP *:8000 (LISTEN)
httpd 3583 oracle 17u IPv4 171553 TCP *:4443 (LISTEN)
httpd 3583 oracle 18u IPv4 171554 TCP *:8000 (LISTEN)
all our apache workers are using 8000 and 4443 and that should be OK !
No comments:
Post a Comment