jetty « cxf « Java Enterprise Q&A





1. Jetty vs CXF / Which one to choose?    stackoverflow.com

I am fairly new to the Java world and pretty overwhelmed by the beauty of choice between dozens of libraries doing more or less the same thing, or not. So with Jetty ...

2. How to start cxf service on localhost but return external address in wsdl?    stackoverflow.com

I'm using cxf and jetty behind apache to expose a webservice via soap. The goal is to start jetty on http://localhost:9000 in all cases and have apache proxy ...

3. Apache CXF 2.0.12 to 2.2.7 upgrade issue    stackoverflow.com

I have upgraded a CXF web service implementation from Apache CXF 2.0.12 to 2.2.7 and now I can't connect from a remote computer.

http://localhost:9000/Data?wsdl
works on the installed computer.
http://computername:9000/Data?wsdl
from a remote computer ...

4. Low overhead Java Web Services container?    stackoverflow.com

I want to provide a Java-based Web Service, but I don't require the features of a full-blown J2EE Application Server. I would like it to start as quickly as possible, ...

5. Unable to get wsdl from CXF service    stackoverflow.com

I'm trying to get a CXF service running on existing jetty server (not stand-alone). I see the list of services at http://localhost:9100/cxfservices But, when I click on the wsdl link, I ...

6. SSL Handshake between two WebApps    stackoverflow.com

I have a webapp-1 deployed on a SUNWappserver that requires two way SSL authentication. I can write a java client-1 for it, and it works just fine. However, when I write a ...