The method doGet of the HttpServlet class is invoked by tomcat when a HTTP GET arrives from a client. I wonder if it is possible to configure Tomcat in a way that if I implement some HTTP extension (let's say HTTP SOMETHING) it invokes the method doSomething of a custom-class derived from HttpServlet.
Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]