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
Explain weblogic server?
Explain the use of http ?
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
What is http tunneling? How can we configure it on weblogic?
List components of jndi?
What are the different versions of nm?
Explain the functionality of iiop ?
What is the domain in weblogic server?
What is meant by domain?
How do stubs function in a web logic cluster?
What are the differences between a web logic server and a web server?
how will you trouble shoot the URL issue in Web logic/ways?
What are the uses of a middleware server?
What is the difference between the sun jvm and bea jrockit jvm?
How do I call oracle stored procedures that take no parameters? : BEA Weblogic