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
How does a server find out server unavailability?
How does cluster communication happen?
What is node manager?
What is the difference between stage and no stage deployment?
How many types of weblogic installation ?
How should I use sorted queues? : BEA Weblogic
I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic
Explain the difference between txdatasource and datasource?
Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic
What is wlst?
Explain the performance tuning in jvm, jdbc, jms?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
What are the types of gc and in which different scenarios each should be used?
How should you type cast a remote object? Why?
Can we deploy jar in weblogic?