Build and Run Application Configurator Docker Image

To containerize the Bookstore application, you need to generate the application configuration YAML file. In Application Configurator, you can upload Bookstore application DAA and generate the application configuration YAML file. In this tutorial, you will build Application Configurator Docker image and run it in Docker.

    Procedure
  1. Navigate to amsgce-runtime-<version>/applicationConfigurator/build.
  2. Build the Docker image of TIBCO ActiveMatrix Application Configurator by using the following script:
    ./build_amxce.sh
  3. Run the Application Configurator Docker image:

    docker run --rm -p 8087:8087 -p 9998:9998 --name amxceac amxce_ac:1.0

    Here, port 8087 is the application port and port 9998 is used for monitoring.

  4. You can access the Application Configurator by opening the following URL in a browser: http://<hostname>:<hostport>/appconfig or http://<IP>:<hostport>/appconfig.
    For example: http://<hostname>:8087/appconfig/

What to do next

By using the Application Configurator, you can configure an application and generate an application configuration YAML file. The next step is to generate the application configuration YAML file.