Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个包含邮件操作的应用程序,我使用 tomcat 6 来部署应用程序,我有用于构建战争的 ant 脚本。
现在我的问题是,每当我构建项目时,邮件都会停止工作,直到我重新启动服务器,并且我从一位专业人士那里得知需要重新加载邮件上下文,因此当您重新启动服务器时,邮件会再次工作。
但是我不想每次部署新版本时都重新启动服务器,同时邮件应该可以工作。当我构建项目和部署时,有什么方法可以重新加载邮件上下文?
要在应用程序文件修改时重新加载上下文,请更改 context.xml 配置文件
从
<Context>
至
<Context reloadable="true">