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

Amber,

Amber wrote:
| <url-pattern>/*.invoker</url-pattern>

As pid points out, you should use "*.whatever", not "/*.whatever". The
servlet specification says that the pattern you used is not valid:

"
SRV.11.2 Specification of Mappings

In the Web application deployment descriptor, the following syntax is
used to define mappings:

• A string beginning with a ‘/’ character and ending with a ‘/*’ suffix
~  is used for path mapping.
• A string beginning with a ‘*.’ prefix is used as an extension mapping.
• A string containing only the ’/’ character indicates the "default"
~  servlet of the application. In this case the servlet path is the
~  request URI minus the context path and the path info is null.
• All other strings are used for exact matches only.
"

Thus, the only path that would match your <url-pattern> would actually
be the exact string "/*.invoker", which I'm guessing is not what you want.

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

iEYEARECAAYFAkhYMmgACgkQ9CaO5/Lv0PD3pQCdFNmukuhfQLtnkykzVOqsTl5G
4ekAn1kujpFHkrY1kFVf7sKwF405WUW5
=5mpR
-----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