There you'll find a notification-server element. It propbably does not have the ipaddr node below it by default. But add it like below with 0.0.0.0 as ip-addresses. Doing so enables you to connect with a jdeveloper on a remote machine.
1 2 3 4 5 | < notification-server inter> < span style = "color: rgb(255, 0, 0);font-family:ipv4;" >< ipaddr remote = "0.0.0.0" request = "0.0.0.0" /></ span > < port local = "6100" remote = "6200" request = "6003" /> < ssl enabled = "true" wallet-file = "$ORACLE_HOME/opmn/conf/ssl.wlt/default" /> </ notification-server > |
I wrote about connecting to an Oracle Application Server/SoaSuite within a VM in greater detail here, but I did not include the actual opmn.xml snippet like above.
1 comment :
It worked! Thanks!
Post a Comment