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
Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic
Explain the client-server architecture.
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
What is an administration server?
How to pass arugments to server through machine?
Why do we need to remove cache?
What is the difference between dynamic and non-dynamic changes in the console?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
How do stubs work in a weblogic server cluster? : BEA Weblogic
Explain deployment descriptors?
When does high cpu usage occur?
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
What is the default thread stack size in windows?
Explain weblogic server?
What is a stage deployment?