-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jed,

Jed wrote:
| As a test, I've put "helloworld.xml" and its associated xsl file in
| docroot and set-up a matcher so that and request for /*.jhtml
| effectively loads and transforms that file. This works fine. However,
| if I then make a subdirectory of docroot and place the same xml/xsl
| there and set-up a matcher for that, absolutely nothing happens.
| Instead I just get a Tomcat 404 page.

Note that '*' does not match '/' for Cocoon's matchers. If you want to
match "anything including '/'", you need to use:

<map:match pattern="/**/*.jhtml">

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkf+NQYACgkQ9CaO5/Lv0PBgOACdG44swF6n62EBFxV26lWgJ1EV
kpQAnjszvWbnarNade7w/5/NFyYGPyDZ
=Lj7y
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to