RE: writing servlet output to disk

2002-07-01 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
Hi !! I reuse the Webapp sample "protected area". Once the identification done, I arrived on the "protected page". But how could I do to go into another page without quiting the "protected zone". I mean : if there is a link on my "protected page" how could I do to stay in a protected state ?

writing servlet output to disk

2002-07-01 Thread Sebastien SACARD
Hi, I used the coccon command line application for a while, and I just migrated to the servlet version with Tomcat. I'd like both to write the result of a pipeline to disk AND to the standart output (in the servlet case, the Response object). I don't need to do both in the same time. for exam