简体   繁体   English

应用程序无法在Tomcat中打开

[英]Application won't open in Tomcat

I've just started learning Spring and I'm trying to install the proper environment by going through a book I bought ("Developing Enterprise Java Applications with Spring Frameworks") but I'm not having much luck. 我刚刚开始学习Spring,并且试图通过阅读一本书(“使用Spring框架开发企业Java应用程序”)来安装合适的环境,但是我运气并不好。 I've got everything installed and working as far as the tests go: - Eclipse (Indigo) - Tomcat 7.0.35 - SQL Server - Ant 1.8.4 就测试而言,我已经安装了所有东西并可以正常工作:-Eclipse(靛蓝)-Tomcat 7.0.35-SQL Server-Ant 1.8.4

I've deployed my project and I am now running tomcat. 我已经部署了项目,现在正在运行tomcat。 When I open tomcat via my browser and enter manager app, I can see my project and running = true. 当我通过浏览器打开tomcat并进入管理器应用程序时,我可以看到我的项目并正在运行= true。 But when I click on it, I'm getting the "Webpage is not available". 但是,当我单击它时,我得到“网页不可用”。 I'm not seeing any errors displayed on any of my consoles and since I'm new to this I'm not sure where to start to look for a solution. 我没有在任何控制台上看到任何错误,而且由于我是新手,所以我不确定从哪里开始寻找解决方案。 Let me know what other information you need in order to point me in the right direction. 让我知道您需要什么其他信息才能指引我正确的方向。 Much appreciated! 非常感激!

What does catalina.out say? catalina.out说什么? An error should be logged with default settings. 应该使用默认设置记录错误。 Otherwise you might have to change logging settings 否则,您可能必须更改日志记录设置

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM