Websphere Community Edition change port 8080 to 80

WebSphere Community Edition Changing the HTTP port to 80

What I need to do now is find how to change WCE do bind to a particular IP Address and port.

find . -type f | xargs grep 8080


/var/apps/wce/var/config/config.xml most probably contains my configuration. However I found that the config file uses substituted variables from a properties file


var/config/config-substitutions.properties

So I changed the following line


EndPointURI=http\://\:8080

To

EndPointURI=http\://<ipaddress>\:80

and

HTTPPort=8080

to

HTTPPort=80

You may also wish to change the attribute

from

ServerHostname=0.0.0.0

to

ServerHostname=<ipaddress>

and put your ip address to bind to a specific ip address as opposed to all ip addresses on the nic.

at last reboot server .


reference:http://www.webspheretools.com/sites/webspheretools.nsf/docs/Changing%20the%20HTTP%20port%20of%20WebSphere%20Community%20Edition
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值