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:

http://pic.dhe.ibm.com/infocenter/wasinfo/v6r1/index.jsp


Comments

Popular posts from this blog

asp.net mvc 3 - Using mvc3, I need to add a username/password to the sql connection string at runtime -

kineticjs - draw multiple lines and delete individual line -

thumbnails - jQuery image rotate on hover -