Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 440F6200BFA for ; Thu, 12 Jan 2017 15:47:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 42A62160B4C; Thu, 12 Jan 2017 14:47:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8CF5C160B2D for ; Thu, 12 Jan 2017 15:47:51 +0100 (CET) Received: (qmail 6769 invoked by uid 500); 12 Jan 2017 14:47:45 -0000 Mailing-List: contact user-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@karaf.apache.org Delivered-To: mailing list user@karaf.apache.org Received: (qmail 6750 invoked by uid 99); 12 Jan 2017 14:47:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2017 14:47:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 56182C023D for ; Thu, 12 Jan 2017 14:47:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.314 X-Spam-Level: ** X-Spam-Status: No, score=2.314 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id dzfZ3cTZCfSB for ; Thu, 12 Jan 2017 14:47:43 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 0DFD25FAC3 for ; Thu, 12 Jan 2017 14:47:43 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 902DB128C91E4 for ; Thu, 12 Jan 2017 07:47:35 -0700 (MST) Date: Thu, 12 Jan 2017 07:47:35 -0700 (MST) From: rsteppac2 To: user@karaf.apache.org Message-ID: <1484232455591-4049179.post@n3.nabble.com> In-Reply-To: <69b0e2a3-a1e7-3493-6da5-91ba936186f8@nanthrax.net> References: <1484231402246-4049177.post@n3.nabble.com> <69b0e2a3-a1e7-3493-6da5-91ba936186f8@nanthrax.net> Subject: Re: How to authorize remote JMX access? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 12 Jan 2017 14:47:52 -0000 Hi JB, jbonofre wrote > you should not use your own MBean server but prefer the Karaf provided > one. > > It should work smoothly. > > Whyt not using the default Karaf one ? You mean the server running on port 1099 by default? If yes, then that worked for remote access as long as Karaf was running in plain VM but not for a Docker container. With the docker container the way I got jconsole to connect was to specify the remote server. ( SO thread .) Thanks! Ralf -- View this message in context: http://karaf.922171.n3.nabble.com/How-to-authorize-remote-JMX-access-tp4049177p4049179.html Sent from the Karaf - User mailing list archive at Nabble.com.