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 |
How do I look up an ora sqlexception? : BEA Weblogic
What is http tunneling? How can we configure it on weblogic?
In cluster , the load balancing that simply redirect the client request to any available server in weblogic server cluster. Suppose assume we have 4 managed servers and one admin server. can we trace that request is going to which managed server in the cluster? is it possible to tell that request is going to which ipaddr/managed server?
What are the functions of t3 in the web logic server?
Explain the performance tuning in jdbc?
What is the boot? What is the significance of it?
How do stubs work in a WebLogic Server cluster ?
How do stubs function inside weblogic server cluster at the time of failure?
If SSL is configured then which key is send to the client?
What signal tells the jvm to give a thread dump?
Explain what is the purpose of using multipools in web logic server?
How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic