[opencms-dev] resin & regexps
Andy Kriger
akriger at greaterthanone.com
Tue Sep 21 00:18:05 CEST 2004
I am trying to setup regexps instead of pattern matching in Resin web.xml
with OpenCms
This works...
<servlet-mapping>
<servlet-name>OpenCmsServlet</servlet-name>
<url-pattern>/opencms/*</url-pattern>
</servlet-mapping>
This does not...
<servlet-mapping>
<servlet-name>OpenCmsServlet</servlet-name>
<url-regexp>/opencms/.*</url-regexp>
</servlet-mapping>
Has anyone set up regexps for OpenCms in order to use other servlets with
OpenCms?
thx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20040920/72aee925/attachment.htm>
More information about the opencms-dev
mailing list