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 are the prerequisites of starting a server?
What is non-stage deployment?
How do I get a thread dump to help track down a problem? : BEA Weblogic
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
What signal tells the jvm to give a thread dump?
What is core server tuning?
How do I restrict access to servlets and jsps? : BEA Weblogic
Explain what an application server does and it's major components.
How do I bind string values in a preparedstatement? : BEA Weblogic
Java-corba integration: rmi-iiop or java idl? : BEA Weblogic
What are log filters and what are their purpose?
Explain the functionality of iiop ?
Can weblogic server start with a unix boot? : BEA Weblogic
What is the function of managedconnection.addconnectioneventlistener() in web logic server?
What is the managed server?