websphere - Pre Check EJB3.0 feature pack installation on WAS -
is there way know beforehand if ejb3.0 feature pack installed on websphere 6.1 app server? 1 way know deploy ejb 3.0 ear on , have complain feature pack not installed. tehre way of knowing beforehand?
yes, can try creating profile using feature pack using command like:
$app_server_root/bin/manageprofiles.sh -create -profilename appsvr01 -templatepath $app_server_root/profiletemplates/ejb3/default.ejb3fep
or check if default.ejb3fep exists in installation.
check details at:
Comments
Post a Comment