 <!-- docBase is the location of the war which Tomcat will deploy. It does not need to be within the Tomcat installation directory.-->
<Context path="/threadlocalbugdemo" docBase="/path/to/the.war" debug="0" >

</Context>
