You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Lars Andersson <la...@jayway.se> on 2001/10/05 11:02:57 UTC

multiple virtual hosts

Hi

I have a problem with tomcat 4.0 and multiple virtual hosts.

Here is a snippet from my server.xml

<Host name="www.xxx.com" appBase="webapps">
	<Context path="" docBase="xxx"/>
</Host>
<Host name="www.yyy.com" appBase="webapps">
	<Context path="" docBase="yyy"/>
</Host>


The problem is that I can't have the same Context path for these two hosts(Context path="").
Shouldn't that be possible? 
Or have I missed something?

Regards

Lars