Home  >  Article  >  Database  >  Oracle XE http端口8080的修改

Oracle XE http端口8080的修改

WBOY
WBOYOriginal
2016-06-07 17:36:011223browse

Oracle Express Edition(XE)默认的http端口是8080,这跟JBoss/Tomcat的默认端口相同,导致Jboss启动冲突。

Oracle Express Edition(XE)默认的http端口是8080,这跟JBoss/Tomcat的默认端口相同,导致Jboss启动冲突。

修改办法:

1. 以dba身份登录XE

2. 执行下列语句

dbms_xdb.sethttpport(); ); 4 end; 5 /

这样就把默认的8080端口改成7000了,,不用重启oracle服务,即时生效!

3.修改下面二个internet快捷方式(位于oraclexe安装目录的product\11.2.0\server下)

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

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

用记事本打开这二个文件,把8080换成7000

 

以上处理对Oracle 11g /R2 同样有效

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn