RE: Tomcat and HTTP Extensions

2004-01-20 Thread Shapira, Yoav
>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

Tomcat and HTTP Extensions

2004-01-20 Thread Giuseppe Naccarato
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