Return-Path: X-Original-To: apmail-ofbiz-user-archive@www.apache.org Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63F5641B5 for ; Thu, 19 May 2011 03:37:02 +0000 (UTC) Received: (qmail 42067 invoked by uid 500); 19 May 2011 03:37:02 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 41307 invoked by uid 500); 19 May 2011 03:36:58 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 41284 invoked by uid 99); 19 May 2011 03:36:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2011 03:36:55 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,MSGID_MULTIPLE_AT,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [196.33.227.26] (HELO fibonacci.aserv.co.za) (196.33.227.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2011 03:36:46 +0000 Received: from [41.15.119.30] (port=49629 helo=GavinPC) by fibonacci.aserv.co.za with esmtpa (Exim 4.69) (envelope-from ) id 1QMu29-0003Qg-47 for user@ofbiz.apache.org; Thu, 19 May 2011 05:36:22 +0200 From: "Gavin Mabie" To: Subject: Finding resources Date: Thu, 19 May 2011 05:36:12 +0200 Message-ID: <000601cc15d5$e96269a0$bc273ce0$@mabie@urbannex.co.za> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01CC15E6.ACEB39A0" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcwV1eZ4L6JJ9/YHSFiJ7H6UD1ZlBA== Content-Language: en-za X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - fibonacci.aserv.co.za X-AntiAbuse: Original Domain - ofbiz.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - urbannex.co.za ------=_NextPart_000_0007_01CC15E6.ACEB39A0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi I have changed my app to mount-point "/" instead of "/app-name/". It is causing havoc with finding resources such as javascripts, stylesheets and images. Normal location for these resources is "webapp/app-name/images". I can solve this by moving scripts and images to the framework/images/webapp/images folder and change the links to /images/xxx, but would not like to fiddle with this folder. Is there a alternative solution? Thanks Gavin ------=_NextPart_000_0007_01CC15E6.ACEB39A0--