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 2058618DD3 for ; Fri, 1 May 2015 00:30:08 +0000 (UTC) Received: (qmail 49352 invoked by uid 500); 1 May 2015 00:30:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 49277 invoked by uid 500); 1 May 2015 00:30:05 -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 49266 invoked by uid 99); 1 May 2015 00:30:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 00:30:05 +0000 X-ASF-Spam-Status: No, hits=3.2 required=5.0 tests=HTML_MESSAGE,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of dlandis@gmail.com does not designate 54.191.145.13 as permitted sender) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 00:29:59 +0000 Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com [209.85.218.43]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 582692143A for ; Fri, 1 May 2015 00:29:39 +0000 (UTC) Received: by oica37 with SMTP id a37so61146770oic.0 for ; Thu, 30 Apr 2015 17:29:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zzIwy+KsHX/Wm30wyDvtguNzAkWWxoivhGGz4QEopXQ=; b=eAeFjZcBm5STGD8FV1m7CNudNhZE0QBCz2OhQlV4pZDTPbFdmyOGbIHRCfzVgI5nSw dZyfRDH+EiSjNQR+1aOqI+pOjSErKvnyX7168q86YK9+802fwZwGafAFYh/3Smhvlj6+ XUL/Lqg5LrB9uQ4YprKnOe9kYRMxsXnyES2R4u/KV92oE+PI8Yo7RxrUPG5BSITSQkM5 gS830iT5XOZJN6Nk7aey4ivL668HAuQ4BB11UYCCoQyTEeQgUNEWg8D06sqR9w/ZR1cy /K2MaalzLWPKdavBHUgaH+OwJCkOp9ALk0R4A8dzEAFWxdop5RxQ1mw1+WX2Zqmadzi7 pIKg== MIME-Version: 1.0 X-Received: by 10.182.213.38 with SMTP id np6mr5599133obc.34.1430440172297; Thu, 30 Apr 2015 17:29:32 -0700 (PDT) Received: by 10.202.67.133 with HTTP; Thu, 30 Apr 2015 17:29:32 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Apr 2015 17:29:32 -0700 Message-ID: Subject: Re: Debugging Tomcat Running in Vagrant using Port Forwarding From: David Landis To: Tomcat Users List Content-Type: multipart/alternative; boundary=001a11c30d1457a42e0514fa4eac X-Virus-Checked: Checked by ClamAV on apache.org --001a11c30d1457a42e0514fa4eac Content-Type: text/plain; charset=UTF-8 On Thu, Apr 30, 2015 at 5:24 PM, Konstantin Kolinko wrote: > > Have you started Tomcat in debug mode? > E.g. "./catalina.sh jpda start" > > See JPDA_ADDRESS option in catalina.sh source code. > Hi Konstantin. Yes I have. Like I noted in the original question Tomcat correctly outputs on startup: Listening for transport dt_socket at address: 8000 --001a11c30d1457a42e0514fa4eac--