Re: connector restart / api

2009-01-13 Thread Michael Rooz
Hi Jan, Initially I was trying to make modifications inside the connector code. This worked but since it is not documented I was concerned about undesirable side effects. I've also managed to simply refresh the serversocketfactory - this also worked but again, the same concern arises. Now I'm won

connector restart / api

2009-01-13 Thread Michael Rooz
What is the recommended way if any, of restarting the http Connector ? i.e. is there an api for achieving this? thanks, Mike

Re: Tomcat restart using code

2009-01-07 Thread Michael Rooz
Hi Jan, well - like I said I need to be able to refresh the ServerSocketFactory to reflect an updated truststore. I looked at the code and found a way to do this but it is not documented and I don't want to take the risk of experiencing undesirable side effects. My only option at this point then,

Tomcat restart using code

2009-01-07 Thread Michael Rooz
Hi, Since I have not found a documented way of refreshing the ServerSocketFactory (in order to reload the ssl trust store) I would like to be able to perform a Tomcat Restart "from within" i.e. restart Tomcat using java code inside the servlet. Restarting the connector would also do the job for me

RE: ssl - JioEndpoint, JSSESocketFactory & Truststore

2008-12-31 Thread Michael Rooz
any comment on this. thanks, Mike -Original Message- From: Michael Rooz [mailto:mr...@nextnine.com] Sent: Tuesday, December 30, 2008 1:29 PM To: Tomcat Users List Subject: RE: ssl I agree that in general this would be the preferable way of working with the trust store however us

RE: ssl

2008-12-30 Thread Michael Rooz
x27;m still looking for a solution to this... Thx, Mike -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, December 30, 2008 12:28 PM To: Tomcat Users List Subject: Re: ssl Michael Rooz wrote: > Hi Bill, > Well - first the reason we need to update the

Re: ssl

2008-12-29 Thread Michael Rooz
atter? thanks much! Mike On Thu, Dec 18, 2008 at 5:14 AM, Bill Barker wrote: > > "Michael Rooz" wrote in message > news:3df1c6c00812170307m3252f89p8c58b8373142...@mail.gmail.com... > > Hi, > > > > I've successfully configured Tomcat to use Client

ssl

2008-12-17 Thread Michael Rooz
Hi, I've successfully configured Tomcat to use Client Authentication. Evidently for Tomcat to reflect updates made to the truststore, it needs to be restarted. How can I get Tomcat to reload its truststore without performing a restart? If this requires writing a custom connector that would fo