ATG Best practices to shutdown ATG Servers

Always shutdown the Server by executing the shutdown
scripts provided by the Weblogic(bea\user_projects\domains\base_domain\bin\stopWeblogic.cmd).

But the server will wait for the open session,open transaction
to release,and it will take some time.There is
an option available which you can use and legitimately shutdown
the Weblogic Server quickly.

Add the 'force' option

Open bea\user_projects\domains\base_domain\bin\stopWeblogic.cmd

Modify the line to include the "force' option.

force shutdown weblogic
this will be immediate and will suspend all the application process.

You can also see how to Shutdown Weblogic Server while ACC is running  

Comments

Popular posts from this blog

BCC site status inaccessible Agent Production in error state

Weblogic Issues during EAR Deployment Exception in AppMerge flows progression

DUseSunHttpHandler=true weblogic.net.http.SOAPHttpsURLConnection Weblogic/Java HttpHandler issues