here is what i am using to Vhost with tomcat

and in the server.xml

<Host name="xxx.com">
   <Context path="" docBase="webapps/xxx" debug="0" reloadable="true" />
</Host>
<Host name="www.xxx.com">
   <Context path="" docBase="webapps/xxx" debug="0" reloadable="true" />
</Host>

with apache i just include the mod_jk.conf-auto
i assume that IIS has a mechanism to include the iis_redirect.conf-auto
file.

i found the only other thing to do is ensure the webserver can't server the
WEB-INF and META-INF directories.

hope this helps

chris




-----Original Message-----
From: Brian Murray [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 02, 2001 9:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Tomcat, IIS and virtual hosts


<snip>
>Can someone send me an example of how to configure Tomcat to work with
>virtual hosts?

Hi Mr. Lebowitz.  I've been after the same thing.  Unfortunately the score
sits at Requests 2,
Responses 0.  If you receive any help off the list, I'd greatly appreciate
it if you would share
it with me.  If I receive any, I'll certainly pass it along to you.  Good
luck.

=====


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to