in the deployment msc_ws_e1aps_ws, I got the local hostIP instead of the server IP
here is the example:
I should get
http://172.18.64.206:6205/ODIWebservice-ODIInvoke-context-root/MSC_E1APS_EncryptPasswordPort?WSDL
but I got:
http://10.10.4.55:6205/ODIWebservice-ODIInvoke-context-root/MSC_E1APS_EncryptPasswordPort?WSDL
mhlxaisd:/home/oracle> netstat -an | grep 6205
tcp 0 0 10.10.2.55.6205 *.* LISTEN
tcp 0 0 10.10.4.55.6205 *.* LISTEN
tcp6 0 0 ::1.6205 *.* N
tcp 0 0 172.18.64.206.6205 *.* LISTEN
I need to know where can I change the configuration for thsi deployment, I never have an issue in the previous installation but the OS has been upgraded from last year. thanks Elisa