----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


> Maybe you have to use buffered output in JSSI.  Set it up in the
> initargs for JSSI in the zone.properties:
> 
> servlet.org.apache.servlet.ssi.SSI.initArgs=buffered=yes
> 
> If you don't do this, then JSSI will write the part of your jhtml page
> up to <SERVLET> before calling your servlet, and as you know, the
> servlet getCookie and getSession don't work if you've already written to
> the output.  Buffered will cause JSSI to buffer the output until it has
> generated the whole page.
> 
>         -Nissim

Solved. I should have R-all-TFM.

ref: http://java.apache.org/jservssi/install.html

Thanks,

Andy

--
Andy Brady                          Email : [EMAIL PROTECTED]
Web Services Group                    Tel : +44(0)118 9499252
E.C.M.W.F.                            Fax : +44(0)118 9869450
Shinfield Park, Reading, RG2 9AX      Web : http://www.ecmwf.int


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to