It think you might have two choices. Have you tried to wrap the HessianServlet-instance to another servlet, override the service()-method and proxy the request to HessianServlet- instance?
You could also try to use Filter for proxying if that does not work. -Marko On 19 elo, 18:09, Sondre Bjornebekk <[email protected]> wrote: > > little problem: I want to map a GenericServlet (one that extends > > com.caucho.hessian.server.HessianServlet, so I cannot simply opt for > > changing it) rather than a HttpServlet. > > No takers? Guess I will bite the dust and add a web.xml-configured > servlet for this for now, then... > > -S- -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
