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
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?
Is There Any Possibility For Starting Managed Server During The Absence Of Administrator Server ?
What are middleware servers?
What is the Basic Components of Weblogic Server ?
When should I use server session pools and connection consumers? : BEA Weblogic
How to start node manager?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
How to update license?
How to write a program to call the store procedure of oracle that takes no parameter?
Is it possible to set aside a message and acknowledge it later? : BEA Weblogic
How are multi-byte characters used with weblogic jdriver?
Explain the Command line utilities in wls?
Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is actually weblogic cache?