Hi
can anyone tell me how setup servlet mapping and specifiy paths to be left
out.
For instance I have:
<servlet-mapping>
<servlet-name>LookupServlet</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
but I want to have the above, but not including index.jsp for example. So
any other request except index.jsp will be sent to my lookupServlet.
Thanks
Lea
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>