Hello, I have this in my server.xml.
<Host name="test1.example.com" appBase="webapps" autoDeploy="false" > <Context docBase="/home/ronald/tmp/HEAD/crm/web" path="" /> <Cluster className="org.apache.catalina.cluster.tcp.SimpleTcpCluster"/> </Host> <Host name="test2.example.com" appBase="webapps" autoDeploy="false" > <Context docBase="/home/ronald/tmp/VERSIE_2_1/crm/web" path="" /> <Cluster className="org.apache.catalina.cluster.tcp.SimpleTcpCluster"/> </Host> This seems to work. The sessions aren't mixed up between de hosts. Is this supported behaviour? Or is there a change the sessions wil mix up? Ronald.