Can Bouncing of Admin Server deploy new ear file?
After 10g Weblogic by default takes staging mode for the deployment of the application.
I came across a unique case where we replaced the ear file on a particular path (ear file name was kept the same) and bounced the admin server and then manage server (Renaming only manage server dir under DOMAIN_HOME/servers)
We observed that when the manage server came up after the admin server bounce the new ear file which was placed on the same location was getting reflected.
Is it possible that by just bouncing the admin server new ear file will be deployed if repalced with the same name?