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 |
Explain briefly the client-server architecture.
What is the managed server?
what is WLS T3 protocol?
What is meany by proxy server?
Which is the only method defined in the javax.ejb.handle interface? : BEA Weblogic
Tell me what are the causes of having ociw32.dll error in the database of web logic server?
How to change from default jvm to others?
How do I manage a queue to view and delete specific messages? : BEA Weblogic
What is the domain in weblogic server?
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
How to make a managed server ?
What is the default port of weblogic admin server?