`
martinyuan
  • 浏览: 57093 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

如何改变Oracle 10g Express Edition默认的8080端口

阅读更多
选择“运行SQL命令”,进入如下提示符
SQL>
首先连接到服务器
connect 用户名/密码
登陆后输入如下命令:
call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get(),'/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()',8081));
 
其中8081是修改后的端口,可以任意。
 
这样你就不会与Tomcat的默认端口冲突了,方便开发。
ftp服务占用2100端口,更改命令是:
call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get() , '/xdbconfig/sysconfig/protocolconfig/ftpconfig/ftp-port/text()', 2111));   
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics