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 actually weblogic cache?
What happens if acknowledge() is called within a transaction? : BEA Weblogic
What causes an ociw32.dll error? : BEA Weblogic
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
What is a domain template?
What happens if remove( ) is never invoked on a session bean?
How can we change heap size?
How many way to start and stop weblogic servers?
When should I use the -nostage option?
How do I learn what codesets are available in oracle? : BEA Weblogic
How do I set up my classpath? : BEA Weblogic
Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic
Open the find box and editing the text in text box then what is name for this dialog box??
Must ejbs be homogeneously deployed across a cluster? Why?
How many types you configure managed server in weblogic server ?