What is Virtual Host in WebLogic? How to create it & what is
the advantage?
Answers were Sorted based on User's Feedback
Answer / sriram
Virtual hosting allows you to define host names to which servers or clusters respond. When you use virtual hosting you use DNS naming to specify one or more host names that map to the IP address of a WebLogic Server or cluster and you specify which Web Applications are served by each virtual host.
Virtual Hosting is used in order to direct client requests to specific web servers using DNS names to differentiate between servers which may be found at the same IP address.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / hari
Virtual host is set of host names there is two types
of virtual host 1.name based virtual host 2.ip based virtual host.
in name based virtual host we can create multiple host names using single ip adress. in this ip based virtual host we can use one ip address to one virtul host.
in weblogic configure virtual host first we create channels
then we create virtual host here give channel name and target also select which server to acess.
Then deployee the application and give target virtual host
This is main usel full decrease the load burrden .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lakshmi
virtual host is a host name, which maps URL to particular IP address.
to create a virtual host, we require a network channel (server).
In order to create a network channel,
1. go to console->left pane->wlserver->environment->servers
click lock&edit
right pane:
go to example server->protocols->channels
click lock&edit
click new
here, we need to give name, protocol, listen address, port
then, we need to create virtual host
2. go to console->left pane->wlserver->environment->virtual hosts
click lock&edit
right pane:
click new
3. configure
go to console->left pane->wlserver->environment->virtual hosts
right pane:
click on link in virtual hosts table, then click on targets.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are servers?
how ITIL process occurs in weblogic?
What is the difference between the sun jvm and bea jrockit jvm?
what are configuration classes in weblogic
how can we sync the nodes with administration server in weblogic.
What are class paths?
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?
1. What is clustering? How do weblogic instances communicate in a clustered environment! 2. In a cluster, if one of the servers has issues and is not accessible, will the other servers know about it? and how??
what is LDAP?
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?
What are class paths? How can they be set?
How to integrate appache with weblogic?