users@glassfish.java.net

Re: Declaring Custom File Extensions

From: <glassfish_at_javadesktop.org>
Date: Fri, 09 May 2008 20:37:05 PDT

Update: I got an error with that syntax, but figured out that I was just missing a jsp-config tag. Here's the right syntax:

<?xml version="1.0" encoding="UTF-8"?>
<web-app [...schema stuff...]>
    ...
    <jsp-config>
        <jsp-property-group>
            <url-pattern>brg</url-pattern>
        </jsp-property-group>
    </jsp-config>
</web-app>
[Message sent by forum member 'jesdisciple' (jesdisciple)]

http://forums.java.net/jive/thread.jspa?messageID=273618