hi Thilak
there is a difference in the way the
Servlet Engine handles the Generic servlet and the Http Servlet.
The Generic Servlet needs the service method to be overidden while the httpServlet needs the doGet or the doPost method to be overidden .The Calls to these are however routed through the Service method .
I cant understand why you need to do the thing you mentioned as you can see there is not much gained by trying to replicate the generic functionality in the httpServlet.
Thats why the HttpServlet was made
regards
pranav