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,

Re: Tomcat restart using code

2009-01-07 Thread Kees Jan Koster
Dear Mike, 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 j

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