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 |
When should I use server session pools and connection consumers? : BEA Weblogic
What is the java authentication and authorization service (jaas) 1.0?
What are the steps in which unicode codesets can be set with the weblogic jdriver?
What Is A Weblogic Server Cluster ?
How a web logic server works?
What is a domain in weblogic?
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?
for example we have two boxes,one box it contain one adminserver & one managed servr and another box it contain one managed server.how to configuring the these server?
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?
What is console mode?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
Tell me how are the notifications generated when a server is added to a cluster?