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 |
What is the meaning of classformaterrors used with the applet?
How can we change heap size?
How do I turn the auto-deployment feature off?
When should I use the -nostage option?
Explain what are the steps required to setup the oracle instance for os authentication?
Explain the performance tuning in jdbc?
How do the wls jms 6.1 server/destination message maximum and threshold values work? : BEA Weblogic
What is console mode?
What Is Multicast And Unicast In Weblogic ?
Tell me what are the ways in which weblogic servers can run on multiple machines?
What is the easiest way to set the classpath ?
What are class paths?