Hello

I have mapped a servlet to /*, so as to get everything entered into the URL
address bar run through this single servlet.

But... I actually need everything EXCEPT imaging ( a directory ) to be mapped
through the servlet. Is there a way to say "everything except ..."?

Here is the mapping I am using:

  <servlet-mapping>
    <servlet-name>LookupServlet</servlet-name>
    <url-pattern>/*</url-pattern>
  </servlet-mapping>


Thanks

--                      email           [EMAIL PROTECTED]
--                      web             www.pinan.co.uk
--The opinions expressed in this article are personal and do not
--represent the views of Pinan Software.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to