What is Virtual Host in WebLogic? How to create it & what is
the advantage?

Answers were Sorted based on User's Feedback



What is Virtual Host in WebLogic? How to create it & what is the advantage?..

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

What is Virtual Host in WebLogic? How to create it & what is the advantage?..

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

What is Virtual Host in WebLogic? How to create it & what is the advantage?..

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

Post New Answer

More Weblogic Interview Questions

What is the default port of weblogic admin server?

0 Answers  


What is config.xml?

3 Answers   TCS,


Setting Up WebLogic Server for HTTP Tunneling

1 Answers  


In cluster , the load balancing that simply redirect the client request to any available server in weblogic server cluster. Suppose assume we have 4 managed servers and one admin server. can we trace that request is going to which managed server in the cluster? is it possible to tell that request is going to which ipaddr/managed server?

3 Answers   Wipro,


How can os authentication be connected with weblogic jdriver for oracle and connection pools?

0 Answers  






Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic

0 Answers  


Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic

0 Answers  


How do I look up an ora sqlexception? : BEA Weblogic

0 Answers  


What does isidentical() method return in case of different type of beans?

0 Answers  


How do clients handle dns requests to failed servers?

0 Answers  


What is bootup process?

0 Answers  


Explain the difference between dynamic and non-dynamic changes in the console?

0 Answers  


Categories