Virtual hosts with standalone tomcat 5.5.9

2005-06-26 Thread john_wjf935 . fletcher
I tried simply going like this Host name=www.mysite.com Context path= docBase=/var/www/server1 reloadable=true debug=0 / /Host Host name=mail.external.mysite.com Context path= docBase=/var/www/server2 reloadable=true debug=0 / /Host I believe you are only allowed to have one Context

Context setup for a webapp

2005-05-29 Thread john_wjf935 . fletcher
According to the Tomcat 5.5 Docs ( http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html): You may define as many Context elements as you wish. Each such Context MUST have a