如何检测 Websphere 服务器中是否安装了“Web Services Feature Pack for WebSphere”?

2 service websphere

如何检测 Websphere Application Server v6.1 中是否安装了“Web Services Feature Pack for WebSphere”?

在 Websphere 中部署 cxf webservices 时,我需要这些信息来解决一些类加载问题。

Isa*_*aac 6

虽然我这里没有安装 WSFP,但目前最好的办法是使用 WebSphere 的versionInfo实用程序。

你可以找到它%APPSERVER%/bin哪里%APPSERVER%是你的WAS安装位置。

参考(来自 WAS 6.1 信息中心)可以在这里找到

我的建议是您使用最详细的标志 ( -long -maintenancePackages -maintenancePackageDetail -components -componentDetail)以 HTML 格式生成版本报告并从那里获取。