有没有办法事先知道我的Websphere 6.1 App服务器上是否安装了EJB3.0功能包?一种方法是在WAS上部署EJB 3.0 EAR并让它抱怨没有安装功能包。但事先知道这种情况有什么方法吗?
答案 0 :(得分:0)
是的,您可以尝试使用功能包使用以下命令创建配置文件:
$app_server_root/bin/manageprofiles.sh -create -profileName AppSvr01 -templatePath $app_server_root/profileTemplates/EJB3/default.ejb3fep
或者您可以检查安装中是否已存在default.ejb3fep。
查看详情: