月亮的太陽

          小乖的BLOG
          posts - 114, comments - 41, trackbacks - 0, articles - 27
            BlogJava :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理

          日歷

          <2025年6月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345

          公告

          相冊

          最新隨筆

          搜索

          •  

          最新評(píng)論

          [ORACLE] 8080端口被占用

          Posted on 2005-12-10 17:29 月亮的太陽 閱讀(1237) 評(píng)論(1)  編輯  收藏 所屬分類: 編程
          Oracle XMLDB 占用了8080端口

          解決辦法:

          1. 修改XMLDB的端口設(shè)置
          2. 禁止XMLDB監(jiān)聽端口

          Change XMLDB Ports


          This document explains how to change the default ports (8080 for HTTP and 2100 for FTP) in XMLDB.
          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 dbms_xdb is granted to PUBLIC you need DBA privileges to change the ports.

          -- change HTTP port from 8080 to 8083
          call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get(), '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()', 8083));

          -- change FTP port from 2100 to 2111
          call dbms_xdb.cfg_update(updateXML( dbms_xdb.cfg_get(), '/xdbconfig/sysconfig/protocolconfig/ftpconfig/ftp-port/text()' , 2111));

          -- refresh settings
          exec dbms_xdb.cfg_refresh;

          評(píng)論

          # re: [ORACLE] 8080端口被占用  回復(fù)  更多評(píng)論   

          2009-04-17 15:29 by 游客
          看看是不是與tomcat同時(shí)開啟服務(wù),更改端口號(hào)避免沖突
          主站蜘蛛池模板: 黄陵县| 永胜县| 息烽县| 南昌市| 高雄市| 泾源县| 安化县| 辽阳市| 布拖县| 金秀| 揭西县| 牙克石市| 顺义区| 长葛市| 石渠县| 大邑县| 上林县| 安西县| 丹凤县| 靖州| 仲巴县| 岫岩| 南江县| 郑州市| 绥化市| 盐边县| 临泉县| 无为县| 右玉县| 容城县| 津市市| 丹东市| 青铜峡市| 资阳市| 河北省| 福贡县| 彩票| 东台市| 武穴市| 商洛市| 温州市|