Change Oracle port from port 8080

后端 未结 8 2239
终归单人心
终归单人心 2020-12-22 16:07

How do I change Oracle from port 8080? My Eclipse is using 8080, so I can\'t use that.

8条回答
  •  离开以前
    2020-12-22 16:59

    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
    Listen 8080
    or
    Listen {ip address}:8080

    Change the port number and either restart the web server or just reboot the machine.

提交回复
热议问题