From users-return-141145-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Thu Feb 23 18:41:51 2006 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 11438 invoked from network); 23 Feb 2006 18:41:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Feb 2006 18:41:51 -0000 Received: (qmail 77217 invoked by uid 500); 23 Feb 2006 18:41:37 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 77202 invoked by uid 500); 23 Feb 2006 18:41:36 -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 77191 invoked by uid 99); 23 Feb 2006 18:41:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2006 10:41:36 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jackjc@bellsouth.net designates 205.152.59.64 as permitted sender) Received: from [205.152.59.64] (HELO imf16aec.mail.bellsouth.net) (205.152.59.64) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2006 10:41:36 -0800 Received: from ibm56aec.bellsouth.net ([66.156.70.152]) by imf16aec.mail.bellsouth.net with ESMTP id <20060223184114.MISE2455.imf16aec.mail.bellsouth.net@ibm56aec.bellsouth.net> for ; Thu, 23 Feb 2006 13:41:14 -0500 Received: from [192.168.2.13] (really [66.156.70.152]) by ibm56aec.bellsouth.net with ESMTP id <20060223184113.OYUB24208.ibm56aec.bellsouth.net@[192.168.2.13]> for ; Thu, 23 Feb 2006 13:41:13 -0500 Message-ID: <43FE01C9.90302@bellsouth.net> Date: Thu, 23 Feb 2006 13:41:13 -0500 From: "Jack J. Coleman" User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: mod_jk PUT request-method returns 405 Error References: <43FDF38E.8090409@bellsouth.net> <43FDFA55.1060806@jboss.com> In-Reply-To: <43FDFA55.1060806@jboss.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks for the response Mladen. My config file has the following: JKMount /accounts/account/* wrkr Where "/accounts/account/*" is setup as a sevlet mapping to a JSP in WEB-INF/jsp If the documentRoot in Apache doesn't allow the PUT method, what about other paths? I know you can set up a PUT request in Apache with a cgi script, but I was hoping that mod_jk could handle this without cgi. Mladen Turk wrote: > Jack J. Coleman wrote: > >> Any help would be appreciated. >> > > It's hard to tell without your config files > but I bet you've done something like: > > JkMount /* worker > > Since by default the DocumentRoot in Apache does > not allow PUT methods, you are receiving 405. > > Regards, > Mladen. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org