Hello,
I try to get Tomcat with CXF and Kerberos (SPNEGO) running.
Tomcat with CXF works fine, Tomcat with Kerberos (SPNEGO) as well. But I was
not able to combine CXF and Kerberos.
I found already the documentation
https://cwiki.apache.org/confluence/display/CXF20DOC/Client+HTTP+Transport+%28including+SSL+support%29
and the thread
http://cxf.547215.n5.nabble.com/Client-HTTP-transport-with-Kerberos-SPNEGO-td4793790.html#a4794118
.
I tried to add the following XML code within the cxf.xml
<conduit name="{http://example.com/}HelloWorldServicePort.http-conduit"
xmlns="http://cxf.apache.org/transports/http/configuration">
<authorization>
<AuthorizationType>Negotiate</AuthorizationType>
<Authorization>CXFClient</Authorization>
</authorization>
</conduit>
Afterwards the tomcat starts with an exception.
Does anyone have a short example or is able to send me a web.xml and the
corresponding cxf.xml?
Thanks a lot
Ludi
--
View this message in context:
http://cxf.547215.n5.nabble.com/Client-HTTP-transport-with-Kerberos-SPNEGO-tp4793790p4952066.html
Sent from the cxf-user mailing list archive at Nabble.com.