Re: Configuring cxfEndpoint to make secure (HTTPS) : need help

2011-10-10 Thread Willem Jiang
Hi Chavva, You need to remove the connector part from httpj:engine element, Because it doesn't support the ssl. On Sun Oct 9 12:28:51 2011, chavva2...@gmail.com wrote: Hi Willem, Thanks for your reply. Am using Camel 2.5.0, need your help in configuration of HTT

Re: Configuring cxfEndpoint to make secure (HTTPS) : need help

2011-10-09 Thread chavva2...@gmail.com
Hi Willem, Thanks for your reply. Am using Camel 2.5.0, need your help in configuration of HTTPS Webservices using CXF component via spring configuration. In to run my main program loading following Spring configuration file using ClassPathXmlApplicationContext("Configuration.xml"); While tryin

Re: Configuring cxfEndpoint to make secure (HTTPS) : need help

2011-10-07 Thread Willem Jiang
Which version of Camel are you using? I can see you are still using Jetty6 from the configuration. Can you change the engine port to 9001 and try it again? On 10/7/11 7:02 PM, amarnath.chavva wrote: Hi every one, Am using cxfEndpoint to expose my services as web services, now I would like make t

Re: Configuring cxfEndpoint to make secure (HTTPS) : need help

2011-10-07 Thread chavva2...@gmail.com
I have tried with 9001 also.. there was no luck. Zero i got it from http://cxf.apache.org/docs/jetty-configuration.html Jetty Configurations under the "The engine element" as /You can specify a value of 0 for the port attribute. Any threading properties specified in an httpj:engine ele

Re: Configuring cxfEndpoint to make secure (HTTPS) : need help

2011-10-07 Thread Glen Mazza
Looking here[1] in a CXF example its httpj:engine port value is 9001, while you have yours set to 0 (see arrows below). Could that be the problem? Glen [1] http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/src/main/java/demo/hw_https/server/Cherry