-
Hot Deploy in Weblogic 9.2 server (1 messages)
- Posted by: anoop nair
- Posted on: September 25 2006 11:32 EDT
All, I just upgraded our application (only servlets no Ejbs, the app is a .war file) to WL 9.2 Server. The application is working fine, but i am not able to find out information about Hot deploy in WL 9.2. In WL 8.x version, for development purposes, we just used to copy the latest .war file to the "application" folder and the server used to recogonize it. In WL 9.2, I found the "autodeploy" folder but it will not re-depoloy any existing applications, it will deploy it if its not existing. Can you please point me how i can achive the same feature of copying the war file to any specific folder and the app server will just re-deploy it. OR should i go about the "weblogic.delpoy" route. thank youThreaded Messages (1)
- Re: Hot Deploy in Weblogic 9.2 server by Bhagvan K on September 25 2006 18:28 EDT
-
Re: Hot Deploy in Weblogic 9.2 server[ Go to top ]
- Posted by: Bhagvan K
- Posted on: September 25 2006 18:28 EDT
- in response to anoop nair
I suggest try using the tool wldeploy (ant task)... The documentation talks about autodeploy...directory autodeploy domain directory allows you to deploy an application quickly for evaluation or testing in a development environment. snippet from the link below : http://e-docs.bea.com/wls/docs92/deployment/understanding.html#wp1051001 Bhagvan K http://www.jroller.com/page/bhagvank