Sunday 13 April 2014

Switching from production mode to development mode?

Weblogic Enable & Disable Weblogic Production Mode From Admin Console

You can enable / disable OR say switch from production to development or development to production mode either from Admin console or by editing the script.
----------------------------------------------------------------
To switch production mode from weblogic admin console
--------------------------------------------------------------------

1. Login to weblogic console

2. Click on your domain name on left hand side

3. Select Configuration -> General tab on right hand side

4. select the "production mode" check box to enable production mode or don't  for development mode & restart the admin server.


-----------------------------
To update it from script
---------------------------

Go to your_domain/bin directory and set below parameter to true in setDomainEnv.sh/cmd

PRODUCTION_MODE="true"
export PRODUCTION_MODE

"false" value will set your domain to development mode. 

No comments:

Post a Comment