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 is the format of the log message out to standard out?
What causes an ociw32.dll error? : BEA Weblogic
What is the difference between txdatasource and datasource?
What is the default port of weblogic admin server?
What is unicast in weblogic?
How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
What is Graphic mode?
What type of object is returned by resultset.getobject()? : BEA Weblogic
Tell me how does a server find out server unavailability?
Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?
how to get the critical application?
Explain the tier architecture of a web logic server?
What are pending messages in the console? : BEA Weblogic
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic
How Can Port Number Be Checked ?