You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 17 Members of 4546 |
| Forum: Seam Users |
13. Apr 2008, 21:59 CET | Link |
I know that after Servlet 2.5 spec, you can specify multiple url-patterns for a Servlet Filter.
However, I'm not sure how to set that up for the seam context filter.
Currently I have:
<web:context-filter url-pattern="/video/*" />
in my components.xml to allow a servlet to handle streaming out video files. I want to add a servlet to stream out large image files under the "/image/*" pattern. How do I configure that in the components.xml?
Thanks!
Devon
--
Devon Hillard
Tech Blog