IBM WAS Liberty轻量化中間件安裝部署

简介:

        IBM WebSphere Application Server Liberty 或WebSphere Liberty Profile Server(简称 Liberty) 是 IBM 公司的一款轻量级的应用服务器,它的主要优点有高模块化、高动态性、配置简单等。相较于 IBM 传统的 WAS的笨重与繁杂Liberty 更能适应在开发环境中部署调试。


一、下载地址

https://developer.ibm.com/wasdev/downloads/#asset/runtimes-wlp-javaee8

二、安裝Liberty

  解压压缩程序

             #unzip wlp-javaee8-19.0.0.2.zip -d /opt/was

  启动应用程序

             #[root@centos7 ~]# /opt/was/wlp/bin/server start  Starting server defaultServer.

              Server defaultServer started with process ID 237.

三、安装 adminCenter命令:

bin/installUtility install adminCenter-1.0

If you are installing into 8.5.5.5 or earlier and the feature supports that version, use the featureManager command,

for example:

bin/featureManager install adminCenter-1.0 --when-file-exists=ignore

服务器的配置基本都在wlp\usr\servers\server1\server.xml 文件中配置

添加配置 server.xml

<featureManager>

<feature>adminCenter-1.0</feature>

</featureManager>

<quickStartSecurity userName="wsadmin" userPassword="wsadmin" /><!--管理台的账号密码-->

程序启动后,访问:

https://localhost:9443/adminCenter/ nCenter 管理中心

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

友情链接更多精彩内容