I have a
servlet that creates a xml file and sends it using serveletOutputStream.
How can I display the contents of the file on the
JSP?
Right now I have a single JSP that is not used to display the output to client.
The request comes in as plain text over HTTP and response is sent over HTTP Connection. there is no view for my application.
thanks.
trupti