Tuesday, 9 December 2014

Difference between Development mode and Production mode

Development mode:
  1. Default JDK for development domain is Sun Hotspot.
  2. You can use the demo certificates for SSL.
  3. Auto deployment is enabled.
  4. Server instances rotate their log files on startup.
  5. Admin Server uses an automatically created boot.properties during startup.
  6. The default maximum capacity for JDBC Datasource is 15.
  7. The debugFlag which is used to start the WebLogic Workshop Debugger is enabled.
Production mode:
  1. The default JDK for production domain is JRockit.
  2. If you use the demo certificates for SSL a warning is displayed.
  3. Auto deployment is disabled.
  4. Server instances rotate their log files when it reaches 5MB.
  5. Admin Server prompts for username and password during startup.
  6. The default maximum capacity for JDBC Datasource is 25.
  7. The debugFlag which is used to start the WebLogic Workshop Debugger is disabled.
Ref: https://www.liferay.com/community and oracle docs.

No comments:

Post a Comment