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 |
Can you briefly describe local interfaces?
What is the tree view pane in the web logic server?
What is the max amount of information that can be saved in a session object?
When configuring a source or target messaging bridge destination, do I need to set the adapter classpath field? : BEA Weblogic
How do I restrict access to servlets and jsps? : BEA Weblogic
How does concurrency work for message-driven beans? : BEA Weblogic
Name the various message severity levels in web logic?
Explain about cluster heart beats?
What are the transaction isolation levels supported by weblogic jdriver?
which protocol it user to connect manage server to admin ? where it is defined ?
How many weblogic severs can be installed in a multi cpu machince and how can you figure out how many servers?
How can we find listineing ports in a machine?