Accessing Talend Runtime's Apache Karaf Web Console
The Apache Karaf Web Console is a useful feature that allows you to see all the bundles deployed into Talend Runtime’s Karaf container. It’s accessible through a web browser and makes administration a little easier than using the command-line console.
Accessing the Web Console
To access the web console:
- Make sure Talend Runtime is started (
./trun
) - Access the console at
http://localhost:8040/system/console
. (The default port is 8040, unless you have changed the configuration). - Log in with the default credentials (username
tesb
, passwordtesb
).
For more information about the Web Console, see the official Karaf documentation.