You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Kevan Miller <ke...@gmail.com> on 2006/02/02 15:01:07 UTC

web app url-pattern

Jira 1448 describes a problem with the JMX debug tool on Tomcat. I'm  
fixing the problem by updating the url-pattern in web.xml for the app:

     <servlet-mapping>
         <servlet-name>Debug</servlet-name>
         <url-pattern>/</url-pattern>  <!-- this used to be '/*' -->
     </servlet-mapping>

  Either pattern works fine for Jetty. Any spec smithers want to  
offer an opinion on the validity/invalidity of '/*'?

--kevan