Re: ssl timeout length with jsse with tomcat 5.5

2006-06-04 Thread Bill Barker
"Jason Pendrey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > thanks for the response, I have an administration section that always > needs to be logged back into after periods of no activity, I am thinking > of using apache 2.0 as the front end and tomcat on the backend and usi

Re: ssl timeout length with jsse with tomcat 5.5

2006-06-04 Thread Jason Pendrey
thanks for the response, I have an administration section that always needs to be logged back into after periods of no activity, I am thinking of using apache 2.0 as the front end and tomcat on the backend and using ssl on apache(i'm assuming i can control it better on apache, but i would have

Re: ssl timeout length with jsse with tomcat 5.5

2006-06-04 Thread Bill Barker
"Jason Pendrey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I want to know how to control the length of time that an ssl connection >timesout and a user needs to login again. Right now its too short and I >can't find anything in the server.xml ssl connector node that seems to

Re: ssl timeout length with jsse with tomcat 5.5

2006-06-04 Thread Guido Schoepp
Jason Pendrey schrieb: I want to know how to control the length of time that an ssl connection timesout and a user needs to login again. Right now its too short and I can't find anything in the server.xml ssl connector node that seems to change that. I'm using tomcat 5.5 with the latest jsse.

ssl timeout length with jsse with tomcat 5.5

2006-06-02 Thread Jason Pendrey
I want to know how to control the length of time that an ssl connection timesout and a user needs to login again. Right now its too short and I can't find anything in the server.xml ssl connector node that seems to change that. I'm using tomcat 5.5 with the latest jsse. -