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
How will a single machine run multiple web logic server instances?
Can I use a native two-tier driver for a browser applet? : BEA Weblogic
Explain what are the databases that are available to be used with the web logic j2ee connector architecture?
What can be the reasons of server hang?
Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic
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
Can We Start A Managed Server If The Administration Server Is Unavailable ?
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
Explain what are the transaction isolation levels supported by weblogic jdriver?
How to check the version of Java?
What are the Unix vi commands?
What are the advantages and disadvantages of node manager?
Which lelvel of activites ur reponsiable l1 or l2 or l3?
What is meant by jndi and why its needed??
What are class paths? How can they be set?