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 DCE9F18EC5 for ; Fri, 1 May 2015 01:08:11 +0000 (UTC) Received: (qmail 5662 invoked by uid 500); 1 May 2015 01:08:06 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 5360 invoked by uid 500); 1 May 2015 01:08:06 -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 5343 invoked by uid 99); 1 May 2015 01:08:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 01:08:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: message received from 54.76.25.247 which is an MX secondary for users@tomcat.apache.org) Received: from [54.76.25.247] (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 01:07:40 +0000 Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 27E3C2D1BA for ; Fri, 1 May 2015 01:07:39 +0000 (UTC) Received: by oica37 with SMTP id a37so61600177oic.0 for ; Thu, 30 Apr 2015 18:06:47 -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=1i2NamgKCjHQOEBTI+0708HDG8Pe30lYCBmNyKuQ1iA=; b=KIa0hK+vtBvxA/FG2s/8DSpDN1ebhVtL7RQBAKH1Qnq56yZydBdKOqAeaXMgIEWRuW WsLJcopCv+IjJ/1qlB0csYFyRw54NAu4/2OuINxsH0DZp+GjJQPyBtotCWPskxkDcLEH KH/PQO+4SaepoGpGGnzqYoCZwpJzBVwjU58WhSOeAvMPYzuvqEcnlSfZGdX1GPzcsh5r z0hYZYxlsb4xf6JgHXojaKrUOIml4M3x0Yy/4EmZeFX8bYyJe3nFoWHfq+nArW3vGaQ7 QDakxTwKyhC7/U+4vQPSiMAr+vz2BYC9Utywb/pzxcgzDZfjmPpWutAvVIh9YKed92kd YCqA== MIME-Version: 1.0 X-Received: by 10.202.215.86 with SMTP id o83mr4188323oig.0.1430442407035; Thu, 30 Apr 2015 18:06:47 -0700 (PDT) Received: by 10.202.66.4 with HTTP; Thu, 30 Apr 2015 18:06:46 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 May 2015 04:06:46 +0300 Message-ID: Subject: Re: Debugging Tomcat Running in Vagrant using Port Forwarding From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org 2015-05-01 3:29 GMT+03:00 David Landis : > 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 OK. > P.S. It is not a firewall issue. Note that you have 2 firewalls, one on your own machine (to allow outgoing connections), another on the one running in virtual box (to allow incoming connections). Can you connect with a simple client, e.g. telnet? Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org