How to force Weblogic to start deployments in active state (i.e. not just prepared)

Posted by doublep on Stack Overflow See other posts from Stack Overflow or by doublep
Published on 2010-04-22T23:03:53Z Indexed on 2010/04/22 23:13 UTC
Read the original article Hit count: 283

When I start a Weblogic instance with a deployed application, the deployment is sometimes left in prepared state, not in active state. I have to go to Weblogic Console and start the deployment manually, which is quite slow and annoying repetetive work. Since this is done on a development machine — sometimes 50 times a day, — there are no security implication as the server is only visible on the local network. Is there some way to have it always start the deployment active?

Note that I'm not redeploying the application, I instead have it "constantly deployed" and stop/start the Weblogic instance using the scripts in bin directory.

© Stack Overflow or respective owner

Related posts about weblogic

Related posts about weblogic10.x