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 1697E200D11 for ; Mon, 2 Oct 2017 14:50:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 152C3160BCB; Mon, 2 Oct 2017 12:50:15 +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 5ED791609DE for ; Mon, 2 Oct 2017 14:50:14 +0200 (CEST) Received: (qmail 76749 invoked by uid 500); 2 Oct 2017 12:50:13 -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 76738 invoked by uid 99); 2 Oct 2017 12:50:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2017 12:50:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6D15C1A24F0 for ; Mon, 2 Oct 2017 12:50:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.479 X-Spam-Level: X-Spam-Status: No, score=0.479 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id hjrSv6JLGU6P for ; Mon, 2 Oct 2017 12:50:11 +0000 (UTC) Received: from mail-qk0-f182.google.com (mail-qk0-f182.google.com [209.85.220.182]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 3EB695F522 for ; Mon, 2 Oct 2017 12:50:11 +0000 (UTC) Received: by mail-qk0-f182.google.com with SMTP id o187so2778643qke.7 for ; Mon, 02 Oct 2017 05:50:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=JJkVB0XtsaFasdwAkWpXdWxztKd8KQaS/8Ew+TtWcOw=; b=j2pkKznJnucAch4OCJKSrYi/5xQVsaD/Mtw0RrImi5P8wTPOqdOS+Jg1AcacFCR2Gn bs3KQGvp1j+1U4+VDqgljNuQVkgWFczkxZOK7ZWumxExQiuraoExIstnq1NEbi6v6oWX +wutjemv2VPjVRKp97ymSjvgIsXXuU8yVFe+AHy8B3959FgOIzY91lPHO7W7HlvSs98Q 54k+CpaRnnmHQfneso39HcVFzRIwU9ruyoPgFFMdMNmPBhE3XN+fvRmmRhvp2Mhq5Uff LoPccS0O3AkdjqOfSgsmwHd4G4o1sMsKB7Flht0Nf6Gm6RSsR+XL0YKLcljkQRDEJpg9 XU6g== X-Gm-Message-State: AMCzsaW4i6/tBKVbJd+YvYGOUD3ptOPFKuGmNPFb5ft8zU03+S1PkDFu x/Cl9WmSJ7Dc1EIMqyThvWfmCAPrbdvWUBpQpQXNrTyy X-Google-Smtp-Source: AOwi7QBc+4HWGk12bylXsEwJ9CEFXTXtZkLLQ1VBSAYbh8DyUGl+KXRMChZsWPkhIEtzkpA4KyEsEIi4tcPzCw0aBIA= X-Received: by 10.55.40.229 with SMTP id o98mr14841168qko.73.1506948604884; Mon, 02 Oct 2017 05:50:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.32.175 with HTTP; Mon, 2 Oct 2017 05:50:04 -0700 (PDT) In-Reply-To: References: From: Coty Sutherland Date: Mon, 2 Oct 2017 08:50:04 -0400 Message-ID: Subject: Re: Need mentor To: Tomcat Developers List Content-Type: text/plain; charset="UTF-8" archived-at: Mon, 02 Oct 2017 12:50:15 -0000 On Mon, Oct 2, 2017 at 7:06 AM, $uMe$h <1cool.1guy@gmail.com> wrote: > Thank you Mark for guiding. Once I complete first step (getting local > instance running) will ask for further help. There are also further instructions in the README and CONTRIBUTING documents in the source code repositories, easiest viewed on Github (for trunk: https://github.com/apache/tomcat). > On 02-Oct-2017 4:16 PM, "Mark Thomas" wrote: > >> On 02/10/17 11:33, $uMe$h wrote: >> > Hi all, >> > >> > I just joined tomcat dev list. >> >> Welcome. >> >> > Can someone guide me on, how can I start contributing ? >> >> I can get you started. I'm sure everyone here will help point you in the >> right direction if you get stuck. >> >> > It would be helpful if I get any mentor, who can guide me through the >> > process and I can kick start. >> >> First thing to do is to get a copy of the source code. You can use git >> or svn. Details here: >> http://tomcat.apache.org/svn.html >> >> If you opt for git, I recommend working with the GitHub mirrors. >> >> Once you have the source code, follow the instructions in BUILDING.txt >> in the root directory to build a local Tomcat instance from source. >> >> Once you built a local Tomcat instance and confirmed it is working, we >> can point you towards some development tasks to get you started. >> >> Any questions, just ask. I'm sure there are places where we could make >> the documentation clearer. >> >> Mark >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org >> For additional commands, e-mail: dev-help@tomcat.apache.org >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org