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

How do stubs function inside weblogic server cluster at the time of failure?

0 Answers  


Tell me what are the causes of having ociw32.dll error in the database of web logic server?

0 Answers  


Is There Any Possibility For Starting Managed Server During The Absence Of Administrator Server ?

0 Answers  


Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic

0 Answers  


I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?

0 Answers  






We see an error like 404 and 500. What do they mean?

0 Answers  


Explain how a web logic server works?

0 Answers  


How to configure jms?

0 Answers  


Are foreign destinations handled within foreign jms messages? : BEA Weblogic

0 Answers  


how to monitor the servers

4 Answers  


What is the difference between url instance and urlconnection instance?

0 Answers  


How do I prevent errors when running t3dbping? : BEA Weblogic

0 Answers  


Categories