1\通过后台管理http://localhost:8080/manager/html 应用管理来RELOAD  2\修改conf/server.xml中相关的上下文描述,添加 reloadable=true

解决方案 »

  1.   

    明白了,但不知道reloadable=true 应该放在哪个位置呢?
      

  2.   

    如果在webapps下有TTBM的工程文件,那么在
    D:\Tomcat 5.0\conf\Catalina\localhost
    下添加一个文件TTBM.xml,其内容为:
    <!--    Context configuration file for the Tomcat Balancer Web App
        This is only needed to keep the distribution small and avoid duplicating
        commons libraries    $Id: balancer.xml,v 1.1 2003/11/20 21:43:32 remm Exp $-->
    <Context path="/TTBM" docBase="TTBM" debug="0" privileged="true" reloadable="true"></Context>