Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 14407 invoked from network); 5 May 2010 05:01:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 05:01:09 -0000 Received: (qmail 27196 invoked by uid 500); 5 May 2010 05:01:08 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 27037 invoked by uid 500); 5 May 2010 05:01:07 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 27029 invoked by uid 99); 5 May 2010 05:01:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 05:01:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 05:01:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4550gWu021344 for ; Wed, 5 May 2010 05:00:42 GMT Message-ID: <27655187.11871273035642601.JavaMail.jira@thor> Date: Wed, 5 May 2010 01:00:42 -0400 (EDT) From: "Forrest Xia (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-5237) JavaEE6 sample - Servlet 3.0 - JAR resources support In-Reply-To: <1717435518.36011270616013562.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forrest Xia updated GERONIMO-5237: ---------------------------------- Attachment: GERONIMO-5237.patch This sample just use the default sample template to demo META-INF/resources feature in servlet 3.0. When launching this sample, an 404 error will be there, don't worry, just add index.html to the url, then you will get it executed. > JavaEE6 sample - Servlet 3.0 - JAR resources support > ---------------------------------------------------- > > Key: GERONIMO-5237 > URL: https://issues.apache.org/jira/browse/GERONIMO-5237 > Project: Geronimo > Issue Type: Sub-task > Security Level: public(Regular issues) > Components: sample apps > Affects Versions: 3.0 > Reporter: Forrest Xia > Assignee: Forrest Xia > Attachments: GERONIMO-5237.patch > > > A sample to demo servlet 3.0 section 4.6, that is loading resources from META-INF/resources inside jars in WEB-INF/lib. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.