Hi,
I would like to update an ejb jar which previously deployed to the server with a new ejb jar by using wsadmin command if it is possible. The point here is trying to avoid to do full deployment. Your suggestions are highly appreciated.
I do not know of a way to update a jar that lives inside an ear without reinstalling the entire app. I do know that WAS unzips the ear to an install directory. If you are feeling adventurous you could put the jar file in there and see what happenes(I wouldn't do it, but that's just me)
The one solution I would use is to remove any often-changed code out of the ear, and instead set up the jar as a shared library in WAS. This will allow you to upload the new jar, and simply restart the Application.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.