Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: dd the -Dcxf.config.file.url

...

CXF can discover XML configuration files which you have written. The default location that CXF will look for a configuration for is "/cxf.xml" on the classpath. If you wish to override this location, you can specify a command line property: -Dcxf.config.file=some_other_config.xml. If you want to use the url as the configuration loation, you can specify a command line property: -Dcxf.config.file.url=config_file_url.

A CXF configuration file is really a Spring configuration file, so all configuration files will start with the following:

...