What is the difference between Production mode and
Development mode in WebLogic?
Answer Posted / raveendra
Development mode:
The default JDK for development domain is Sun Hotspot
You can use the demo certificates for SSL
Auto deployment is enabled
Server instances rotate their log files on startup
Admin Server uses an automatically created boot.properties
during startup
The default maximum capacity for JDBC Datasource is 15
The debugFlag which is used to start the WebLogic Workshop
Debugger is enabled
Production mode:
The default JDK for production domain is JRockit
If you use the demo certificates for SSL a warning is
displayed
Auto deployment is disabled
Server instances rotate their log files when it reaches 5MB
Admin Server prompts for username and password during
startup
The default maximum capacity for JDBC Datasource is 25
The debugFlag which is used to start the WebLogic Workshop
Debugger is disabled.
If you would like to know how to change to weblogic start
up mode from DEV to PROD or vice versa. please visit this
entry.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are the recommend parameters to improve the prformance from data-source point of view.
What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
What is the difference between development mode and production mode of weblogic server?
Define the list of pre-configured queues?
How are multi-byte characters used with weblogic jdriver?
Do you know what is the purpose of t3 in weblogic server?
How does cluster communication happen?
What are the uses of a middleware server?
Define the functions of t3 in the web logic server?
which protocol it user to connect manage server to admin ? where it is defined ?
What should an xpath selector look like? : BEA Weblogic
How many way to start and stop weblogic servers?
Inclined to build a profession as oracle weblogic developer?
How do I configure jdbc so that the jms jdbc store recovers automatically? : BEA Weblogic
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic