coure2011
coure2011

Reputation: 42464

increase server timeout in eclipse

I want to increase the server time out in eclipse but not sure how server is configured in my eclipse, I was not able to find timeout settings anywhere. Check the screenshot of my project.

I have tried Windows > Show Views > Server but nothing happens... no windows is shown I have tried Windows > Perefences > Server see the screenshot here I cannot find timeout settings

enter image description here

Upvotes: 40

Views: 66090

Answers (5)

Sambhav Sharma
Sambhav Sharma

Reputation: 5860

This is what you need to do:

Open the Servers view -> double click tomcat -> click on Timeouts section

Make changes according to your requirement.

refer: Change Tomcat Server's timeout in Eclipse

Upvotes: 5

Satheeshkumar
Satheeshkumar

Reputation: 9

Open the Servers view -> double click tomcat -> Server and Click Open ..

you can increase the startup time in Timeouts tag

Specify the time limit to complete server operations. starts (in sec) increase 600

Upvotes: 0

Aliti
Aliti

Reputation: 2095

Open the Servers view -> double click tomcat -> drop down the Timeouts section

There you can increase the startup time for each particular server.

Upvotes: 1

Yogendra Singh
Yogendra Singh

Reputation: 34367

To see your server in server view of eclipse(if server view is not coming, simply right click on the perspective e.g. Java or J2EE and select reset. Hope that helps),

    right click (in server server view pane) -> new -> server

You will see below screen:

enter image description here

Now select Apache Tomcat with right version, then select next, you will see screen below:

enter image description here

Browse the Tomcat server installation directory and finish. Now you will be able to see the Tomcat server in server view of the eclipse.

As a last step of your problem, double click on the Tomcat server listed in the server view of eclipse and change the timeout as in screen below: enter image description here

Hope this helps!.

Upvotes: 11

Jigar Joshi
Jigar Joshi

Reputation: 240928

enter image description heregoto server view, double click on one of the server, expand time out option and set value to it

Upvotes: 79

Related Questions