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
In a web logic server what is the domain?
How is the security handled in web logic j2ee connector architecture?
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
How do I publish an xml message? : BEA Weblogic
What is bootup process?
If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?
Explain weblogic server?
What are the capabilities of weblogic server?
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
Tell the issues faced in weblogic?
How do I start wls and configure jms? : BEA Weblogic
How to configure jms?
What is the format of the log message out to standard out?
Explain the functionality of iiop ?
Explain the diffrernces between 8.x and 9.x?