系列0:websphere liberty profile june beta

本文介绍如何安装IBM Liberty Profile应用服务器及其插件,包括Eclipse JEE、wdt插件、WebService和JMS支持等组件,并提供部署应用程序的基本步骤。
https://developer.ibm.com/wasdev/downloads/liberty-profile-beta/
1.Download Eclipse JEE 4.3.2

2.下载wdt插件, 400M,wdt-update-site_Beta.v20140611_2238.zip,通过eclipse install new software安装

3.下载liberty profile运行时环境,65M,
,通过java -jar wlp-beta-runtime-2014.6.0.0.jar安装

安装时会让你选择位置:C:\IBM\wlp-beta_2014-6,安装(其实就是解压)后server.bat在C:\IBM\wlp-beta_2014-6\wlp\bin

java -jar myarchivefile.jar --acceptLicense C:\Liberty-profile-install
见:http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.wlp.nd.doc/ae/rwlp_inst_extraction_options.html?cp=SSAW57_8.5.5

4.下载对Web Service, JMS, JCA, or MongoDB的支持, 24.1M
通过java -jar wlp-beta-extended-2014.6.0.0.jar安装到与runtime相同的位置C:\IBM\wlp-beta_2014-6

5.下载admin center,15M,通过java -jar 安装到与runtime相同的位置C:\IBM\wlp-beta_2014-6

HELLO WORLD

  1. From thewlp/bindirectory in your Liberty profile runtime installation, run the following command to create a new server:
    server create server-name

    The new server is created inwlp/usr/servers/server-name.

  2. Run the following command to start the server:
    server start server-name
  3. To deploy an application, copy the .war file to the server’sdropinsdirectory:
    usr/servers/server-name/dropins

    There’s no need to restart the server; the application should just work!

  4. 访问http://localhost:9080打开welcome页

阅读: 
Deploying a web application to the Liberty profile
http://www-01.ibm.com/support/knowledgecenter/api/content/SSEQTP_8.5.5/com.ibm.websphere.wlp.doc/ae/twlp_dep_war.html

server命令
http://www-01.ibm.com/support/knowledgecenter/api/content/SSEQTP_8.5.5/com.ibm.websphere.wlp.doc/ae/twlp_admin_script.html

Ant Maven等
http://www-01.ibm.com/support/knowledgecenter/api/content/SSEQTP_8.5.5/com.ibm.websphere.wlp.doc/ae/twlp_setup.html

Deploying applications to the Liberty profile(JDBC,JNDI,JPA, JAX-RS, etc)
http://www-01.ibm.com/support/knowledgecenter/api/content/SSEQTP_8.5.5/com.ibm.websphere.wlp.doc/ae/twlp_dep.html

转载于:https://my.oschina.net/uniquejava/blog/282866

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值