default behavior of
tomcat. so probably you can set this value, so tomcat will do the job for me
( maybe better then me ??? :) ) , so again - where to do it?
Regards
Lior
On 7/10/07, Bill Barker <[EMAIL PROTECTED]> wrote:
"lior grinfeld" <[EMAIL PROTECTED]> wrote
Hi,
i am trying to find out where and which attribute i can use to do transfer
data as chunk and determined the chunk size of a response.
i saw it is supported, i read it in the "Apache Tomcat Configuration
Reference - The HTTP Connector", but where can i find more details?
thanks
Lior
sion from servlet to servlet? or to change
the http version in run time using configuration files?
--
Regards
Lior Grinfeld
you set the response type to .doc and let Tomcat render
its
JSP compiled to HTML into it. Then the browser received a .doc file with
regular HTML into it, which word is able to read... et voilà !
Regards,
Pierre
2007/7/4, lior grinfeld <[EMAIL PROTECTED]>:
>
> you were right, 10X.
you set the response type to .doc and let Tomcat render
its
JSP compiled to HTML into it. Then the browser received a .doc file with
regular HTML into it, which word is able to read... et voilà !
Regards,
Pierre
2007/7/4, lior grinfeld <[EMAIL PROTECTED]>:
>
> you were right, 10X.
, without success.
any ideas on how to implement it?
10X
Lior
On 7/4/07, David Delbecq <[EMAIL PROTECTED]> wrote:
Could it be you forgot to call filterChain.doFilter(request.response)
after adding your headers?
En l'instant précis du 04/07/07 14:18, lior grinfeld s'exprima
t add
additional header before processing request.
En l'instant précis du 04/07/07 09:52, lior grinfeld s'exprimait en ces
termes:
> Hi,
>
> i am new at using tomcat.
> I want to use tomcat as a server to test our proxy. to do that i need to
> manipulate the response h
t;GET myServer/somefile.txt" the tomcat will know to return
the file and manipulate the response http headers as i want, or to do zip or
to do chunks on the content.
is it possible and how? where can i configure tomcat to refer to the
directory where all my files are stored?
--
Thanks
Lio