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
Can two jms servers share the same persistent store? : BEA Weblogic
What is meant by domaintemplate?
What are the different groups under web logic security?.
Arrange in order the various message severity levels?
What are jvm tuning parameters?
Explain briefly the client-server architecture.
What are the databases that are available to be used with the web logic j2ee connector architecture?
What are managed servers?
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic
What is weblogic?
What are weblogic clusters?
How are notifications made when a server is added to a cluster?
Do you know what are the steps in which unicode codesets can be set with the weblogic jdriver?
What is meant by session replication?
How do I start wls and configure jms? : BEA Weblogic