Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

no service listening for 8080

gpozOct 3 2011 — edited Oct 3 2011
Greetings 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 31 2011
Added on Oct 3 2011
2 comments
171 views