发新话题
打印

[已解决] 请教Rational ClearQuest的默认端口80在哪里可以修改( 此文章被查看:426次,被回复:6篇!! )

本主题由 yunshan 于 2008-4-18 19:53 关闭

请教Rational ClearQuest的默认端口80在哪里可以修改

请教Rational ClearQuest的默认端口80在哪里可以修改。以前一直用20030615版本 对7不是很熟悉。。。感谢您的帮助


问题已经解决
无需像2楼所描述的那么繁杂
只需要修改\Rational\Common\rwp\IHS\conf\httpd.conf中的默认端口80即可

[ 本帖最后由 tongfenglcz 于 2008-4-21 15:11 编辑 ]


问题已经解决 [打开主题]
本主题的最佳答案为 [ 2 楼].



© 本文为 tongfenglczSCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

To  change  the  default  RWP  HTTP  port
The  port  on  which  RWP  listens  for  HTTP  requests  is  defined  by  the  Listen
parameter  in  httpd.conf.  For  example,   Listen  80  tells  RWP  to  listen  on  port  80
(the  default  for  HTTP).  You  can  change  this  to  specify  any  available  port  number.
For  example,  Listen  8000  tells  RWP  to  listen  on  port  8000.
If  you  want  to  change  the  default  RWP  port,  or  add  additional  ports,  you  must
modify  the  httpd.conf,  plugin_cfg.xml  and  virutalhosts.xml  files.  If  you  are  using
more  than  one  profile,  you  must  modify  all  of  these  files  for  every  profile  you  use.
See  !°T  change  the  default  RWP  ports!  for  file  locations.  You  do  not  need  to
modify  the  serverindex.xml  file,  which  defines  the  WAS  Embedded  Express  ports,
unless  you  have  another  instance  of  WAS  Embedded  Express  installed  that  is  using
the  same  ports.
Note:   If  you  change  the  RWP  HTTP  port  number  to  anything  other  than  80,  all
Web  addresses  that  reference  RWP  must  include  the  port  number.  For
example:  http://RWP_host.domain:8000/cqweb/login.

To  change  the  default  RWP  ports
The  WAS  plugin  ports  (used  for  communication  between  IHS  and  WAS  Embedded
Express)  are  comprised  of  IHS,  SSL,  and  RWP  servlet  ports.  None  of  these  ports
are  changeable  during  installation.
If  these  ports  are  used  by  another  application  on  the  RWP  host,  reconfigure  that
application  to  use  different  ports.  If  you  cannot,  you  must  change  the  ports  RWP
uses,  after  installation.


Configuring  an  alternate  port:  
To  configure  an  alternate  port  number,  do  the  following:
1.    Add  an  additional  Listen  statement  in  http.conf.  For  example,  to  add  port  8000,
add  the  line  add  Listen  8000.
2.    Add  the  alternate  port  to  the  virtualhost  group  in  plugin-cfg.xml.
3.    Add  the  alternate  port  to  the  virtualhosts.xml  file,  in  the  HostAlias_x  section.


最佳答案
该回答被楼主/管理员列为正解!



© 本文为 somisSCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

应该去修改APACHE中的http.conf中
它监听的端口
从80可以改成类似8080的端口



© 本文为 softflySCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

如果是2003.06.15版本,修改 <Install Drive>\Program Files\Rational\common\rwp\conf\ rwp.conf
文件中的" Listen 80",然后保存文件,重起RWP服务。
7.0没有用过,不清楚。

© 本文为 coolfen 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

7.0就是修改IBM HTTP SERVER conf 目录下面的
httpd.conf文件中的端口

© 本文为 softfly 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

我选择重新安装。。。。。。很惨。。

© 本文为 pingtou1984 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

呵呵,都是配置文件,找找就找到了。

© 本文为 among 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员
Where are we ?

TOP

发新话题