Chinaunix首页 | 论坛 | 博客
  • 博客访问: 439482
  • 博文数量: 102
  • 博客积分: 4045
  • 博客等级: 上校
  • 技术积分: 2120
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-16 22:21
文章分类
文章存档

2013年(1)

2009年(24)

2008年(77)

我的朋友

分类: Oracle

2009-10-23 11:26:13

oracle9 TNSLSNR占用tomcat的8080端口

dba用户登录Oracle,利用dbms_xdb修改端口设置
  SQL>connect /as sysdba;
  SQL> -- Change the HTTP/WEBDAV port from 8080 to 8081
  SQL> call dbms_xdb.cfg_update(updateXML(
    2        dbms_xdb.cfg_get()
    3      , '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()'
    4      , 8081))
    5  /
  Call completed.
阅读(898) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~