We have for JAX-RS/REST, this sample:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jax_rs/basic_https/
We have a WSDL-first example (probably adaptable for Java first):
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/
I'm not aware of a Java-first HTTPS sample though...
Glen
On 05/16/2013 04:07 PM, Jeff Ramin wrote:
Hi folks.
I have a very simple proof-of-concept web service working just fine.
It's a code-first situation,
and CXF automagically provides the service via Jetty, which seems to
be part of the CXF download,
from what I can tell. I have not (and don't want to) set up a servlet
container.
What I now want to do is have the service provided over SSL, and I'm
spinning my wheels. Is
there a step-by-step howto I could look at?
Thanks.