Modify OracleXEhttp port 8080

Source: Internet
Author: User
The default http port of OracleExpressEdition (XE) is 8080, which is the same as the default port of JBossTomcat, resulting in a Jboss startup conflict.

The default http port of Oracle Express Edition (XE) is 8080, which is the same as the default port of JBoss/Tomcat, resulting in a Jboss startup conflict.

The default http port of Oracle Express Edition (XE) is 8080, which is the same as the default port of JBoss/Tomcat, resulting in a Jboss startup conflict.

Modification method:

1. log on to XE as a dba

2. Execute the following statements

Dbms_xdb.sethttpport (); 4 end; 5/

In this way, the default port 8080 is changed to port 7000. You do not need to restart the oracle service and the service takes effect immediately!

3. Modify the following two internet shortcuts (under product \ 11.2.0 \ server in the oraclexe installation directory)

X: \ oraclexe \ app \ oracle \ product \ 11.2.0 \ server \ Get_Started.url

X: \ oraclexe \ app \ oracle \ product \ 11.2.0 \ server \ Database_homepage.url

Open these two files in notepad and replace 8080 with 7000

The above processing is equally effective for Oracle 11g/R2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.