what happen if we deploy our component in weblogic server
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / raj
You can see the status of the component deployed
as 'Active' in the admin console and can make calls to
access the EJB's(if the deployed component contains
EJB)...If the deployed component is a war file,you can
access the JSP's or other components that are part of the
war file....
Is This Answer Correct ? | 3 Yes | 1 No |
In web logic what is the msi code?
What is advantage if silent mode installation...urgent..need answer to this question
Match the ejb functions given below with the functionality equivalent in sql? : BEA Weblogic
What is a trace in relation to web logic server?
While packaging the web application defaultwebapp for deployment into the weblogic server, the home and remote interfaces of the enterprise beans used by the servlets should reside in which directory? : BEA Weblogic
How to troubleshoot it?
What is the nm?
Explain the functionality of iiop ?
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?
Explain the tier architecture of a web logic server?
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic