Hi, I have a question about servlet-mapping.
I have following code in "C:\tomcat\conf\web.xml."
 ...
 <servlet-mapping>
  <servlet-name>
   RequestHooker
  </servlet-name>
  <url-pattern>
   *.jsp
  </url-pattern>
 </servlet-mapping>
 <servlet-mapping>
  <servlet-name>
   RequestHooker
  </servlet-name>
  <url-pattern>
   *.html
  </url-pattern>
 </servlet-mapping>

I thought that "RequestHokker" is called before *.jsp is executed. But it's
not.
(By the way, "RequestHokker" is called before *.html)
why this is happing? if you can, please let me know.

Thanks

-Kats


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to