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
