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.
我有两个项目:一个是用 spring 框架编写的,另一个是用 grails 编写的。我尝试将它们部署在 tomcat (版本 6 和 7 )中。每个都运作良好。但是,当我同时放置它们时,Tomcat 卡住了。日志中没有错误。它只是挂在那里。
当我从tomcat的webapp中删除任何一个项目时。Tomcat 又开始工作了。
有人可以给我一些提示或建议吗?
谢谢。