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
What are the different versions of nm?
How to change from development mode to production mode in weblogic 10.3?
How do I use jta transactions within an mdb? : BEA Weblogic
Explain the types of application deployed in wls?
In what ways can a web logic servers performance be improved upon?
How many ways to start and stop weblogic servers?
Explain different parts available as part of jvm and describe them in few lines.
Explain briefly what is the nm?
What is the default thread stack size in windows?
Where are the files placed while deploying the resource adapter in web logic server?
What are jvm tuning parameters?
What can be the reasons of server hang?
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
What are the disadvantages of node manager?
How to change from default jvm to others?