You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Doug Ferguson <df...@coremetrics.com> on 2001/02/02 01:27:17 UTC

forward throws null pointer exception

Why would this throw a remote exception?

     ServletContext sc = getServletContext();
     RequestDispatcher rd =
sc.getRequestDispatcher("http://www.yahoo.com");
     rd.forward(request, response);