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]
# 1
This can be one of oracle's management tools. When you installed Oracle, did you download anything else or just the database? Make sure that no web-app service from oracle is running.
kdajania at 2007-7-12 8:35:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 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).

knightweba at 2007-7-12 8:35:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Thanks guys! I've managed to fix it by running some PL/SQL statement.
hotbaboona at 2007-7-12 8:35:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
glad to try & help
kdajania at 2007-7-12 8:35:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...