What is Virtual Host in Weblogic , how to create it & what
is the advantage ?
Answer Posted / vamsee
virtual hosting have two types
.name based VH
2.ip based VH
In name based VH we use one ip address and different domain
names like
192.168.50.103 www.xxx.com
192.168.50.103 www.yyy.com
192.168.50.103 www.zzz.com.......
this can useful redusing the band width of a network&some
else(recommended in local system)
coming to ip based u can assign one ip address for one
domain like
192.168.50.103 www.xxx.com
192.168.50.104 www.yyy.com
192.168.50.105 www.zzz.com
coming to weblogic VH done by using ipbased because to
provide high performence for each application.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
When should I use server session pools and connection consumers? : BEA Weblogic
What is Multicast?
Explain the use of http ?
What causes an ociw32.dll error? : BEA Weblogic
What Are The Various Types Of Weblogic Installations ?
What elements make up the administration console?
How can the nm be made to work with web logic?
How many types of weblogic installation ?
Does weblogic jms support clustering? : BEA Weblogic
What is the boot? What is the significance of it?
How to integrate sunone/netscape/iplanet with weblogic?
How to write a program to call the store procedure of oracle that takes no parameter?
What are the common domain types?
Explain about cluster heart beats?
How can I debug the java code that I have running in weblogic server? : BEA Weblogic