Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 89432 invoked from network); 1 Sep 2007 22:25:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Sep 2007 22:25:07 -0000 Received: (qmail 99560 invoked by uid 500); 1 Sep 2007 22:24:49 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 99543 invoked by uid 500); 1 Sep 2007 22:24:49 -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 99532 invoked by uid 99); 1 Sep 2007 22:24:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2007 15:24:49 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of boughtonp@gmail.com designates 209.85.132.243 as permitted sender) Received: from [209.85.132.243] (HELO an-out-0708.google.com) (209.85.132.243) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2007 22:24:43 +0000 Received: by an-out-0708.google.com with SMTP id b2so275974ana for ; Sat, 01 Sep 2007 15:24:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=MCA1+JRCpHGt+D3a72qBv0E7wrjPrNyUqQ0XotpFOg7LxFKjiuWQWfX8W/uewPGvozHlXRv6lxOOJ9EwZ1H+73ikyDACPNWPsKDVHsaVvM8QhlGOmYbEoecvcM5IFTIiIQ+x7UiDWpYSDxwfGTgS8S7kKJy24QmpnbFmgKxBLQw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=o5J3UPqbGnsJ/nqulPpxV7IOECHHn6htmBrkRLjS9HCDl8372TeFjMQRhYw1wBxmN+9kQDxOPV1h7rVgbsOOgEhewVxsppO/K7YJWa8rukA1wIXEkkvC+VRIlwACEeewYONkH823OT0O6yiQ5fyS5G8LwljqoUwfBciHG3ggfTo= Received: by 10.100.166.14 with SMTP id o14mr2707405ane.1188685462518; Sat, 01 Sep 2007 15:24:22 -0700 (PDT) Received: by 10.100.152.10 with HTTP; Sat, 1 Sep 2007 15:24:22 -0700 (PDT) Message-ID: <5d97c170709011524v4edca816y78e128bb5de2afb2@mail.gmail.com> Date: Sat, 1 Sep 2007 23:24:22 +0100 From: "Peter Boughton" To: "Tomcat Users List" Subject: HTTP method GET is not supported by this URL MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2439_6941728.1188685462438" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2439_6941728.1188685462438 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Ok, so I re-wrote my config files and I'm not getting 404s any more - I'm getting 405 :( Trying to load index.jsp (or any jsp file, even if it doesn't exist) results in the following: HTTP Status 405 - HTTP method GET is not supported by this URL Google is just producing lots of references to servlets not having doGet or doPost methods - but this is the main JspServlet so that shouldn't be the case, right? Anyone got any suggestions on how to fix it? On 9/1/07, Peter Boughton wrote: > > Only error/warning I can see in catalina.out is this: > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location - find_vma failed > > Dunno what that means, but a quick google suggests it can be ignored. > > On 9/1/07, Hassan Schroeder wrote: > > > > On 9/1/07, Peter Boughton wrote: > > > I mean full system path. (eg: > > /usr/local/jakarta/tomcat/webapps/index.jsp or > > > /home/user/domain/public_html/index.jsp or whatever) > > > As far as I can tell, the appBase and docBase are correctly pointing > > to the > > > webroot dir, but cPanel/WHM auto-configured server.xml/etc so it could > > be > > > doing anything. > > > > If the appBase and docBase are set properly, you know where your > > files are :-) but anything done by some third-party control panel -- > > I'd be suspicious, anyway. > > > > Did you look in your catalina.out for startup errors or warnings? > > > > -- > > Hassan Schroeder ------------------------ hassan.schroeder@gmail.com > > > > --------------------------------------------------------------------- > > To start a new topic, e-mail: users@tomcat.apache.org > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > > For additional commands, e-mail: users-help@tomcat.apache.org > > > > > > > -- > \ \ > Peter Boughton > blog.bpsite.net > / / > -- \ \ Peter Boughton blog.bpsite.net / / ------=_Part_2439_6941728.1188685462438--