tomcat4中更新bean后需要重起,我受不了这种开发方式,以前3.2时就没有这个问题?

谁告诉我在哪里配置,我把debug都改成1了,还是不行
个人老大100分等着你,不够再给了
[email protected]
---------------------------------------------------------------

1<context ...reloadable="true" path="/examples">   
2...   
3</context>

Set to true if you want Catalina to monitor classes in /WEB-INF/classes/ and /WEB-INF/lib for changes, and automatically reload the web application if a change is detected. This feature is very useful during application development, but it requires significant runtime overhead and is not recommended for use on deployed production applications. You can use the Manager web application, however, to trigger reloads of deployed applications on demand.

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html

Published At
Categories with Web编程
Tagged with
comments powered by Disqus