Configuring a default application for an integration server
You can configure a default application for an integration server by setting the application name in the integration server's server.conf.yaml configuration file.
Before you begin
- Create an integration server, as described in Creating an integration server.
- Configure the integration server, by following the instructions in Configuring an integration server by modifying the server.conf.yaml file.
About this task
All resources that are run by the IBM App Connect Enterprise run time must be located in an application. Any independent resources (located in an independent resource project), are automatically placed in the integration server's default application. You can specify the default application when you create the integration server, by specifying the --default-application-name parameter on the IntegrationServer command. Alternatively, you can specify a default application for an existing integration server, by setting the defaultApplication property in the integration server's server.conf.yaml configuration file. When an integration server has been configured to use a default application, independent resources are placed under the specified default application so that they can be accessed.
Procedure
To configure a default application for an integration server, complete the following steps: