手动在Websphere自由核心上安装servlet 3.1

时间:2016-05-25 09:02:38

标签: websphere-liberty

我想在Websphere Liberty Core 8.5.5.7上安装servlet 3.1。 我无法访问Liberty存储库,因此无法使用:

installUtility install servlet-3.1

如何在没有连接的情况下手动安装servlet-3.1?

2 个答案:

答案 0 :(得分:0)

您需要使用Liberty Profile 8.5.5.2或更高版本以及互联网连接的其他计算机。

您可以使用带有--downloadOnly选项的featureManager实用程序在此计算机中下载所需的功能。

bin/featureManager install feature_shortName1 feature_shortName2 --downloadOnly=[all|required*|none]

您可以使用--location optinon指定本地目标目录。

然后在没有互联网连接的情况下复制计算机中的下载目录并安装该功能:

bin/featureManager install feature_shortName1 feature_shortName2 --location=directoryPath

更多信息:

https://www.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.wlp.doc/ae/t_install_assets_cmd.html?lang=en

答案 1 :(得分:0)

您可以从IBM网站下载.esa文件,然后使用命令进行安装

installUtility install localrepo3\com.ibm.websphere.appserver.servlet-3.1.esa

其中localrepo3 /是WebSphere的bin目录中的目录