Re: Uploading large files and session timeout

2011-07-11 Thread Sai Pullabhotla
eatly appreciated. Thanks. Sai Pullabhotla On Mon, Jul 11, 2011 at 3:16 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > André, > > On 7/11/2011 3:59 PM, André Warnier wrote: >> It seems like there are two quite different issues/discuss

Re: Uploading large files and session timeout

2011-07-11 Thread Sai Pullabhotla
Any ideas on how to make this work? Thanks. Sai Pullabhotla On Mon, Jul 11, 2011 at 8:29 AM, Sai Pullabhotla wrote: > Thanks, Chris! > > I took the threaddump and found that Tomcat's http service thread is > still blocked on the read from the client after we called the forw

Re: Uploading large files and session timeout

2011-07-11 Thread Sai Pullabhotla
ming feature, so we/commons-upload do not create any temp files. I wonder if some one else out there can try this scenario and see if they can reproduce this. If you would like to see the full thread dumps, please let me know (they are not huge, only a few threads) if I can post it to the forum

Re: Uploading large files and session timeout

2011-07-09 Thread Sai Pullabhotla
I doubt it because, I did not notice any temp files being created where the request might have been cached. The memory usage was pretty low during the whole process so the request is definitely not cached in memory. Thanks. Sai Pullabhotla On Fri, Jul 8, 2011 at 4:09 PM, Caldarale, Charles R wrot

Re: Uploading large files and session timeout

2011-07-08 Thread Sai Pullabhotla
he timeout setting and the session destroyed messages are logged from the session listener. And finally, what is the use of "disableUploadTimeout" on tomcat's connector? Is it for session timeout or the actual socket timeouts? Thanks in advance for any other input/ideas you may have t

Re: Uploading large files and session timeout

2011-07-08 Thread Sai Pullabhotla
here is no public API to update the last access time. Perhaps can be done if we find the Tomcat's internal session object, but prefer not to do it. Am I correct or am I missing something? Sai Pullabhotla On Fri, Jul 8, 2011 at 9:31 AM, André Warnier wrote: > Sai Pullabhotla wrote

Uploading large files and session timeout

2011-07-08 Thread Sai Pullabhotla
advance for your help. Sai Pullabhotla - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Overriding error page displayed when a context fails to initialize

2011-05-26 Thread Sai Pullabhotla
is to extend the org.apache.catalina.valves.ErrorReportValve and override the report(...) method to send your own HTML. Sai Pullabhotla On Wed, May 25, 2011 at 5:48 PM, Sai Pullabhotla wrote: > I made the context fail by not having the database available. > Basically, in the context

Re: Overriding error page displayed when a context fails to initialize

2011-05-25 Thread Sai Pullabhotla
if I could make use of it. Thanks. Sai Pullabhotla On Wed, May 25, 2011 at 9:04 AM, Pid wrote: > On 25/05/2011 13:36, Sai Pullabhotla wrote: >> Thanks for the replies and suggestions. >> >> I don't think Tomcat falls back to the ROOT context if another context >

Re: Overriding error page displayed when a context fails to initialize

2011-05-25 Thread Sai Pullabhotla
ror pages is for security - do NOT display any information about the product that may help a hacker to run sophisticated attacks. I guess, it may not be a bad idea for a product (container) to provide an option to override error pages. Sai Pullabhotla On Tue, May 24, 2011 at 1:15 PM, And

Re: Overriding error page displayed when a context fails to initialize

2011-05-24 Thread Sai Pullabhotla
context really failed to initialize. Sai Pullabhotla On Tue, May 24, 2011 at 8:10 AM, chris derham wrote: > On Tue, May 24, 2011 at 9:59 AM, Sai Pullabhotla < > sai.pullabho...@jmethods.com> wrote: > >> I've a web application with two contexts "ROOT" and &qu

Overriding error page displayed when a context fails to initialize

2011-05-24 Thread Sai Pullabhotla
e), and if some one tries to access a page from context1, Tomcat falls back to the default error pages. Is there a way to override the default error pages in this case? Thanks in advance for your help. Sai Pullabhotla - To u

Re: Issues with Tomcat 6.0.26

2010-03-12 Thread Sai Pullabhotla
You are the man, Konstantin! The issue is with the web app specification in web.xml is set to 2.4. After I changed it to 2.5, I see most pages rendering correctly. I will do some more testing and let you know how it goes. Thanks again for pointing this. Regards, Sai Pullabhotla On Fri, Mar

Re: Issues with Tomcat 6.0.26

2010-03-12 Thread Sai Pullabhotla
I forgot to mention the version numbers in my previous mail. Here they are: Richfaces 3.3.1 MyFaces 1.2.4 Tomahawk 1.1.6 Regards, Sai Pullabhotla On Fri, Mar 12, 2010 at 1:16 PM, Sai Pullabhotla wrote: > Thanks for the reply, Konstantin. > > If I understood your question correctly

Re: Issues with Tomcat 6.0.26

2010-03-12 Thread Sai Pullabhotla
With 6.0.26, these new issues popped up. Any insight is greatly appreciated. Thanks & Regards, Sai Pullabhotla On Fri, Mar 12, 2010 at 10:42 AM, Konstantin Kolinko wrote: > 2010/3/12 Sai Pullabhotla : >> >> > styleClass="#{node.selected ? 'SelectedCategory

Issues with Tomcat 6.0.26

2010-03-12 Thread Sai Pullabhotla
Any feedback is greatly appreciated. Regards, Sai Pullabhotla - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Possible issues with Jasper in latest Tomcat release (6.0.24)

2010-03-10 Thread Sai Pullabhotla
Thanks, Konstantin. I will test it out. Regards, Sai Pullabhotla On Tue, Mar 9, 2010 at 8:11 PM, Konstantin Kolinko wrote: > 2010/3/9 Sai Pullabhotla : >> Do you know when the 6.0.26 with this patch will be available? >> > A release candidate for 6.0.26 has been proposed

Re: Possible issues with Jasper in latest Tomcat release (6.0.24)

2010-03-09 Thread Sai Pullabhotla
Thanks for the info, Mark. I tried the patch and it seems to working well. I will play with it some more the next couple of days. Do you know when the 6.0.26 with this patch will be available? Thanks. Regards, Sai Pullabhotla On Tue, Mar 9, 2010 at 8:12 AM, Mark Thomas wrote: > On 09

Possible issues with Jasper in latest Tomcat release (6.0.24)

2010-03-09 Thread Sai Pullabhotla
7;m not sure if either of these are good workarounds, but would love to hear from you folks. Regards, Sai Pullabhotla - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Unified EL question

2008-10-01 Thread Sai Pullabhotla
Looks like your bean ID is thbean not thebean. It is missing "e" in the "the". Could that be the problem? Sai Pullabhotla Senior Architect Linoma Software 1409 Silver St Ashland, NE 68003 (402) 944 4242 x 716/754 (800) 949 4696 x 716/754 www.linomasoftware.com -

RE: Tomcat servlet instantiation error

2008-10-01 Thread Sai Pullabhotla
rt it back, everything works like a charm. The reason we found for this was - the Shutdown command creates the "tomcat/logs" directory and hence the subsequent startups work with no issues. Sai Pullabhotla Senior Architect Linoma Software 1409 Silver St Ashland, NE 68003 (402) 944 4242