what happen when we give www.abc.com in url(what is process)
Answer Posted / manjunath m
when you hit www.abc.com
it will nslookup the abc.com (check the IP )
basically the abc.com is the URL of the web-server. so it
will search in the Big-IP (Load Balancer) and pass the
request to the one of the web-server instance using some
methods (like Round Robin) and then it will go to
configuration path of the web-server (if it is apache it
will go to main.conf/jkmounts.conf) and then check the
JkMount(incase of JBoss appserver)/(weblogic handler
(incase of Weblogic App server)and then the request will go
to the application server instance which can be decided
through BigIp again ) and then it retrieves the responce in
the same path it goto back and gives the responce to user
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain The Methods For Providing User Credentials For Starting The Server ?
What are the steps required to setup the oracle instance for os authentication?
What is jms and configuration details?
Tell me what are the ways in which weblogic servers can run on multiple machines?
What are deployment descriptors?
What are the enhancements in ejb 2.0 with respect to cmp?
What oracle weblogic server includes?
What are class paths?
Write a program to call the store procedure of oracle that takes no parameter?
Is an xslt processor bundled in weblogic server?
How do I restrict access to servlets and jsps? : BEA Weblogic
How many admin consoles possible in a single domain?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
In how many ways we can implementg session replication?
How do I increase weblogic server memory?