Skip to main content

OSGi configuration files

If a Web service is deployed in Talend Runtime as an OSGi bundle, it is now possible to configure SSL via the OSGi Configuration Admin Service. This may be done using the following files (located at <TalendRuntimePath>/container/etc/):
  • a generic configuration org.apache.cxf.http.conduits-common.cfg, used by all HTTPS endpoints in the container,

  • endpoint-specific files: org.apache.cxf.http.conduits-<endpoint_name>.cfg,

  • there may also be additional endpoint-specific configuration files.

Note that instead of the tree-structured XML configurations, these configurations are flat property files. The properties are named after their XML equivalents and are described in detail in HTTP Conduit OSGi Configuration Parameters.

The non-OSGi style of SSL configuration is supported and if present will take precedence over the OSGi configuration.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!