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.
this will be immediate and will suspend all the application process.
You can also see how to Shutdown Weblogic Server while ACC is running
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.
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
Post a Comment