I'm trying to get my head around the deployment atchitecture for Talend ESB (SE) runtime.
I've got a single container at the moment and everything is running with the route's default context. That's great for PoC and development, but when we get into testing and production deployment, I want separate karaf containers for the different environments (Dev/Test/Production etc.).
This article ( https://cleverbuilder.com/articles/runtime-context/ ) explains how to set the runtime context of an existing job at runtime, but I want to set the container so that routes deploy automatically with the right context for the particular container.
I've hunted through all the properties and .cfg files, but I can't see this anywhere.
Is there somewhere to configure the default context or deployment context for the container as a whole, or will I have to deploy each route and then explicitly change the context?
Thanks!