我在用着:
- Spring Tool Suite 版本:3.2.0.RELEASE
- 雄猫 v7.0.42
当我刚刚运行我的 tomcat 服务器时,一切都很好,但我什至无法在本地调试它。它产生以下错误:
Startich Apache Tomcat v7.0.42 at localhost has encoutered a problem.
Server Apache Tomcat v7.0.42 bat localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
我尝试了以下方法:
- 增加超时。
- 在开始调试之前删除所有应用程序。
- 安装新的tomcat实例(我在全新安装时所做的唯一配置是打开
Use Tomcat installation
和Never publish automatically
)。
但这并没有帮助,我仍然只能运行tomcat,没有调试选项。有谁知道如何使这个调试工作?