what are the benefits of load order in the deployment of the
application?
Answers were Sorted based on User's Feedback
Answer / anand
In three tier arcitecture , Load order can make sure that
Technical flow for project,configuration setting,security
option,type of object, initial classes, gets loded in the
classpath.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / srihareesh
The Benefits of load Order is if we want to change the Our
won Deployment order, Suppose if we want deploy our
application first, compare to other deployments,the default
deployment order is 100, change our deployment order 100 to
suppose 80,then our application is deployed first compare to
other deployment order. u can see the result in config.xml
file also.
Deployments-->click on Installed
file-->overview-->deployment order
| Is This Answer Correct ? | 4 Yes | 0 No |
How can the issue associated with high CPU usage be solved?
What are tuning jvm parameters?
What is the max amount of information that can be saved in a session object?
What can be the various reasons for a server crash?
What is meant by prallel gc and explain it?
suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
Can an mdb be a message producer or both a producer and consumer? : BEA Weblogic
What is the emergency log message?
The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic
What is the difference between T3 and HTTP protocol ?
Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic