saeed.sh
saeed.sh

Reputation: 327

Oracle ADF Url Ip address not work

I have an oracle ADF application in oracle jdeveloper 11g and the output url in browser is :

http://127.0.0.1:7101/centralbank-ViewController-context-root/faces/untitled1.jsf?_adf.ctrl-state=tqdhpayew_27

but when i want to use my ip network address which is 192.168.1.53 instead of 127.0.0.1 , i can not see the output page . What am i missing ?

Upvotes: 0

Views: 587

Answers (1)

Shay Shmeltzer
Shay Shmeltzer

Reputation: 3721

Go into the weblogic console and check which address the listener is listening on. ...:7101/console

You can set it to be empty to listen to both 127.0.0.1 and your real ip

Upvotes: 0

Related Questions