how do I change oracle from port 8080? my eclipse is using 8080?
|
|
XE: Changing the default http port Oracle XE uses the embedded http listener that comes with the XML DB (XDB) to serve http requests. The default port for HTTP access is 8080. http://daust.blogspot.com/2006/01/xe-changing-default-http-port.html |
||
|
|
|
|
Oracle (database) can use many ports. when you instazll the software it scans for fee ports and decides which port to use athen. The database listener defaults to 1520 but will use 1521 or 1522 if 1520 is not available. This can be adjusted in the listener.ora files The Enterprise Manager, web based database administration tool default so port 80 but will use 8080 ... if 80 is not available. See here for details on how to change the port number for enterprise manager: http://download-uk.oracle.com/docs/cd/B14099_19/integrate.1012/b19370/manage_oem.htm#i1012853 |
||
|
|
|
|
There are many Oracle components that run a web service, so it's not clear which you are referring to. For example, the web site port for standalone OC4J is configured in the j2ee/home/config/default-web-site.xml file:
|
||
|
|
|
|
I assume you're talking about the Apache server that Oracle installs. Look for the file httpd.conf. Open this file in a text editor and look for the line Change the port number and either restart the web server or just reboot the machine. |
||
|
|
