What is Virtual Host in WebLogic? How to create it & what is
the advantage?
Answer Posted / sriram
Virtual hosting allows you to define host names to which servers or clusters respond. When you use virtual hosting you use DNS naming to specify one or more host names that map to the IP address of a WebLogic Server or cluster and you specify which Web Applications are served by each virtual host.
Virtual Hosting is used in order to direct client requests to specific web servers using DNS names to differentiate between servers which may be found at the same IP address.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is silent mode?
How can I avoid asynchronous message deadlocks? : BEA Weblogic
What is bootup process?
What is the significance of boot?
How do stubs work in a WebLogic Server cluster ?
Define the functions of t3 in the web logic server?
How to debug my ant script?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection? : BEA Weblogic
What can happen when stub can’t to connect to web-logic server instances?
Difference between weblogic development and production mode?
What is the managed server?
While packaging the web application defaultwebapp for deployment into the weblogic server, the home and remote interfaces of the enterprise beans used by the servlets should reside in which directory? : BEA Weblogic
What is meant by node manager?
How a web logic server works?
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic