Hi,
I am using NES 3.5.1 and JRUN 2.3.3 . I have my servlet in the
c:/jrun/servlets directory which I am accessing through my NES server. The
servlet uses the RequestDispatcher object to send a static html file to the
user e.g.
ServletContext servletContext = getServletContext();
RequestDispatcher requestDispatcher =
servletContext.getRequestDispatcher("/test1.html");
requestDispatcher.forward(req,res);
This generates an error in the stdout.log file in jrun saying "No Mappings
found for '/test1.html'" . When tested using
JSDK2.1 the code works perfectly. I have placed the file 'test1.html' in
the servlets directory, the docroot of Jrun as well as NES but nothing
works. Can anyone help me on this....
Thanks and Regards,
Raj
___________________________________________________________________________
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