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