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 |
What precautions should I take when I use blocking receive() calls? : BEA Weblogic
Can We Start A Managed Server If The Administration Server Is Unavailable ?
In a web logic server what is the domain?
Tell me what are the ways in which weblogic servers can run on multiple machines?
What is the nm?
what is the difference between sun JDK1.5 and BEA Jrokit 1.5
What is meant by unicast?
What are the types of gc and in which different scenarios each should be used?
How to change from development mode to production mode in weblogic 10.3?
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?
In what ways can a web logic servers performance be improved upon?
What is the difference between txdatasource and datasource?