Ivano,

On 8/18/23 18:17, Ivano Luberti wrote:
It seems I had explained myself badly. I'll try again.

I need to know if there is and it is configurable a timeout on tomcat startup (in Eclipse you can configure it in the server configuration interface)

I need also to know if there is and it is configurable a timeout on application deployment when you use tomcat manager to deploy a war file or application start, fom tomcat manager interface as well

Tomcat doesn't wait for anything on startup except for the web applications to deploy. If your application takes long to start, Tomcat will take long to start. But Tomcat won't say "it's been 60 seconds, sorry, I'm killing the application" or anything like that.

If you use the Manager web application to deploy an application, it's possible that the tool you use for deployment (e.g. curl, or whatever makes the call to Tomcat's manager-deploy action) will have an HTTP timeout. Tomcat will complete the deployment work, but the deploying-client might not get a successful HTTP response within that time period.

But that's a timeout on the client end, not on Tomcat's end.

I'm just guessing at what timeout you are talking about, here. I may be totally off.

You said that Eclipse had a configurable timeout. What is that for / what is it called / what does it do?

-chris

Il 18/08/2023 22:57, Christopher Schultz ha scritto:
Ivano,

On 8/18/23 10:18, Ivano Luberti wrote:
Hello eveybody, in one of my use case, when upgrading a web application it coult happen that on startup the application has to perform some database operation that could require some time, even some minutes.

This happens typically when deploying the application via tomcat manager but could possibly happen when starting tomcat if the war file has been replaced while tomcat was down.

Where can I configure these timeouts?

What timeouts, specifically?

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to