Re: do callbacks to engine exist?

2001-08-01 Thread Craig R. McClanahan
I presume from the questions that you're talking about Tomcat 4, so I will answer on that basis. On Wed, 1 Aug 2001, Grobe, Gary wrote: > > After reading the Tomcat architecure docs, I have a question. > > Is there anyway to call the invoke method of a container from the webserver > whenever n

do callbacks to engine exist?

2001-08-01 Thread Grobe, Gary
After reading the Tomcat architecure docs, I have a question. Is there anyway to call the invoke method of a container from the webserver whenever needed. i.e. If I wanted to get the time it takes for the web server to process a request, could the server engine be invoke()'d to startTime and whe