if i use the url-pattern such as in the following ...
<servlet-mapping url-pattern="/food/" servlet-name="Categories"/>
<servlet-mapping url-pattern="/travel/" servlet-name="Categories"/>
<servlet-mapping url-pattern="/wine/" servlet-name="Categories"/>
things work fine ... the servlet is called and the page is delivered ...
if i try using the regexp as it in the following ... the servlet is
not called ...
<servlet-mapping url-regexp="/(food | travel | wine)/" servlet-
name="Categories"/>
On Feb 14, 2008, at 6:05 PM, Scott Ferguson wrote:
On Feb 14, 2008, at 2:56 PM, Arthur Naylor wrote:
i cannot get the url-regexp in the servlet-mapping tag to work ...
in the web.xml ... with 3.1.3
anybody have similar issues or suggestions
Can you post an example which is failing?
-- Scott
thanks !!
arthur
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest