Hello There, i'm Building up an infrastructure example to Transport my harvested Log-Messages into another Karaf. The configurations i left like rest transport over localhost and port 8181
So therefor i set up my first Karaf(client) like this: 1. My application is running there and generating log-Messages 2. Decanter log-collector 3. Decanter rest-appender i'm running also another Karaf (server), which should receive the data of the Client-Karaf. therefor i set up this kataf with following stuff: 1. Decanter rest-Collector 2. Decanter rest-servlet-collector *at the Client-side i'll get following Warn-message:* WARN [EventAdminThread #3] Error sending event to rest service java.io.IOException: Server returned HTTP response code: 403 for URL: http://localhost:8181 *at the Server-side i'll get following Warn-message:* WARN [Karaf_Worker-3] Can't request REST service java.io.FileNotFoundException: http://localhost:8181/metrics Where i have to Change configurations or anything else, so the server-Karaf will receive the log-Messages of the Client-Karaf. So that i can read them at the server-karaf with the command: log:display or in another way? thanks a lot for helpful answers greetings dzoni -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html