aspose file tools
The moose likes Tomcat and the fly likes connection/transaction timeout Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "connection/transaction timeout" Watch "connection/transaction timeout" New topic
Author

connection/transaction timeout

Lori Bandra
Greenhorn

Joined: Nov 07, 2006
Posts: 1
Is there a Transaction timeout setting in Tomcat ?
Is there a configuration setting that will let me specify the amount of time when a transaction or request will timeout because of no response ? I see the setting connectionTimeout, but the description in the documentation of 'number of milliseconds after accepting a connection, for the request URI to be presented' doesn't seem to match what I want to configure. Is there another setting that I am missing or will connectionTimeout do what I intend? I want to be able to say specify that if the request isn't completed in a certain amount of time, kill the request.
Thank you.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56224
    
  13

That is usually controlled by the browser.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: connection/transaction timeout
 
Similar Threads
Problem Uploading Files
Connections Issue
Thread waiting for another thread
Persistent Connection in Tomcat 4.x
Is there socket_keepalive equivalent in Weblogic?