what happen when we give www.abc.com in url(what is process)
Answer Posted / mohit
Adding to my above post:
we reach Host using IP Address or fully-qualified domain name.
Now to interact with any application on that host we use port associated with that application.
Now as far as our web-applications are concern, they are hosted on the application servers which are running of some ports. That is why you are able to access your application hosted on weblogic by using <server ip address>:<server port>/<context root>
When you do not mention any port, by default it is treated as port 80.
You can have many application hosted on same host and each application on that host can be accessed using port assigned to that application.
Please remember, Weblogic server is also an application for hosting web-applications.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is meant by gc, prallel gc, full gc and explain it?
Explain briefly what is the nm?
What is ticketing tool used in your project?
How do I configure weblogic to use a socks proxy? : BEA Weblogic
How to troubleshoot and overcome such issues?
Is it possible to send or receive a message from within a message listener? : BEA Weblogic
What Is Multicast And Unicast In Weblogic ?
What is the function of t3 in weblogic server? : BEA Weblogic
Must my bean-managed persistence mechanism use the weblogic jts driver? : BEA Weblogic
What are web logic servers?
How do you troubleshoot a crash?
How you are getting the alerts?
What are data-sources and what features do they offer?
What is thread stack size?
What is meant by domain?