Servlet Configuration

The Servlet version of the Apiman gateway uses Java properties as its primary source of configuration.

This includes such platforms as WildFly and Tomcat.

Configuration Properties

All the Apiman WARs share a common configuration file called apiman.properties, which for the WildFly and EAP editions can be found in standalone/configuration.

This file therefore contains configuration settings for all three applications (API Manager, API Manager UI, API Gateway).

Please refer to the apiman.properties file itself, as well as this documentation, for more information on each property’s purpose and possible values.

To discover available options for components, refer to the Registries & Components documentation.

If you are running a non-Servlet gateway implementation (e.g. Vert.x), then you should refer to that gateway’s configuration documentation to understand how to configure that element.