I have created (and i'm still working on)and application using EJBs JSPs and servlets. I have all of them stored in an ear file, which contains and jar file for the ejbs and a war file for the web stuff. I can deploy the app as an ear by placing the ear file in the $beaHome$\user_projects\do
mains\mydo
main\appli
cations\ap
pName directory and deploying it through the weblogic console. I want to be able to make changes to various element of the app (JSP, EJBs etc) and not have to repackage and redeploy the entire ear file. (Or the war and jar files)
I know I can deploy the ejb and web portions seperatly as war and jar files but is there a way I can deploy them as exploded jar and war files instead. (like I said I want to be able to make changes and test them with out having to re-pack every time)
Thank
David
Start Free Trial