java源文件修改后Tomcat上下文重新加载
在eclipse中开发部署在tomcat上的web应用程序时,当tomcat服务器运行时,如果我修改java源文件并将其保存在eclipse中,Tomcat将重新加载web应用程序,然后会话无效我需要重新登录才能测试。
我认为这是一个大麻烦,所以我想知道是否有配置tomcat或使用其他应用程序服务器可以避免这个问题。
when developing a web application that deployed on tomcat in eclipse, when the tomcat server is running if I modify a java source file and save it in eclipse, Tomcat will reload the web application, then the session is invalid I need to login again to test.
I think it's a big troube, so I want to know is there anyway to configure tomcat or use another application server can avoid this problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 Eclipse 中打开 Tomcat 配置并选择
从不自动发布
选项。默认为资源变化时自动发布
You can open Tomcat configuration in Eclipse and choose
Never publish automatically
option. The default isAutomatically publish when resources change