What is Virtual Host in WebLogic? How to create it & what is
the advantage?
Answer Posted / 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 View All Answers
Explain deployment descriptors?
Explain the use of http ?
When we will take thread dump?
How can I set deployment order for applications?
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
What is the purpose of stub in web-logic server cluster?
What are the advantages and disadvantages of node manager?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
How do I turn the auto-deployment feature off?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
What is nmenroll in wlst?
How are multi-byte characters used with weblogic jdriver?
The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic
What is the difference between jndi lookup(), list(), listbindings(), and search()?
What Is Multicast And Unicast In Weblogic ?