glassfish « Resource « JSP-Servlet Q&A





4. Glassfish requested resource () is not available servlet issue    java.net

The Web server must append each welcome file in the order specified in the deployment descriptor to the partial request and check whether a static resource in the WAR is mapped to that request URI. *If no match is found, the Web server MUST again append each welcome file in the order specified in the deployment descriptor to the partial request ...

5. Servlets 3.0: Default servlet hides static resources    java.net

On 01/27/10 01:25 AM, glassfish@javadesktop.org wrote: > Hi, > > I've encountered a problem when mapping a servlet to "/" (making it the default servlet, as per the spec): > > The servlet works just as expected, but if I try to request a static resource, e.g. a gif image or an html file, the path resolves to the default servlet. ...