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
How Can Port Number Be Checked ?
What are application servers?
How do I look up an ora sqlexception? : BEA Weblogic
How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic
What is os tuning?
How many messages are sent across the network for processing topic messages? : BEA Weblogic
What is the difference between jboss and weblogic?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
What are the different modules of wlst?
What are the advantages and disadvantages of node manager?
What is the difference between creating a distributed application using rmi and using a ejb architecture?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
What are the advantages of using application servers?
How many ways to start and stop weblogic servers?
Can you explain what are the ways in which the dns request of failed servers handled?