What is Virtual Host in Weblogic , how to create it & what
is the advantage ?
Answer Posted / kanika
A virtual host is a set of host names to which WebLogic
Server instances (servers) or clusters respond. Create
virtual hosts in order to maintain more than one server on
only one machine. Configure virtual hosts to meet your
specifications.
To create a virtual host:
1. If you have not already done so, in the Change Center
of the Administration Console, click Lock & Edit (see Use
the Change Center).
2. In the left pane of the console, expand Environments
and select Virtual Hosts to open the Virtual Hosts page.
3. Click New.
4. On the Create a New Virtual Host page, enter the name
that will identify your virtual host.
Note: Once you create a virual host, you cannot rename
it. Instead, you must delete it and create another one that
uses the new name.
5. Click Ok.
6. To activate these changes, in the Change Center of the
Administration Console, click Activate Changes.
Not all changes take effect immediately—some require a
restart
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
What are the ways in which weblogic servers can run on multiple machines?
How do stubs function inside weblogic server cluster at the time of failure?
How many types of weblogic installation ?
How do I use unicode codesets with the weblogic jdriver for oracle driver? : BEA Weblogic
Is it better to have more or fewer sessions for a given number of subscribers? : BEA Weblogic
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
How to check the version of Java?
How do I manage a queue to view and delete specific messages? : BEA Weblogic
How to pass arugments to server through machine?
Which is the only method defined in the javax.ejb.handle interface? : BEA Weblogic
How can I avoid asynchronous message deadlocks? : BEA Weblogic
Define memory leak ?