编辑你的Tomcat安装目录下的conf\server.xml
在你的host下添加一个
<Context path="/yourapp" docBase="c:/yourapp" debug="0" reloadable="true">
</Context>
应该就可以了