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 about the function associated with t3 in weblogic server ?
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
Is it possible to send or receive a message from within a message listener? : BEA Weblogic
What precautions should I take when I use blocking receive() calls? : BEA Weblogic
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
Tell me how is the security handled in web logic j2ee connector architecture?
How many types of logs are there?
Can weblogic server start with a unix boot? : BEA Weblogic
What is cluster in weblogic?
How are the notifications generated when a server is added to a cluster?
What is the function of T3 in WebLogic Server ?
How to change from default JVM to other ?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
What are the different versions of nm?
What is the default port of weblogic admin server?