users@glassfish.java.net

Re: Issue with Servlet 3.0 resource handling

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Mon, 05 Nov 2012 15:48:45 -0800

Hi Noah,

I have the following locally:
1. my.war with the content: WEB-INF/lib/my.jar, without web.xml
2. in my.jar, we have
         META-INF/resources/foo/index.html
         META-INF/resources/index.html

I can access the following with the correct contents:
     http://localhost:8080/my/index.html
     http://localhost:8080/my/foo/index.html

Shing Wai Chan