no service listening for 8080
gpozOct 3 2011 — edited Oct 3 2011Greetings experts!
After following the instructions from oracle to begin using the embedded plsql gateway on a home system, it worked very well, biggest effort was writing a prototype web presentation to try it out. Now we are trying to implement this at work (large organization, complicated IT setup), and we have again followed the instructions from oracle, and the effort is stalled. We have network people saying we have nothing listening on the port, although listener.ora was updated properly and bounced.
LISTENER =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = xxx.yyy.com)(PORT = 1521)
(ADDRESS=(PROTOCOL=tcp)(HOST=xxx.yyy.com)(PORT=8080))(Presentation=HTTP)(Session=RAW)
)
)
Please let me know if this looks incorrect, or if there are some items to review which the docs may not have spelled out.