Re: how to set chunk size?

2007-07-10 Thread lior grinfeld
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

how to set chunk size?

2007-07-09 Thread lior grinfeld
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

manipulating http header connection type

2007-07-05 Thread lior grinfeld
sion from servlet to servlet? or to change the http version in run time using configuration files? -- Regards Lior Grinfeld

Re: how to manipulate static content

2007-07-04 Thread 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.

Re: how to manipulate static content

2007-07-04 Thread 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.

Re: how to manipulate static content

2007-07-04 Thread lior grinfeld
, 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

Re: how to manipulate static content

2007-07-04 Thread lior grinfeld
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

how to manipulate static content

2007-07-04 Thread lior grinfeld
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