Results 1 to 6 of 6

Thread: Virtual Host in Weblogic

  1. #1
    Join Date
    Jan 2009
    Posts
    65

    Virtual Host in Weblogic

    Hello, I want to know the detail information about the Virtual Host in Weblogic. If anyone having information about it then please provide me that. Is anyone know how to create it & what is the advantage of it? I am having just basic information about it and want to get quiet advance knowledge about it. If you know the script or code then give me.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Virtual Host in Weblogic

    I am not having in detail knowledge about the Virtaul host. Basically it is a cluster where target application are served. When you serve any type of application on the cluster it is called as And when a virtual host serve one application that is called virtual hosting. You can improve and also increase your speed by the use of the virtual hosting.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Virtual Host in Weblogic

    If you want to create the IP-based virtual hosting then you need to consider following example. Consider that your server is having two IP addresses such as 10.10.10.10 and 20.20.20.20 for the name as www.first.com and www.second.org respectively. Then your server configuration would be as follows:

    Code:
    Listen 80
    
    <VirtualHost 10.10.10.10>
    DocumentRoot /www/first
    ServerName www.first.com
    </VirtualHost>
    
    <VirtualHost 20.20.20.20>
    DocumentRoot /www/second
    ServerName www.second.org
    </VirtualHost>

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Virtual Host in Weblogic

    If you want to create Virtual host then you need to follow the steps below:
    • First thing you must do is Changing Center of the Administration Console, click Lock & Edit.
    • Now you need to expand Environments and select Virtual Hosts to open the Virtual Hosts page.
    • Now you need to Click on the New.
    • Now you will see the page of Create a New Virtual Host. Here you need to enter the name for identification of your virtual host and just press ok.
    • So, for activating this you need to click on Activate Changes in the Change Center of the Administration Console.
    • Done

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: Virtual Host in Weblogic

    Features :
    1. If you are using Mac's web server then it will directly configure itself.
    2. It will work with MAMP, XAMPP, and Apple's web server.
    3. If you are in single network then you can share your host.
    4. It also support for the custom Apache directives.
    5. You can take Backup and Restore of your web server changes.

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Virtual Host in Weblogic

    Virtual host is having configuration directives as follows:
    • <VirtualHost>
    • NameVirtualHost
    • ServerName
    • ServerAlias
    • ServerPath

Similar Threads

  1. Backtrack 4 on sun Virtual box Vista host usb adapter fail
    By Kaalicharan in forum Operating Systems
    Replies: 6
    Last Post: 10-05-2010, 10:00 AM
  2. VMware Server 2.0 can not create virtual host
    By Daniela007 in forum Operating Systems
    Replies: 5
    Last Post: 27-03-2010, 04:26 AM
  3. Details related to Virtual host applications or website
    By Kalanidhi in forum Technology & Internet
    Replies: 4
    Last Post: 05-03-2010, 05:41 AM
  4. Cannot start Windows Virtual PC Host Process
    By Faiz_4u in forum Operating Systems
    Replies: 3
    Last Post: 01-06-2009, 10:11 AM
  5. Virtual Machine unable to Ping 2nd Nic on Host
    By dicklexick@gmail.com in forum Windows Server Help
    Replies: 1
    Last Post: 23-08-2008, 07:49 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,105,051.53807 seconds with 17 queries