`

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
分享到:
评论

相关推荐

    IBM redbook Experience Java EE! Using WebSphere Application Server Community Edition

    Using WebSphere Application Server Community Edition》是一本专注于Java企业版(Java EE)开发和WebSphere应用服务器社区版使用的专业指南。这本书深入浅出地介绍了如何利用IBM的开源应用服务器平台来构建高效、...

    使用 WebSphere Application Server Community Edition 开发和部署 J2EE Web 服务

    本教程将向您演示如何使用 Eclipse Web Tools Platform ...您将使用 Community Edition 服务器适配器(以前称为 Eclipse 插件)在 Community Edition 实例中部署该应用程序。最后,您将开发一个调用 Web 服务的客户机。

    IBM WebSphere Lombardi Edition (Teamworks)产品简介

    IBM WebSphere Lombardi Edition是一个简单易用的业务流程管理产品,可帮助用户在统一平台上以更短的时间、更少的成本和更低的风险来创建和管理流程应用软件。IBM WebSphere Lombardi Edition适用于使用频率高且需要...

    IBM WebSphere Lombardi Edition开创“敏捷”的业务管理平台

    IBM WebSphere Lombardi Edition可以通过可视化、集成和云计算帮助企业提升效率和灵活性,降低成本。IBM提供的环境和工具将帮助企业优化业务流程、加强与客户、供应商和合作伙伴的关系,并更好地将它们自己的业务...

    IBM WebSphere DataStage Advanced Enterprise Edition

    ### IBM WebSphere DataStage Advanced Enterprise Edition 知识点解析 #### 一、产品概述 IBM WebSphere DataStage Advanced Enterprise Edition 是一款高级企业级数据集成平台,由 IBM Software Group 开发并...

    IBM Websphere Portal Primer

    A recent report from Forrester Research states, "IT executives expect eBusiness spending to drop 14% in 2002, but more than one-third of Global 3500 firms plan to purchase portal servers this year....

    WebSphere MQ Primer- An Introduction to Messaging and WebSphere MQ.pdf

    ### WebSphere MQ Primer – 消息传递与WebSphere MQ简介 #### 一、消息传递的基本概念 消息传递是一种用于在应用程序之间发送数据的方法,它允许应用程序通过消息队列进行通信,而无需彼此直接连接。这种架构可以...

    websphere

    ### WebSphere设计与LDAP集成深度解析 #### 一、引言:目录服务与WebSphere的关系 WebSphere作为IBM的一款企业级应用服务器,提供了强大的中间件功能,包括事务处理、消息传递、安全性和集群管理等,旨在帮助企业...

    WebSphere入门教程大合集

    WebSphere是IBM的中间件产品,它提供了运行和管理业务应用程序所需的环境,支持J2EE(Java 2 Platform, Enterprise Edition)标准,包括Servlet、JSP、EJB等技术。WebSphere提供了全面的集成解决方案,涵盖了从开发...

    websphere 6.1 资料集

    Websphere 6.1 资料集涵盖了关于IBM的Websphere Application Server (WAS) 6.1版本的全面知识,包括安装、配置和实用操作等多个方面。Websphere是IBM提供的一个强大的企业级Java应用服务器,用于部署和管理基于Java...

    WebSphere实验报告.zip

    WebSphere是IBM开发的一款强大的企业级应用服务器,它在IT行业内扮演着至关重要的角色,尤其在企业级Java应用程序的部署和管理方面。本实验报告基于吉林大学的WebSphere课程,涵盖了八次实验的内容,旨在帮助学生...

    websphere中文入门教程

    Websphere支持多种开放标准,如Java EE(Java Enterprise Edition)、SOAP、WSDL和UDDI,使得企业可以构建基于Web的服务和应用程序。 【知识点二】:Websphere应用服务器基础 Websphere应用服务器是Websphere平台的...

    linux下WebSphere启动停止

    "Linux下WebSphere启动停止" Linux操作系统下WebSphere服务器的启动和停止是非常重要的操作,因为这直接关系到WebSphere服务器的使用和维护。下面将详细介绍Linux下WebSphere启动停止的过程。 一、WebSphere服务器...

    Websphere8.5安装

    【标题】:Websphere 8.5安装 在IT领域,WebSphere是IBM提供的一款企业级应用服务器,常用于构建、部署和管理各种企业应用程序。本文将详细讲解WebSphere 8.5的安装过程,包括IBM Installation Manager的安装、...

    基于websphere部署ims

    1. **Websphere应用服务器**:Websphere是IBM提供的一个全面的企业级应用服务器平台,它支持Java EE(Java Enterprise Edition)标准,用于部署和管理企业级应用程序。Websphere提供了多种功能,包括安全、性能管理...

    WebSphere如何打补丁

    ### WebSphere如何打补丁 #### 一、概述 在IT行业中,中间件如IBM WebSphere Application Server (WAS)的稳定性和安全性至关重要。为了确保系统能够正常运行并避免潜在的安全漏洞,定期更新和打补丁是必不可少的...

    WebSphere安装配置手册

    WebSphere是一款由IBM开发的企业级应用服务器,用于部署和管理Java应用程序,特别是基于Java EE(Java Enterprise Edition)的应用。本文档将详细介绍如何安装配置WebSphere,以及如何对JVM内存进行监控和调整线程池...

    WebSphere下的所有jar文件名和路径

    WebSphere Application Server(WAS)是IBM提供的一款高性能、高可靠性的企业级Java应用服务器,它支持J2EE(Java 2 Enterprise Edition)标准,能够为企业提供强大的应用开发、部署和管理能力。WAS的设计目标是在...

Global site tag (gtag.js) - Google Analytics