Hi Ben,

Do you know why Tomcat take some time to close the connection? Is it
predictable?

My Java client is authenticate with Tomcat server using USB based
security token through client certificate authentication. Even though
I removed the token, Java client still able to run until some times,
then force authentication will happen.

Thank you.

On 23 March 2010 10:37, Ben Stringer <[email protected]> wrote:
> Hi,
>
> Take a look at the documentation for maxKeepAliveRequests on this page:
>
> http://tomcat.apache.org/tomcat-5.5-doc/config/http.html
>
> If you set this to 1 for your SSL connector, I believe it will do what you
> want.
>
> Cheers, Ben
>
>
>> Hi
>>
>> Is it possible Tomcat close SSL session upon every HTTP request?
>>
>> I am running Tomcat 5.5.16 on JDK 1.5.0 update 7 on RedHat Enterprise.
>>
>> Thank you.
>>
>> Regards,
>> SamKong Goo
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

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

Reply via email to