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
How does weblogic support corba and client communication via iiop? : BEA Weblogic
How do I provide user credentials for starting weblogic server?
What is node manager?
What is meant by gc, prallel gc, full gc and explain it?
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
What is meant by unicast?
Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is non-stage deployment?
What are class paths?
Why do we need to remove cache?
What can be the various reasons for a server crash?
How to configure jms?
What are the different versions of nm?
Explain the performance tuning in jdbc?
What are the special design care that must be taken when you work with local interfaces?