What is config.xml?
Answers were Sorted based on User's Feedback
it is heart of the weblogic server and its maintains the all
the info about managed and admin server details like Ipadd,
portno...etc, and whenever you update the admin console that
info is updated in config.xml and while restart the server,
server will get details from config.xml only...
and using we can deploy the application nothing but hard
deployment.
| Is This Answer Correct ? | 20 Yes | 1 No |
Answer / sankar
Config.XML also contains all the information about domain
configurations
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / shyamsundar
CONFIG.xml contains ip address ,portnumbers,Application URL's.
it provides all the information about domain config n while starting the server and opening the console all the config information needed to the server config.xml will provide.
| Is This Answer Correct ? | 1 Yes | 0 No |
In cluster , the load balancing that simply redirect the client request to any available server in weblogic server cluster. Suppose assume we have 4 managed servers and one admin server. can we trace that request is going to which managed server in the cluster? is it possible to tell that request is going to which ipaddr/managed server?
which protocol it user to connect manage server to admin ? where it is defined ?
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
Difference between weblogic development and production mode?
Explain what are the steps required to setup the oracle instance for os authentication?
What is the list of pre-configured queues?
What is the purpose of using multipools in web logic server?
I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic
What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.
Explain the tier architecture of a web logic server?
What technologies are included in j2ee?
Explain the performance tuning in jvm, jdbc, jms?