I am looking to run Apache tomcat and oracle10g... both are on port 8080 how to change port of any of them?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
migrated from stackoverflow.com Oct 4 '12 at 16:06
|
Do you mean you're running two listeners on 8080? In Oracle's embedded gateway, from sqlplus:
For Tomcat, see: http://www.mkyong.com/tomcat/how-to-change-tomcat-default-port/ |
|||
|
|
|
Oracle XMLDB uses the ports 2100/8080 by default. Sometimes there are problem with other webservers (e.g. JBOSS) running on the same port. Even if the package -- change HTTP port from 8080 to 8083--->
-- change FTP port from 2100 to 2111---->
-- refresh settings---->
|
|||
|
|