Oracle 10g Listener port 8080 conflict with web app
Hi all,
I just installed Oracle 10g on my machine. The funny thing is, the oracle listener which normally runs on port 1521, running on port 8080 which conflict with the web app. I've checked the config file in oracle listener, it stated 1521. Anyone experience this complication before? MInd if you can tell me what is going on and how we overcome this? Appreciate your help! Thanks. Ivan Brogalis
[412 byte] By [
hotbaboona] at [2007-11-27 3:32:53]

# 2
Yes.I had the same problem with oracle. It grabs port 8080 for management tool, u can turn this off in the service list. Are you running tomcat? I do and what I did was too change tomcats port in the server.xml file :-
C:\Your_Tomcat_Dir\conf\server.xml
Change all references of 8080 to 8081 or something else that you'd prefer.
Alternatively turn off all oracle entries in your service list execpt for the Listener Service and the OracleService(your sid).