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
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
What is meant by prallel gc and explain it?
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
Define managed servers?
What is the difference between weblogic and jboss?
What is silent mode?
What are the disadvantages of node manager?
What is the meaning of classformaterrors used with the applet?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
What is Unicast?
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic
How are the notifications generated when a server is added to a cluster?
How do I configure jdbc so that the jms jdbc store recovers automatically? : BEA Weblogic
Write a program to bind string values in a preparedstatement?