当前位置: 技术问答>java相关
*.class不能自动刷新
来源: 互联网 发布时间:2015-10-31
本文导语: 我现在的配置是Windows2000pro+apache1.3.22+tomcat4.0.1; 当*.class改变时tomcat容器不能自动更新,总是为启动tomcat时的class,其中reloadable="true"。 请教各位大虾,如何才能把其设置为自动检索class,既当发现*.java改变时自动编译...
我现在的配置是Windows2000pro+apache1.3.22+tomcat4.0.1;
当*.class改变时tomcat容器不能自动更新,总是为启动tomcat时的class,其中reloadable="true"。
请教各位大虾,如何才能把其设置为自动检索class,既当发现*.java改变时自动编译然后使用新编译的class代替原来的;或者.class不存在时就自动查找其对应的.java,然后编译。
当*.class改变时tomcat容器不能自动更新,总是为启动tomcat时的class,其中reloadable="true"。
请教各位大虾,如何才能把其设置为自动检索class,既当发现*.java改变时自动编译然后使用新编译的class代替原来的;或者.class不存在时就自动查找其对应的.java,然后编译。
|
Signal an existing application to shut itself down and reload. This can be useful when you've recompiled classes on an application that is not configured with the reloadable="true" attribute in its entry in $CATALINA_HOME/conf/server.xml, or when you've made other changes (such as to conf/web.xml) that are not automatically recognized by Tomcat