Hi,

if you use Java Servlet specification version 2.3 (at least) you can
use a Filter. make your filter intercept the jsp and in that filter
you can change the buffer. for a more information about Filter take a
look at this:

http://java.sun.com/products/servlet/Filters.html

Catalin


On 5/22/05, tarek.nabil <[EMAIL PROTECTED]> wrote:
> Hi everyone,
> 
> Is there some way that I can set the buffer size for all JSPs to some
> value other than the default 8kb without having to do it in every JSP?
> 
> Thanks
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to