Re: AJP with HTTPD - Buffer Size on long URLs

2009-11-27 Thread Nilesh Bansal
dar...@unisys.com> wrote: > > From: Nilesh Bansal [mailto:nileshban...@gmail.com] > > Subject: Re: AJP with HTTPD - Buffer Size on long URLs > > > > I am using mod_proxy_ajp (and not mod_jk) > > There's the ProxyIOBufferSize parameter; the 2.2 doc says the max value is &g

Re: AJP with HTTPD - Buffer Size on long URLs

2009-11-27 Thread Nilesh Bansal
. thanks, Nilesh On Fri, Nov 27, 2009 at 10:44 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Nilesh Bansal [mailto:nileshban...@gmail.com] > > Subject: AJP with HTTPD - Buffer Size on long URLs > > > > Is there a way the buffer size can be in

AJP with HTTPD - Buffer Size on long URLs

2009-11-27 Thread Nilesh Bansal
Hi, I have recently configured the apache httpd to use AJP for connecting to backend Tomcat servers over AJP (ajp://tomcat.server/8009). When I try to query the frontend httpd server with a long url (over 8000 characters), the request fails. The following is printed in error_log of httpd [Fri No

Re: static method to get servlet context

2008-05-13 Thread Nilesh Bansal
Thanks. ThreadLocal is exactly what I am looking for. -Nilesh On Sun, May 11, 2008 at 9:37 PM, Bill Barker <[EMAIL PROTECTED]> wrote: > > "Nilesh Bansal" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > hi all, > > > >

static method to get servlet context

2008-05-11 Thread Nilesh Bansal
ntext = WebContextFactory.get(); // get() is a static function HttpSession session = webContext.getHttpServletRequest().getSession(); thanks Nilesh -- Nilesh Bansal - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [

Re: Partial context reload

2008-04-30 Thread Nilesh Bansal
thanks. are there other app servers, other than tomcat, which may have similar functionality? thanks Nilesh On Tue, Apr 29, 2008 at 4:41 AM, Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Nilesh Bansal [mailto:[EMAIL PROTECTED] > > > > I have a question regarding con

Partial context reload

2008-04-28 Thread Nilesh Bansal
Hi all, I have a question regarding context reloading in tomcat. Our app consists of two type of Java class files (1) core modules consisting of many singletons which are initialized once by reading large files from filesystem at the start of application (2) helper classes mostly for formatting, e