Why are my JSP changes are not reflected without restarting Tomcat?

前端 未结 12 1409
忘掉有多难
忘掉有多难 2020-12-02 18:48

I am editing JSP files which are residing directly inside tomcat/webapps/myapp/WEB-INF, but to see the changes, I have to restart the server. As far as I know,

12条回答
  •  死守一世寂寞
    2020-12-02 19:11

    I had the same problem and fixed the issue. Make sure that in conf/context.xml you do not have following configuration

    
    

    If you have that one, remove both antiJARLocking="true" antiResourceLocking="true", just write

    
    

提交回复
热议问题