Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68675ECDC for ; Fri, 1 Feb 2013 01:46:10 +0000 (UTC) Received: (qmail 69573 invoked by uid 500); 1 Feb 2013 01:46:09 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 69416 invoked by uid 500); 1 Feb 2013 01:46:09 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 69405 invoked by uid 99); 1 Feb 2013 01:46:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 01:46:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 01:46:07 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id F17484E6 for ; Fri, 1 Feb 2013 01:45:45 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 01 Feb 2013 01:45:45 -0000 Message-ID: <20130201014545.35825.99404@eos.apache.org> Subject: =?utf-8?q?=5BTomcat_Wiki=5D_Update_of_=22FAQ/Developing=22_by_KonstantinK?= =?utf-8?q?olinko?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for ch= ange notification. The "FAQ/Developing" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/FAQ/Developing?action=3Ddiff&rev1=3D16&rev2= =3D17 Comment: Improve formatting (indent) }}} = There are a number of ways you can do this depending on how you normally = start Tomcat: - * If you are using '''shell scripts''' to start Tomcat, start it with= the following command: - {{{ - catalina jpda start - }}} = - It will start Tomcat so that a remote debugger can be connected to port 8= 000. + * If you are using '''shell scripts''' to start Tomcat, start it with th= e following command: = - The above mentioned options can be provided by setting certain environmen= t variables. See the comments at the top of {{{catalina.sh}}} or {{{.bat}}}= file for details. + {{{ + catalina jpda start + }}} = - For example, the port number and JPDA transport implementation can be set= with {{{JPDA_ADDRESS=3D8000}}} and {{{JPDA_TRANSPORT=3Ddt_socket}}}. + It will start Tomcat so that a remote debugger can be connected to port = 8000. = + The above mentioned options can be provided by setting certain environme= nt variables. See the comments at the top of {{{catalina.sh}}} or {{{.bat}}= } file for details. + = + For example, the port number and JPDA transport implementation can be se= t with {{{JPDA_ADDRESS=3D8000}}} and {{{JPDA_TRANSPORT=3Ddt_socket}}}. + = - * If you run Tomcat using '''service wrapper''', add the above JVM op= tions before any other JVM options. Check the documentation for the service= wrapper to determine how to set JVM options. + * If you run Tomcat using '''service wrapper''', add the above JVM optio= ns before any other JVM options. Check the documentation for the service wr= apper to determine how to set JVM options. + = - * If you start Tomcat from within an IDE, check the documentation for= the IDE to determine how to set the required JVM options. + * If you start Tomcat from within an IDE, check the documentation for th= e IDE to determine how to set the required JVM options. = The port does not need to be set to 8000, it may be any value appropriate= for your system. =20 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org