Re: HttpServlet

 The servletWrapper call the service() method of Servlet. This method 
 will dispatch the request to the doGet() or doPost() methods of 
 HttpServlet.

 Benoit.

Apu Kapadia writes:

> Hi, I've written a servlet that is derived from the HttpServlet class.
> Even though the ServletWrapper is able to contain this class, I don't
> think it can call the doGet() and doPost() methods.
> 
> Does anybody know what I can do? I definitely don't want to write an
> HttpServletWrappe unless it's as a last resort.
> 
> Thanks,
> Apu.
> apu@seanet.jpl.nasa.gov
> 
> 


- Benoît Mahé -------------------------------------------------------
                      World Wide Web Consortium (W3C)
                    Architecture domain - Jigsaw Team           

  http://www.w3.org/People/Mahe - bmahe@w3.org - +33.4.92.38.79.89 
---------------------------------------------------------------------

Received on Friday, 3 July 1998 05:10:22 UTC