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 |
Do you know what is the purpose of t3 in weblogic server?
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
What is thread dump?
How do I publish an xml message? : BEA Weblogic
Why is there no polymorphic-type response from a create () or find () method?
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
What is the difference between url instance and urlconnection instance?
What is the name of default jvm that is made used for weblogic?
How to check the version of Java?
What type of object is returned by resultset.getobject()?
What is multicast address in Clustering? Why do we need it?
what is heart beat in weblogic