You might have an easier time using a Filter. But this might not offer the
same amount of granularity. (Using a HttpServletRequestWrapper() might help too)
-Tim
Leon Rosenberg wrote:
Hi,
sorry if my research hasn't been very deep, but does someone know how
to patch the servlet instantiation in tomcat the easiest way?
The background is, that I'd like to insert an own class (via
java.lang.reflect.Proxy) between the connector and the actual servlet
instance to perform some additional operations on each call to servlet
(like logging, monitoring, etc).
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]