U have to initailize the servlet with super.init(config) in init(0 metod
----- Original Message -----
From: Joe Komar <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 31, 1999 8:26 PM
Subject: RequestDispatcher
> I'm running JWS 1.1.3 on NT 4.0 and having difficulty using the
> RequestDispatcher class. Here's the relevant code:
>
> String url = "http://komar.cs.stthomas.edu";
> ServletContext context = getServletContext();
> RequestDispatcher rd = context.getRequestDispatcher(url);
>
> rd.forward(req, res);
> return;
>
> It compiles fine. When I run using Netscape it says that the "document
contained
> no data". IE just gives me some message about not finding the page.
>
> Do I need to put some .jar file somewhere in the server classpath or is
there
> something else needed??
>
> Thanks.
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html