I am building a web application using Spring, Tomcat 7.0.27 and Atomikos 3.7.1. I followed the integration guidelines from Atomikos: Tomcat7Integration35. Everything works except two listeners which don t exist anymore in Tomcat 7.0.27. So I did not include these two listeners in my server.xml file.
当我第一次启动 Tomcat 时, 一切都有效。 当我做一些代码修改, 并且 Tomcat 尝试自动发布应用程序时, 找不到上下文中定义的 JNDI 资源 。 xml ( 例外: javax. nameing. name notFoundException) 。 我需要停止服务器并重新开始它。 这样, 应用程序就可以成功发布 。
有人经历过这个吗?