IT精英俱乐部

方便自己查阅,仅此而已!

统计

留言簿(4)

阅读排行榜

评论排行榜

解决Oracle 9i和Tomcat端口冲突

-- Change the HTTP/WEBDAV port from 8080 to 8081

SQL> call dbms_xdb.cfg_update(updateXML( dbms_xdb.cfg_get() ,
          '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()'
           8081))
          /

-- Change the FTP port from 2100 to 2111

SQL> call dbms_xdb.cfg_update(updateXML( dbms_xdb.cfg_get() ,
          '/xdbconfig/sysconfig/protocolconfig/ftpconfig/ftp-port/text()' , 2111))

  
 SQL> COMMIT;

 SQL> EXEC dbms_xdb.cfg_refresh

posted on 2009-06-03 08:35 suplayer 阅读(119) 评论(0)  编辑  收藏 所属分类: Database


只有注册用户登录后才能发表评论。


网站导航: