From users-return-21434-apmail-tomee-users-archive=tomee.apache.org@tomee.apache.org Thu Sep 3 16:02:07 2015 Return-Path: X-Original-To: apmail-tomee-users-archive@www.apache.org Delivered-To: apmail-tomee-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C8BE18F30 for ; Thu, 3 Sep 2015 16:02:07 +0000 (UTC) Received: (qmail 90647 invoked by uid 500); 3 Sep 2015 16:02:06 -0000 Delivered-To: apmail-tomee-users-archive@tomee.apache.org Received: (qmail 90622 invoked by uid 500); 3 Sep 2015 16:02:06 -0000 Mailing-List: contact users-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@tomee.apache.org Delivered-To: mailing list users@tomee.apache.org Received: (qmail 90607 invoked by uid 99); 3 Sep 2015 16:02:06 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2015 16:02:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3EBE6F141F for ; Thu, 3 Sep 2015 16:02:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.233 X-Spam-Level: ** X-Spam-Status: No, score=2.233 tagged_above=-999 required=6.31 tests=[SPF_FAIL=0.919, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id LxFKLZv7Y0iY for ; Thu, 3 Sep 2015 16:01:56 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 9BEE72110B for ; Thu, 3 Sep 2015 16:01:56 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 450E827D488E for ; Thu, 3 Sep 2015 09:02:25 -0700 (PDT) Date: Thu, 3 Sep 2015 08:56:00 -0700 (PDT) From: tonywestonuk To: users@tomee.apache.org Message-ID: <1441295760937-4676100.post@n4.nabble.com> In-Reply-To: <1441295400643-4676099.post@n4.nabble.com> References: <1441295400643-4676099.post@n4.nabble.com> Subject: Re: WebServlet match on root MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Ok, Yes it does match..... something weird is happening Even though my servlet is redirecting to a JSP request.getRequestDispatcher("/profile.jsp").forward(request, response); I still get the error in the console WARNING: No root resource matching request path /Smashstock/ has been found, Relative Path: /. Please enable FINE/TRACE log level for more details. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/WebServlet-match-on-root-tp4676099p4676100.html Sent from the TomEE Users mailing list archive at Nabble.com.