Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Tomcat server timeout within eclipse. Need to change timeout?(change timeout of tomcat server when launched from within eclipse)
Tomcat server timeout within eclipse. Need to change timeout? [message #1006311] Wed, 30 January 2013 19:01 Go to next message
w t is currently offline w tFriend
Messages: 3
Registered: January 2013
Junior Member
When trying to launch tomcat 7 from within eclipse, a dialog box prompt is shown saying:

'Starting Tomcat v7.0 Server at localhost' has encountered a problem.
Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.

I've installed apache-tomcat-7.0.35

I tried selecting 'Properties' from the Server folder. Also tried Windows>Properties>Server.

I do not see anything related to increasing timeout.

Could you help out?
Thanks
Re: Tomcat server timeout within eclipse. Need to change timeout? [message #1006333 is a reply to message #1006311] Wed, 30 January 2013 21:15 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 1/30/2013 1:37 PM, w t wrote:
> When trying to launch tomcat 7 from within eclipse, a dialog box prompt
> is shown saying:
>
> 'Starting Tomcat v7.0 Server at localhost' has encountered a problem.
> Server Tomcat v7.0 Server at localhost was unable to start within 45
> seconds. If the server requires more time, try increasing the timeout
> in the server editor.
>
> I've installed apache-tomcat-7.0.35
>
> I tried selecting 'Properties' from the Server folder. Also tried
> Windows>Properties>Server.
>
> I do not see anything related to increasing timeout.
>
> Could you help out?
> Thanks

First thing you need to know is that there's a separate forum, Eclipse
web tool platform, for this question.

In answer to your question, what's happening is that you're launching
Tomcat from Eclipse and, for whatever reason, Tomcat is unable to finish
starting up in the 45-second timeframe.

You can reach the Tomcat server properties (and the timeout property in
particular) by going to the Servers view in the Eclipse workbench and
double-clicking Tomcat v7.0 Server at localhost.

This said, it's probably not your real problem. What's really happening
is that stuff you're making Tomcat initialize, such as a ContextListener
(check for the identity of such classes in web.xml), is not finishing
within 45 seconds. Perhaps there's an infinite loop, you're waiting some
resource that doesn't exist, etc.

Hope this helps.
Previous Topic:Problme while exporting hindi report in pdf
Next Topic:Cannot get internal web browser to work in Eclipse for javascript
Goto Forum:
  


Current Time: Fri Apr 26 01:29:03 GMT 2024

Powered by FUDForum. Page generated in 0.08884 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top