Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 51199 invoked from network); 6 Aug 2009 13:07:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Aug 2009 13:07:50 -0000 Received: (qmail 85942 invoked by uid 500); 6 Aug 2009 13:06:25 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 85513 invoked by uid 500); 6 Aug 2009 13:06:24 -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 84423 invoked by uid 99); 6 Aug 2009 13:02:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 13:02:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of serge.fonville@gmail.com designates 209.85.210.179 as permitted sender) Received: from [209.85.210.179] (HELO mail-yx0-f179.google.com) (209.85.210.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 13:02:36 +0000 Received: by yxe9 with SMTP id 9so945020yxe.30 for ; Thu, 06 Aug 2009 06:02:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=4ZdocM52xQ33gE51hdoLfDSymxBhS5bsBoAiT7X5aM0=; b=Tly3d93qhby5A1+X2ZCGvP+ENu3r2os00w5Uw8LR2Xi1pPC4vclZkHOqDi8JRd6QxP fgC+CJEf6QigYx+7mb96MvvaaIfrZYP6iugXgQWiNBmjjA5ztnKdNI1+kY9sP0APM3Tj shiONWikFmPOy3TiP+IkXfwYim5naInky3/ps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ZlR/+2amFj6YhlegvnRFFiyZXjW5AccWBEyCMlFe5xJb/YaGH2lOYshWK9WpObslG/ BWosP+UuUv3RYvQQ3GZDAagDm8w8Lx7usvnWmxqexGSfhDb8ynpzHNNU2uJ25svlaFqG NV9CBDt4OfNsC1XGEwaOMr6tTd4X9KUEXzAHw= MIME-Version: 1.0 Received: by 10.90.93.17 with SMTP id q17mr573195agb.14.1249563735178; Thu, 06 Aug 2009 06:02:15 -0700 (PDT) In-Reply-To: <960996F6EFBCB843BFD62DAA96BD1DD80479764BA5@esmail10> References: <960996F6EFBCB843BFD62DAA96BD1DD80479764BA5@esmail10> Date: Thu, 6 Aug 2009 15:02:15 +0200 Message-ID: <680cbe0e0908060602k11f864efm43d5741ae1b40691@mail.gmail.com> Subject: Re: Beginner From: Serge Fonville To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, Have you read http://tomcat.apache.org/tomcat-6.0-doc/index.html? The / urlpath correspoinds with $webappsdir/ROOT For every webapp a directory under $webappsdir is used HTH Regards, Serge Fonville On Thu, Aug 6, 2009 at 2:24 PM, Mohamed Shah wr= ote: > Hi, > > I am new to apache tomcat. > =A0May I know which is the root directory for source files like html,jsp.= I guess it is webapps. > How to call the files using browser. http://localhost:8080/mywork/name.js= p =A0Is this right way to use? > Then How to check if the service runs? =A0I don't have admin rights but I= called in startup.bat using command prompt and set the catalina_home varia= ble to apache directory. > > Kindly Guide me. > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org