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, 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