what happen if we deploy our component in weblogic server
Answer Posted / mandar
An entry is made in config.xml for the component or webapp
that we are deploying. the entry consists of the path of
application on box and contextroot. The war/jar/ear of
webapp is extracted and copied to the path thats already
updated in config.xml. So when a hit comes for the webapp to
app server, it will first check config.xml for contextroot
and will display the webapp hosted on its associated path.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the msi mode in weblogic? How can you enable and disable this option?
What is the weblogic server?
What is an administration server?
What is a trace in relation to web logic server?
How does cluster communication happen?
How do I configure weblogic to use a socks proxy? : BEA Weblogic
How will a single machine run multiple web logic server instances?
How do stubs function in a web logic cluster?
What is the purpose of the serializedsystemini.dat file?
In web logic how are new threads assigned?
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
How to change from default JVM to other ?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is the format of the log message out to standard out?