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,
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
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