Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 58216 invoked from network); 5 Feb 2009 22:01:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 22:01:04 -0000 Received: (qmail 49449 invoked by uid 500); 5 Feb 2009 22:00:55 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 49418 invoked by uid 500); 5 Feb 2009 22:00:55 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 49405 invoked by uid 99); 5 Feb 2009 22:00:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 14:00:55 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.61.72.148] (HELO vps.i-hicks.org) (69.61.72.148) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 22:00:47 +0000 Received: by vps.i-hicks.org (Postfix, from userid 508) id 071D43C14B; Thu, 5 Feb 2009 17:00:23 -0500 (EST) Received: from dhicks.enttek.com (unknown [72.242.104.2]) by vps.i-hicks.org (Postfix) with ESMTP id 96A5DDC436 for ; Thu, 5 Feb 2009 17:00:23 -0500 (EST) Message-ID: <498B6173.8070602@i-hicks.org> Date: Thu, 05 Feb 2009 17:00:19 -0500 From: "David C. Hicks" User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Struts Users Mailing List Subject: Re: How to set base context path? References: <498B34D3.8030005@i-hicks.org> <4fe4c4f50902051328t3c75ce5cge619238c67165e4b@mail.gmail.com> In-Reply-To: <4fe4c4f50902051328t3c75ce5cge619238c67165e4b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.6 (2005-12-07) on vps.i-hicks.org X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=0.1 required=5.0 tests=AWL autolearn=ham version=3.0.6 I think we've got the problem solved now. One of the developers found that in one case the path was actually hard-coded in a JSP. Ugh! We also had not provided a namespace for our struts package, and so apparently it was defaulting to the package name. Just little details that get left until the last minute. ChadDavis wrote: >> 2) Is it possible to not have to have the base path defined in Struts at >> all? It seems to me that this would be the ideal solution. >> > > > If you deploy the app as the root app in the servlet container, then > your struts namespaces are essentially doing this. I think the net > effect is what you are looking for. But maybe I misunderstand > something. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org