|
Hi All,
I used to use ServletContext.getServlet(String) to get the
Built-in servlets for Java WEb Server 1.1.3 and below.
I am porting my classes to JWS2.0 and getServlet() has been
deprecarted and it always return null.
How do I get the Built-in servlets now?
Or at least I should be able to get a RedirectDispatcher to
redirect request to these builtin servlets |
