Tom Donohue Tom Donohue

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:

  1. Make sure Talend Runtime is started (./trun)
  2. Access the console at http://localhost:8040/system/console. (The default port is 8040, unless you have changed the configuration).
  3. Log in with the default credentials (username tesb, password tesb).
Apache Karaf web console for Talend ESB
Apache Karaf web console for Talend ESB

For more information about the Web Console, see the official Karaf documentation.

Comments

What do you think? You can use Markdown in your comment.

To write code, indent each line with 4 spaces. Or, to paste a lot of code, you can put it in pastebin.com and share the link in your comment.