Here is the contents of my sample.xml (in the conf/Catalina/localhost/):
<Context path="/sample" reloadable="true" docBase="D:\apache-tomcat-7.0.14\test"/>
And I put the sample.war file under this directory D:\apache-tomcat-7.0.14\test. But tomcat did not deploy the war file.
I saw the following message in the tomcat console
"INFO: Deploying configuration descriptor sample.xml from D:\apache-tomcat-7.0.14 \conf\Catalina\localhost "
unpackWars is true.
Any suggestion? Thanks in advance.