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
webmaster@host.some_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 ]