I'm not sure what configuration the IIS connector would need.  I'm using the
redirector plug in 2.0 that points to the workers file.  I thought that was
all I needed for the IIS part.

As for doesn't work.  I get a 404-error page from IIS when I go to the web
page.

-----Original Message-----
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 27, 2003 4:15 PM
To: Tomcat Users List
Subject: Re: Multiple Virtual Hosts on 1 instance of Tomcat


Can you be more specific than "doesn't work"?

Have you done all of the configuration with your IIS connector required
for the second virtual host?

John

[EMAIL PROTECTED] wrote:

> Hello.  Thanks for taking the time to read this.  First of all, I am
> assuming that virtual hosts are where you have more than one url pointing
to
> a web server.  Each url has it's own data.  Not redirection.
> 
> I have a web server that handles 5 virtual hosts using IIS.  I've
configured
> tomcat to work with IIS and serve JSP pages for 1 of the virtual hosts.  I
> used the default server.xml file that came with the installation. 
> 
> So my server.xml file looks like this.
> 
>     <Engine name="Standalone" defaultHost="localhost" debug="0">
>     
> <Host name="www.site1.com" debug="0" appBase="webapps"
>        unpackWARs="true" autoDeploy="true">
> 
>         <Logger className="org.apache.catalina.logger.FileLogger"
>                  directory="logs"  prefix="psc_log." suffix=".txt"
>                     timestamp="true"/>
> 
> <Context path="" docBase="E:/Inetpub/wwwroot/www.site1.com" debug="0"
> reloadable="true" />
> 
> </Host>
> 
> <Host name="www.site2.com" debug="0" appBase="webapps"
>        unpackWARs="true" autoDeploy="true">
> 
>         <Logger className="org.apache.catalina.logger.FileLogger"
>                  directory="logs"  prefix="psc_log." suffix=".txt"
>                     timestamp="true"/>
> 
>         <Context path="" docBase="E:/Inetpub/wwwroot/www.site2.com"
> debug="0" reloadable="true" />
> 
> 
>       </Host>
> </Engine>
> 
> Site1 works.  Site 2 doesn't.  Any idea what I'm doing wrong?
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to