On 03/12/2024 22:30, Pascal Rigaux wrote:
Oops, I missed something :
When you use or className="org.apache.catalina.session.FileStore" directory="xxx"/>
the behaviour is different if the pathname/directory is absolute or
relative.
If it is relative, it is stored relative to each applications
If the response fits in the output buffer (8kB by default) then because
Tomcat can buffer the whole response it knows how long it is. In that
case Tomcat sets the content-length header.
If the response is larger than the output buffer then Tomcat will use
chunked encoding.
Mark
On 04/12/20
-- Forwarded message -
From: 胡俊丰 <467300...@qq.com>
Date: Wed, Dec 4, 2024 at 1:52 AM
Subject: ask quetion
To: apache
Hello:
I am a plain people, i am interested in the Tomcat
container.
there are a issue: why user's servlet instance output to browser
cl