English 中文(简体)
在Tomcat中启动Eclipse - 调试模式 - 超时错误
原标题:Starting eclipse in Tomcat - Debug Mode - Timeout Error

当我尝试在eclipse中启动tomcat时,出现以下超时错误。

超时等待本地主机上的Tomcat v5.5服务器启动。 服务器在45秒后仍未启动。

有人知道如何设置tomcat的超时时间吗?

最佳回答

在服务器视图中,双击服务器。服务器配置编辑器会打开。其中有一个超时部分。

问题回答

You can go to "Windows"-->"Preferences"--> click on "Server" then you will see drop down "Server timeout delay". Select Longer. It should work.

您可以尝试删除所有不必要的断点,然后再次运行。





相关问题
Tomcat´s server.xml dynamic configuration

My web application uses the same database configuration as the application XYZ. I have a resource declaration for a context in server.xml, so I have a duplicated configuration (once for web ...

session transfer issue from Tomcat to ASP.Net

I am using Tomcat to host JSP and using IIS 7.0 to host aspx (C# + .Net 3.5 + VSTS 2008), and I have some session transfer issue from JSP page to ASPX page. JSP page is in one domain and all other ...

JSP exception - class not found (tomcat)

I m setting up an existing application on a new Tomcat 5.5 server connecting to a Postgres database (running on Debian Lenny). When I access it I get a series of stack traces with the following root ...

热门标签