Sergey Beryozkin wrote:

1. Up until cxf-2.0.7, the cxf configuration file should be located in the ${webapp}/WEB-INF/classes for it be picked up by CXF 2. If the cxf configuration file is named 'cxf.xml' then it will be discovered by CXF automatically, otherwise $tomcathome/bin/catalina batch file needs to be updated with -Dcxf.config.file system property. For ex :

-Dcxf.config.file=client.xml

where the value of -Dcxf.config.file is a location relative to ${webapp}/WEB-INF/classes


Ah, thanks. That's what I wasn't getting. I was trying to make -Dcxf.config.file point to a full path spec. This may help.

Reply via email to