Search code examples
oraclewebserverweblogicweblogic-10.xweblogic11g

Deploying applications to Web Logic production Server


I am here to get some expert advice on deploying applications to WebLogic Production Server. Is it a best practice to use Admin Server Console for deploying and redeploying applications in production. Actually I am deploying to a cluster having two managed server instances.

I have encountered this issue while i am redeploying application in the production. When i am deleting existing .ear file and adding updated .ear file will put the updated .ear file into prepared state. I can not make it Active state using Admin Server Console. If i try it will through some exceptions. But after some time it automatically goes in to active state, but i don't know what is happening inside. Sometimes i restart the server to make it active. Could anybody explain me what is the procedure when deploying application and redeploying applications in weblogic

Thanks in advance for any Help...


Solution

  • Generally WLST (WebLogic Scripting Tool) is used to deploy the applications. Administration Console can also be used to deploy/upgrade the applications but if there are many environments that need to be upgraded then WLST (which works like a command line tool) is much better option.

    Get an overview of WLST to know how to use it to deploy/undeploy/upgrade applications.