• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

WAS 4 virtual host config?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to run two web modules with the same context root, /xxx, on a server with name DNBPRES. In order to do this, I think I have to use virtual hosts.
So I create two VH's in Admin. Console, abc:80 and xyz:81, and set the 1st web module to use abc:80 and the 2nd to use xyz:81.
My question is: What do I need to specify in the IHS httpd.conf to make this work? If I create a <VirtualHost> block like:
<VirtualHost abc>
ServerAdmin [email protected]_domain.com
DocumentRoot "C:/WebSphere/AppServer/..."
ServerName abc
</VirtualHost>
I cannot get it to work.
Some advice please, thanks!
[ October 03, 2002: Message edited by: Wacko Jacko ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic