I am getting error "Included servlet error: 404: no detailed message" displayed in my 
browser when using the following code:

.
.
RequestDispatcher rd = 
getServletContext().getRequestDispatcher("/testNavPageBuilder.jsp");
rd.include(request, response);
.
.

I am using the server provided in JSDK 2.1, JDK 1.1.7a or JDK 1.2.2 (doesn't make a 
difference) and Windows 98

I can include another servlet like HelloWorld by passing "/servlet/HelloWorld" and it 
works just fine.  But when I try to use a JSP filename I always get the 404 error 
shown above.

Does the server provided in JSDK2.1 support using .jsp files?  I have tried several 
variations of the path to the actual JSP file without any luck.  Do I need to do 
something with a properties file?

Any help would be greatly appreciated.  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

Reply via email to