Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 2725 invoked from network); 22 Jul 2009 11:43:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 11:43:22 -0000 Received: (qmail 82041 invoked by uid 500); 22 Jul 2009 11:44:23 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 81966 invoked by uid 500); 22 Jul 2009 11:44:23 -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 81955 invoked by uid 99); 22 Jul 2009 11:44:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 11:44:23 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mailing.list.mail.id@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 11:44:13 +0000 Received: by wf-out-1314.google.com with SMTP id 28so35282wff.12 for ; Wed, 22 Jul 2009 04:43:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=yaOCGJ7Jx1BxbXyFIrR5e8tgW7JjBfWNRLJO7ZX1hg0=; b=mY2d4Ez+3I2wTGR7tM3E36C4UjXt6vIOf+B/ExplEMjnlT6NBQVNWq8rDHsz9DoCB1 q4xAH8DVS73XVyVK5iXN3/MiwNqNn5Ciz+xeVhqPBqxEBiitpePQp1jm3v065scpDh+X aYkTosurJxiUyOF/MjBODEbxCkB99VmKGGjG4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UD2pgV7bF5LhuzNRSDMESRFq5cI34dRgNE5/xGQmOs98+5DBlKarHRSUFrfJAU96WL 5i9YE0+FTk17Bh8jCXwLMjAnTYt+G7Yk3Q+M7TNXsHzelscmzDPhZsvnLwMyVCmFLRaV Nr3K0+Pm606cve+llYFTl81c3Bla/dlj/Y1bY= MIME-Version: 1.0 Received: by 10.142.135.16 with SMTP id i16mr217254wfd.261.1248263033015; Wed, 22 Jul 2009 04:43:53 -0700 (PDT) Date: Wed, 22 Jul 2009 17:43:52 +0600 Message-ID: <848a55560907220443j253858f3u39a17db4f827aef7@mail.gmail.com> Subject: Editing startup.sh - help From: alee amin To: Tomcat Users List Content-Type: multipart/alternative; boundary=000e0cd32872ab4d73046f49e23c X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd32872ab4d73046f49e23c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I am trying to add the following option for tomcat startup in startup.sh file JAVA_OPTS=$JAVA_OPTS: -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false It's added at line # 36 of startup.sh and then i run the tomcat from terminal by issuing ./startup.sh command. and it gives me error -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false Command not found The same thing i did in startup.bat under windows environment and it worked fine. Is there any other way to edit startup.sh file? or what i am doing wrong? Thanks ..alee http://techboard.wordpress.com --000e0cd32872ab4d73046f49e23c--