Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法预先知道我的 Websphere 6.1 App 服务器上是否安装了 EJB3.0 功能包?一种了解方法是在 WAS 上部署 EJB 3.0 EAR 并让它抱怨未安装功能包。但是,有没有办法事先知道这一点?
是的,您可以尝试使用功能包使用以下命令创建配置文件:
$app_server_root/bin/manageprofiles.sh -create -profileName AppSvr01 -templatePath $app_server_root/profileTemplates/EJB3/default.ejb3fep
或者您可以检查您的安装中是否已经存在 default.ejb3fep。
在以下位置查看详细信息:
http://pic.dhe.ibm.com/infocenter/wasinfo/v6r1/index.jsp