Arne Handt wrote:

> Hello All,
>
> I know that this topic has been discussed about two months ago but I wasn't
> able to find a hint helping me to solve my problem in the archive, so I
> touch it again.
> My problem: I have a multithreaded using W3C's Jigsaw HTTP Stack to access
> my servlet (on Jakarta Tomcat v3.1) with multiple requests concurrently,
> using the same URL (with a gap of about 20 ms between sending the requests).
> This is, of course, no problem, when the servlet is already initialized, but
> it leads to multiple servlet instantiation and initialization, if the
> servlet has not been initialized before.
> Is this a Tomcat bug or can it be switched off ? Can anyone help me ? Please
> tell me if you need more information in order to help.
> Thanks for your effort.
>

It's a bug in Tomcat 3.1, fixed in 3.2.

>
> Best regards,
> Arne
>

Craig McClanahan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to