Re: Non-Blocking IO Write Issue

2013-12-19 Thread David Bullock
On 20 December 2013 04:10, Daniel Mikusa wrote: > When run, you'll see that it processes some of the requests but fails due to > a timeout. I've not been able to replicate the other exceptions with the > unit test though, so those may be unrelated. > @WebServlet(asyncSupported = true) >

RE: ssl_error_internal_error_alert in tomcat 7‏

2013-12-19 Thread Martin Gainty
> Date: Thu, 19 Dec 2013 15:41:13 -0500 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: ssl_error_internal_error_alert in tomcat 7‏ > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jaya, > > On 12/19/13, 2:54 PM, jaya ravindran wrote: > > I am gett

Re: linking (limiting???)

2013-12-19 Thread Ray Holme
OK, Chris thanks and thanks Mark. Using tomcat as it should be used under tomcat user and removing links to applications found in /var/www/html (once required or supposedly faster - but now obsolete). Now a) allowlinking works b) aliases work c) failed with VirtualDirectory so far Choosing ali

Re: ssl_error_internal_error_alert in tomcat 7‏

2013-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jaya, On 12/19/13, 2:54 PM, jaya ravindran wrote: > I am getting SSL error in firefox when connecting to tomcat > server. Apache Tomcat Version 7.0.22 using JSSE configuration You should really upgrade from your 2-year-old version. Tomcat 7 is on v

ssl_error_internal_error_alert in tomcat 7‏

2013-12-19 Thread jaya ravindran
I am getting SSL error in firefox when connecting to tomcat server. Apache Tomcat Version 7.0.22 using JSSE configuration java version "1.6.0_41" using 64 bit . IE and Chrome works fine although I can see the following message in Chrome . The connection users SSL 3.0 When I edit firefox and

Re: [Slightly OT] Modify content in META-INF/context.xml

2013-12-19 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/12/2013 14:58, Christopher Schultz wrote: > My experience has been that, specifically with JNDI resources, the > resource is not touched during the reload procedure. So, for > instance, if the JNDI name doesn't change but the URL does, the > app

Re: timing is everything when starting - a 32 bit question

2013-12-19 Thread Ray Holme
Getting tomcat the user/group to start did not turn out too hard.    changed permissions of everything under apache to tomcat:tomcat    then changed all permissions of all things under webapps to me (ray:staff)   make the S95tomcat script (start/stop/restart SYSV style) "su tomcat  start/stop comm

Non-Blocking IO Write Issue

2013-12-19 Thread Daniel Mikusa
I have a simple servlet which I'm running on Tomcat 8 trunk with Java 7. It's using a non-blocking IO WriteListener to write 8k blocks of static data to the response. The number of blocks it will write is given as a request parameter. When I start out making individual requests to the server (

Re: Some security-related questions / enhancements for the Windows Installer

2013-12-19 Thread André Warnier
Konstantin Preißer wrote: Sorry for the spam... -Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Wednesday, December 18, 2013 8:00 PM To: 'Tomcat Users List' Subject: RE: Some security-related questions / enhancements for the Windows Installer -Orig

Re: [Slightly OT] Modify content in META-INF/context.xml

2013-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/17/13, 6:27 AM, Mark Thomas wrote: > On 17/12/2013 11:16, Jose María Zaragoza wrote: >> 2013/12/17 André Warnier : >>> Hi. Without having any idea really of the precise mechanism >>> behind database connections, I can still imagine that