登录后台manager/html页面,在每项应用列表后都有“reload”等项。不用重起TOMCAT。

解决方案 »

  1.   

    user:tomcat
    pass:tomcat
    结果:
    type Status reportmessage Access to the requested resource has been denieddescription Access to the specified resource (Access to the requested resource has been denied) has been forbidden.
      

  2.   

    conf/server.xml看HOST内个WEB应用的上下文。        <!-- Tomcat Root Context -->
            <!--
              <Context path="" docBase="ROOT" debug="0"/>
            -->
      

  3.   

    好像不能直接设吧?我一般都用http://localhost:8080/manager/reload?path=/examples
      

  4.   

    reload设置为TRUE这是在哪边设置啊?
      

  5.   

    用户名和密码?
    你在安装tomcat的时候没有设置吗?如果不知道是什么,
    干脆重装然后设一个密码算了。
      

  6.   

    <Context crossContext="true" debug="5" displayName="Webdav Content Management" docBase="E:/tiannet" path="/tiannet" reloadable="true" workDir="work\Catalina\localhost\tiannet">
      <Logger className="org.apache.catalina.logger.FileLogger" prefix="localhost_log." suffix=".txt" timestamp="true"/>将那个reloadable设置为true即可。
      

  7.   

    将那个reloadable设置为true即可
      

  8.   

    conf/server.xml里然后重启tomcat就可以了