what happen if we deploy our component in weblogic server

Answers were Sorted based on User's Feedback



what happen if we deploy our component in weblogic server..

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

what happen if we deploy our component in weblogic server..

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

what happen if we deploy our component in weblogic server..

Answer / ram

if we deploy the war files we are enable the config
directory inthat deployment folder the war file image will
be stored. and config.xml also we see the application file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Weblogic Interview Questions

In web logic what is the msi code?

0 Answers  


What is advantage if silent mode installation...urgent..need answer to this question

3 Answers   IBM,


Match the ejb functions given below with the functionality equivalent in sql? : BEA Weblogic

0 Answers  


What is a trace in relation to web logic server?

0 Answers  


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

0 Answers  


How to troubleshoot it?

0 Answers  


What is the nm?

0 Answers  


Explain the functionality of iiop ?

0 Answers  


How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic

0 Answers  


How are the notifications generated when a server is added to a cluster?

0 Answers  


Explain the tier architecture of a web logic server?

0 Answers  


How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic

0 Answers  


Categories