From users-return-191456-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Tue Feb 10 13:04:44 2009 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 29954 invoked from network); 10 Feb 2009 13:04:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2009 13:04:43 -0000 Received: (qmail 43071 invoked by uid 500); 10 Feb 2009 13:04:30 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 42797 invoked by uid 500); 10 Feb 2009 13:04: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 42786 invoked by uid 99); 10 Feb 2009 13:04:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 05:04:28 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.86.89.64] (HELO elasmtp-curtail.atl.sa.earthlink.net) (209.86.89.64) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 13:04:20 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=jA+PlNEQT3e1SjDRTjVyMjrmk9bRRWyt08YL+7cy4JyIsOYMlzSp6roPYhOL5hHJ; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [209.86.224.31] (helo=elwamui-chisos.atl.sa.earthlink.net) by elasmtp-curtail.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1LWsHP-00074W-L3 for users@tomcat.apache.org; Tue, 10 Feb 2009 08:03:59 -0500 Received: from 24.242.196.235 by webmail.earthlink.net with HTTP; Tue, 10 Feb 2009 08:03:59 -0500 Message-ID: <21403107.1234271039646.JavaMail.root@elwamui-chisos.atl.sa.earthlink.net> Date: Tue, 10 Feb 2009 07:03:59 -0600 (GMT-06:00) From: Srinivas Jonnalagadda Reply-To: Srinivas Jonnalagadda To: Tomcat Users Subject: tomcat admin console problem Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: EarthLink Zoo Mail 1.0 X-ELNK-Trace: 49c68b5707a2c75323ea1420efc351d674bf435c0eb9d4784157988dcaf9ac3eca1c4f5986e8665b1e188a1a3dca0eba350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 209.86.224.31 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am getting the "Access to the specified resource () has been forbidden" when i try to access as http://192.168.0.10:8080/admin/. the admin app is deployed on a solaris machine with tomcat 5.5.9 communicationg with Apache HTTP Server and using mod_jk connector. I copied admin.xml to /apps/opt/tomcat/jakarta-tomcat-5.5.9/conf/Catalina/localhost. Undommented the tag and added allow 192.168.0.10 after 127.0.0.1. Copied the admin directory to /apps/opt/tomcat/jakarta-tomcat-5.5.9/server/webapps. Also i have the admin role with permission in the tomcat-users.xml fil. The http://192.168.0.10:8080/manager/html/ works perfectly though. Also though i am not using mod_jk and apache http server on a Windows machine the Tomcat Administartion web application works perfectly. I changed the permissions to admin directory and also sub directories on the solaris machine with chmod 777. Still i get the access forbidden error. Any help as how to solve this is appreciated. Thanks in advance, Srinivas Jonnalagadda --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org