Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D0C4F436 for ; Mon, 8 Apr 2013 07:13:11 +0000 (UTC) Received: (qmail 48263 invoked by uid 500); 8 Apr 2013 07:13:07 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 48097 invoked by uid 500); 8 Apr 2013 07:13:07 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 48063 invoked by uid 99); 8 Apr 2013 07:13:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 07:13:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rainer.frey@inxmail.de designates 213.30.253.65 as permitted sender) Received: from [213.30.253.65] (HELO mail.inxmail.de) (213.30.253.65) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 07:12:59 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.inxmail.de (Postfix) with ESMTP id DE08387454 for ; Mon, 8 Apr 2013 09:12:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=inxmail.de; h= x-mailer:references:message-id:content-transfer-encoding:date :in-reply-to:from:subject:mime-version:content-type:received :x-virus-scanned; s=mail20091023; t=1365405158; bh=vHP0ekajzPoeJ 2Fz0XVmpDmqWhFckc7YxtsoMPcsMxo=; b=HMcV+/nK1Hn/PK44tHcIQ5ttTgbzc tY7Zrlf85Tit19/RGWKtcM4gEAxLC62gPVgs6So1LnN6NBmrzxaWQMiYSbwKvpzU DXUZ+tTf84akTDHc4InQjN/O+vMgFnPjqddxNWTc+/uPn7B6tsIlaFzXNFX5hbGL 6WJg/qjoWWkT/8= X-Virus-Scanned: Debian amavisd-new at inxmail.de Received: from dev-rfy-mac.intern.inxmail.de (unknown [213.30.253.126]) by mail.inxmail.de (Postfix) with ESMTP for ; Mon, 8 Apr 2013 09:12:38 +0200 (CEST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: tomcat jmx disabled by default ? From: Rainer Frey In-Reply-To: Date: Mon, 8 Apr 2013 09:12:38 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: "Tomcat Users List" X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org On 07.04.2013, at 11:58, Jakub 1983 wrote: > why do I have to enable jmx with command >=20 > *set CATALINA_OPTS=3D-Dcom.sun.management.jmxremote \ > -Dcom.sun.management.jmxremote.port=3D%my.jmx.port% \ > -Dcom.sun.management.jmxremote.ssl=3Dfalse \ > -Dcom.sun.management.jmxremote.authenticate=3Dfalse* >=20 >=20 > http://tomcat.apache.org/tomcat-7.0-doc/monitoring.html Do you have the remote JMX lifecycle listener activated=20 (from = http://tomcat.apache.org/tomcat-7.0-doc/config/listeners.html#JMX_Remote_L= ifecycle_Listener_-_org.apache.catalina.mbeans.JmxRemoteLifecycleListener)= This will IIRC disable the default JMX initialization. Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org