Reputation: 42464
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
Upvotes: 40
Views: 66090
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
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
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
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:
Now select Apache
Tomcat
with right version, then select next, you will see screen below:
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:
Hope this helps!.
Upvotes: 11
Reputation: 240928
goto server view, double click on one of the server, expand time out option and set value to it
Upvotes: 79