Re: writing to files in war archive from servlets
Posted By:
Lunkwill_Vroomfondel
Posted On:
Friday, July 9, 2004 09:52 AM
you cant write "into" war archives.
why should you want to do so?
the outputstream from a servlet (to its caller, usually a browser) is simply fetched by the servlet-response's-getOutputStream()-method.