webtier@glassfish.java.net

Re: Configuring default 404 page for Glassfish v3

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Tue, 06 Sep 2011 09:49:06 -0700

The <location> in web.xml is not an absolute path of file system.
 From schema, we have the following:
             The location element contains the location of the
             resource in the web application relative to the root of
             the web application. The value of the location must have
             a leading `/'.

Shing Wai Chan