Hi all,
Last week i experienced a little task to change the "Production mode" settings to TRUE in weblogic domain. Setting up the mode to true was easy and straight forward but a little trick comes where for some reasons we had to rollback that change to test some issues.
If you want to know what are the differences between the two modes check this post
To configure all servers in a domain to run in production mode:
So here are the steps to configure all servers in a domain back to development mode. Weblogic server stores its information in a configuration file.
Hope you find it useful,
Last week i experienced a little task to change the "Production mode" settings to TRUE in weblogic domain. Setting up the mode to true was easy and straight forward but a little trick comes where for some reasons we had to rollback that change to test some issues.
If you want to know what are the differences between the two modes check this post
To configure all servers in a domain to run in production mode:
- Login to Weblogic Console
- In the left pane of the WebLogic Console, under Domain Structure, select the domain name.
- Select Configuration > General and select the Production Mode check box.
- Click Save, and then, to activate these changes, in the Change Center, click Activate Changes.
- Start and stop any servers that are currently running.
Reminder: Once the mode set to PRODUCTION you cannot change it from Weblogic Console
So here are the steps to configure all servers in a domain back to development mode. Weblogic server stores its information in a configuration file.
- Stop the servers running in a domain.
- Open the config.xml file location under MIDDLEWARE_HOME/domains/domain_name/config
- Change the production-mode entry to false and save the file and exit
- Start all servers you should be able to see the following message on console.
Hope you find it useful,
No comments:
Post a Comment