Hi,

I'm using Tomcat 6.0.26.  I want to map all of my /play/sports/* files to a
servlet, except the subdirectory, /play/sports/includes/*.  I don't know how
to specify "not" in a mapping, so I only have ...

        <servlet-mapping>
                <servlet-name>SportsSearchServlet</servlet-name>
                <url-pattern>/play/sports/*</url-pattern>
        </servlet-mapping>

What would I need to add to exclude directories matching
"/play/sports/includes/*"?

Thanks, - Dave


-- 
View this message in context: 
http://old.nabble.com/Servlet-mapping-question----way-to-include-everythign-EXCEPT-a-directory--tp29046779p29046779.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to