> Hello all, > > I am using Java Web Server and I did following > > 1> Deleted servlet mapping for *.jsp > 2> enabled servlet chaining > 3> Created new mime type "java-internal/jsp" for jsp ext'n > 4> added row in > <server_root>/properties/server/javawebserver/webpageservice/mimeservlets. > pr > operties > java-internal/jsp=jspServlet > > 5> Added a servlet that traps every request on a particular location and > authenticate access. > if it's authorised access, set response's ContentType to requested > file's mime type. Then show the requested file, using > ServletOutputStream > , and read requested file and do out. > > Logically, the output generated by Authorisation Servlet should get passed > to jspServlet ( due to servlet chaining thru mime-type ) ... but I am not > getting expected output .. instead I am getting FILE NOT FOUND . > > Any Views? > Umesh. > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
