Question : Auto deployment og EAR in Weblogic 10

Hi,

I want to auto deploy my application in WebLogic 10 in development env.
Here is my setup:
EAR (exploded form)
| - APP-INF
         | - classes
| - META-INF
          | - REDEPLOY
          | - application.xml

I modified the class file and compiled it through ant task (compiled class copied to APP-INF/classes). Then touched the REDEPLOY file to change the timestamp.
But it doesn't redeploys the application.
As per Bea manual, this should be enough to redeploy the application ('http://e-docs.bea.com/wls/docs100/deployment/autodeploy.html')

Can somebody patch in and help me in this.

Answer : Auto deployment og EAR in Weblogic 10

is that app autodeployed, the doc seems to imply it may need to be.
Random Solutions  
 
programming4us programming4us