You'll need to edit your tomcat configuration (${CATALINA_HOME}/conf/
sever.xml) to enable an HTTP/S Connector. The default server.xml
config comes with a commented-out Connector definition for SSL, though
we've had to add extra keystoreFile and keystorePassword attributes,
using our own keys. I'm assuming you aren't doing client certificate
authentication -- there are probably other parameters you'd need to
set for that (e.g., a trust store).
-Fred
On Feb 11, 2008, at 10:27 AM, Willem777 wrote:
Hi everyone,
I'm very new with CXF and Spring - so pardon my ignorance.
I've got a CXF annotation-based web service which I host in Tomcat
in a
Spring app. I want to configure SSL. On the CXF website I only see
config
samples for the client and the standalone HTTP (Jetty)
I use Tomcat - so what must I configure on the server side to tell
CXF to
use SSL?
I appreciate any help!!
Thanks guys
--
View this message in context:
http://www.nabble.com/SSL%2C-Spring%2C-TomCat-tp15413105p15413105.html
Sent from the cxf-user mailing list archive at Nabble.com.