Re: How CXF SOAP server can present a different certificate to different clients?

2016-12-20 Thread Vjacheslav V. Borisov
Hi! apache mod_proxy_ajp + tomcat AJP connector could be used in this config different apache vhosts could have own authorisation configuration, all connected to one tomcat AJP connector 2016-12-20 20:09 GMT+04:00 Gregory Orciuch : > Hi, > > we have been solving this

Re: java.lang.NoClassDefFoundError: JSONSequenceTooLargeException

2016-12-20 Thread sandesh
Thanks Sergey I will try it out. Will let u know the result. Regards, Sandesh -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-NoClassDefFoundError-JSONSequenceTooLargeException-tp5775928p5775943.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: How CXF SOAP server can present a different certificate to different clients?

2016-12-20 Thread Jose MarĂ­a Zaragoza
2016-12-20 17:09 GMT+01:00 Gregory Orciuch : > Hi, > > we have been solving this kind of issues placing a SSL terminating > load-balancer before CXF instances; > Also we considered in-app SSL certficates as not good idea because of > managing troubles and revocation troubles,

Re: How CXF SOAP server can present a different certificate to different clients?

2016-12-20 Thread Gregory Orciuch
Hi, we have been solving this kind of issues placing a SSL terminating load-balancer before CXF instances; Also we considered in-app SSL certficates as not good idea because of managing troubles and revocation troubles, and validity checking troubles; Cheers, Gregory 2016-12-20 16:56 GMT+01:00

How CXF SOAP server can present a different certificate to different clients?

2016-12-20 Thread dkundo
Hi, my server is listening on multiple IP addresses, and according to the IP client has opened a connection to, a different server certificate should be presented (it's a multi-tenant application where each tenant connects to its own IP address). If I understand correctly I need to implement my

Re: java.lang.NoClassDefFoundError: JSONSequenceTooLargeException

2016-12-20 Thread Sergey Beryozkin
Hi Can you please update to Jettison 1.3.8 ? Sergey On 19/12/16 22:53, sandesh wrote: Hi All, Getting JSONSequenceTooLargeException occasionally for some REST service call. This isn't occurs every time. Some times in between transactions we do see errors due to this request fails