>Sent: Tuesday, January 20, 2004 11:32 AM
>To: [EMAIL PROTECTED]
>Subject: Tomcat and HTTP Extensions
>
>Hello,
>
>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
Hello,
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
fr