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
How do I publish an xml message? : BEA Weblogic
What is meant by cluster??
Which is the only method defined in the javax.ejb.handle interface? : BEA Weblogic
How does a server find out server unavailability?
Define managed servers?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
What oracle weblogic server includes?
What is nmenroll in wlst?
How do I get a thread dump to help track down a problem? : BEA Weblogic
What is the tree view pane in the web logic server?
What is t3 protocol?
What are stubs?
How do I use unicode codesets with the weblogic jdriver for oracle driver? : BEA Weblogic
What is the difference between creating a distributed application using rmi and using a ejb architecture?
Explain what are the transaction isolation levels supported by weblogic jdriver?