Re: Uploading large files and session timeout

2011-07-11 Thread Sai Pullabhotla
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. Thanks. Sai Pullabhotla On Sun, Jul 10

Re: Uploading large files and session timeout

2011-07-11 Thread Sai Pullabhotla
ideas on how to make this work? Thanks. Sai Pullabhotla On Mon, Jul 11, 2011 at 8:29 AM, Sai Pullabhotla sai.pullabho...@jmethods.com 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

Re: Uploading large files and session timeout

2011-07-11 Thread Sai Pullabhotla
appreciated. Thanks. Sai Pullabhotla On Mon, Jul 11, 2011 at 3:16 PM, Christopher Schultz ch...@christopherschultz.net 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/discussions going

Re: Uploading large files and session timeout

2011-07-09 Thread Sai Pullabhotla
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 chuck.caldar...@unisys.com wrote

Uploading large files and session timeout

2011-07-08 Thread Sai Pullabhotla
in 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: Uploading large files and session timeout

2011-07-08 Thread Sai Pullabhotla
), and there 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 a...@ice-sa.com wrote: Sai Pullabhotla wrote: We have

Re: Uploading large files and session timeout

2011-07-08 Thread Sai Pullabhotla
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 to offer. Sai Pullabhotla

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 sai.pullabho...@jmethods.com wrote: I made the context fail by not having the database available. Basically

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

2011-05-25 Thread Sai Pullabhotla
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, André Warnier a...@ice-sa.com wrote

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 p...@pidster.com 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 fails to start (unless

Overriding error page displayed when a context fails to initialize

2011-05-24 Thread Sai Pullabhotla
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 unsubscribe, e-mail: users-unsubscr

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

2011-05-24 Thread Sai Pullabhotla
to initialize. Sai Pullabhotla On Tue, May 24, 2011 at 8:10 AM, chris derham ch...@derham.me.uk 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 mycontext. Both contexts have custom error pages defined

Issues with Tomcat 6.0.26

2010-03-12 Thread Sai Pullabhotla
type of void. JSP.2.3.4 does not permit literal values in this case There are a few other errors I'm seeing, but before I post all of them, I just want to make sure I'm not missing any obvious thing. Any feedback is greatly appreciated. Regards, Sai Pullabhotla

Re: Issues with Tomcat 6.0.26

2010-03-12 Thread Sai Pullabhotla
, 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 knst.koli...@gmail.com wrote: 2010/3/12 Sai Pullabhotla sai.pullabho...@jmethods.com: rich:tab label=#{bundle.tabQuickLinks} h:commandLink action

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 sai.pullabho...@jmethods.com wrote: Thanks for the reply, Konstantin. If I understood your

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: 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 knst.koli...@gmail.com wrote: 2010/3/9 Sai Pullabhotla sai.pullabho...@jmethods.com: Do you know when the 6.0.26 with this patch will be available? A release candidate

Possible issues with Jasper in latest Tomcat release (6.0.24)

2010-03-09 Thread Sai Pullabhotla
the jasper*.jar files 2. Update the TLDs of components to allow expressions as values by adding the following tag to the TLD: rtexprvaluetrue/rtexprvalue I'm not sure if either of these are good workarounds, but would love to hear from you folks. Regards, Sai Pullabhotla

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 ma...@apache.org

RE: Tomcat servlet instantiation error

2008-10-01 Thread Sai Pullabhotla
, 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 x 716/754 (800) 949

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 -Original Message- From