Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 6726 invoked from network); 6 Aug 2010 06:41:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Aug 2010 06:41:37 -0000 Received: (qmail 90725 invoked by uid 500); 6 Aug 2010 06:41:33 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 90258 invoked by uid 500); 6 Aug 2010 06:41:29 -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 90249 invoked by uid 99); 6 Aug 2010 06:41:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 06:41:28 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.190] (HELO smtp6.freeserve.com) (193.252.22.190) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 06:41:21 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3601.me.freeserve.com (SMTP Server) with ESMTP id 7F8CA7000086 for ; Fri, 6 Aug 2010 08:41:00 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3601.me.freeserve.com (SMTP Server) with ESMTP id 727767000088 for ; Fri, 6 Aug 2010 08:41:00 +0200 (CEST) Received: from mail.homeinbox.net (unknown [91.109.187.183]) by mwinf3601.me.freeserve.com (SMTP Server) with ESMTP id 4E78C7000086 for ; Fri, 6 Aug 2010 08:41:00 +0200 (CEST) X-ME-UUID: 20100806064100321.4E78C7000086@mwinf3601.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mail.homeinbox.net (Postfix) with ESMTP id C714A33074 for ; Fri, 6 Aug 2010 07:41:04 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from mail.homeinbox.net ([127.0.0.1]) by localhost (mail.homeinbox.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bI20fRoHk8f2 for ; Fri, 6 Aug 2010 07:41:01 +0100 (BST) Received: from s2laptop.local (s2laptop.dev.local [192.168.0.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.homeinbox.net (Postfix) with ESMTPSA id 7EFE733073 for ; Fri, 6 Aug 2010 07:41:01 +0100 (BST) Message-ID: <4C5BAE78.1030807@apache.org> Date: Fri, 06 Aug 2010 07:40:56 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: can't fire tomcat with the security option References: <000b01cb34eb$0c851bc0$258f5340$@com> <99C8B2929B39C24493377AC7A121E21F9901112839@USEA-EXCH8.na.uis.unisys.com> <000001cb34ee$524f2350$f6ed69f0$@com> In-Reply-To: <000001cb34ee$524f2350$f6ed69f0$@com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 05/08/2010 23:34, Rashid Jilani wrote: > My bad, here is the info > > Tomcat : 6.0.29 > OS = windows XP > JDK = 1.6.0_05 > > I just downloaded the core zip file from > http://apache.cs.utah.edu/tomcat/tomcat-6/v6.0.29/bin/apache-tomcat-6.0.29.z > ip, and unzip on my machine. > > The way I fire it is some thing like that > > @echo off > setlocal > set JAVA_OPTS=-Djava.security.auth.login.config="C:\Documents and > Settings\XXX\workspace\WebSecurity\WebContent\WEB-INF\test.config" > call catalina.bat run -security > endlocal > > Regards, > RJ And the full stacktrace of the error? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org