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 is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
How can I avoid asynchronous message deadlocks? : BEA Weblogic
What happens if acknowledge() is called within a transaction? : BEA Weblogic
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
How do I use a temporary destination? : BEA Weblogic
In Future how the role of WEBLOGIC in realtime ?
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
How do I provide user credentials for starting a server?
What are the databases that are available to be used with the web logic j2ee connector architecture?
What are the transaction isolation levels supported by weblogic jdriver?
How do you troubleshoot a crash?
Are there c/c++ interfaces to wls jms? : BEA Weblogic
What are the recommend parameters to improve the prformance from data-source point of view.
How do I increase weblogic server memory? : BEA Weblogic
Explain weblogic server?