Is there a guaranteed way to specify the order that filters get initialized?

Running Tomcat 6.0.14 (on windows right now for testing)
I have also used servlet 2.3 and 2.5 declarations in web.xml
I have 5 filters defined.
- 2 are custom
- 3 are out of the box (SiteMesh, Struts2, Struts2Cleanup)

I need for my 2 custom filters to init first and in a particular order.

I have moved the order of their declaration around in web.xml with frustrating 
results.
Struts2 filter always inits first (no matter what order its specified in 
web.xml) and then my custom filters seem to init in reverse order from what is 
specified in web.xml.

Thanks,
Ken


-----------------------------------------
This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law.  If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED.  Although this transmission and
any attachments are believed to be free of any virus or other
defect that might affect any computer system into which it is
received and opened, it is the responsibility of the recipient to
ensure that it is virus free and no responsibility is accepted by
JPMorgan Chase & Co., its subsidiaries and affiliates, as
applicable, for any loss or damage arising in any way from its use.
 If you received this transmission in error, please immediately
contact the sender and destroy the material in its entirety,
whether in electronic or hard copy format. Thank you.

---------------------------------------------------------------------
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