ias10g http端口修改问题

[复制链接]
查看11 | 回复7 | 2005-2-28 12:57:00 | 显示全部楼层 |阅读模式
我在redhat9.0 上安装ias10g j2ee+webcache成功.但在端口中添加80端口并建立一个监听80端口的站点时,http启动不了,提示错误http不能绑定80端口,我已经确认80端口没有被其他服务所占用.据说要修改webcache的配置.具体如何做,请大虾们帮忙.谢.
回复

使用道具 举报

千问 | 2005-2-28 12:57:00 | 显示全部楼层
在HTTP上加80端口也可以,在WEBCACHE上加80端口也可以
回复

使用道具 举报

千问 | 2005-2-28 12:57:00 | 显示全部楼层
要这样做:
1.
关闭httpd进程
$opmnctl stop ias-component=HTTP_Server
2.
$cd $ORACLE_HOME/Apache/Apache/bin
$su
#chown root .apachectl
注意apachectl前面有一个“.”
#chmod 6750 .apachectl
3.
修改httpd.conf文件:
$cd $ORACLE_HOME/Apache/Apache/conf
$vi httpd.conf
修改为
--------------------
Listen 80
port 80
--------------------
4.
重新启动httpd进程
$opmnctl start ias-component=HTTP_Server
5.
OK
回复

使用道具 举报

千问 | 2005-2-28 12:57:00 | 显示全部楼层
最初由 ilearningit 发布
[B]要这样做:
1.
关闭httpd进程
$opmnctl stop ias-component=HTTP_Server
2.
$cd $ORACLE_HOME/Apache/Apache/bin
$su
#chown root .apachectl
注意apachectl前面有一个“.”
#chmod 6750 .apachectl
3.
修改httpd.conf文件:
$cd $ORACLE_HOME/Apache/Apache/conf
$vi httpd.conf
修改为
--------------------
Listen 80
port 80
--------------------
4.
重新启动httpd进程
$opmnctl start ias-component=HTTP_Server
5.
OK [/B]

呵,这个步骤比较详细,我已经试过,完全没问题,谢谢!


回复

使用道具 举报

千问 | 2005-2-28 12:57:00 | 显示全部楼层
但上面这种方法只是处理了http的端口,按理应更正webcache端口为80才好
回复

使用道具 举报

千问 | 2005-2-28 12:57:00 | 显示全部楼层
xxx.xxx.xxx.xxx:1810其中xxx.xxx.xxx.xxx为as ip地址 直接进入服务管理属性添加xxx.xxx.xxx.xxx:80即可
回复

使用道具 举报

千问 | 2005-2-28 12:57:00 | 显示全部楼层
嗯,楼上的这个比较说明问题
回复

使用道具 举报

千问 | 2005-2-28 12:57:00 | 显示全部楼层
Webcache的端口可以在Webcache管理页面中配置
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行