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
Can the bean class implement the ejbobject class directly? If not why?
When we will take thread dump? Please give us some examples?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
Explain the types of node manager?
What is meany by plugin?
Explain what are the databases that are available to be used with the web logic j2ee connector architecture?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
What are pending messages in the console? : BEA Weblogic
What is the admin server?
What is the purpose of the serializedsystemini.dat file?
What is the purpose of stub in web-logic server cluster?
When configuring a source or target messaging bridge destination, do I need to set the adapter classpath field? : BEA Weblogic
How do I increase weblogic server memory? : BEA Weblogic
What are the two important tcp socket classes?
Which is the only method defined in the javax.ejb.handle interface? : BEA Weblogic