Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-23 Thread Yawar Khan
. From: Felix Schumacher To: Tomcat Users List Sent: Sat, August 21, 2010 6:07:18 PM Subject: Re: Sessions mix-up on Tomcat 6.0.26 on Linux "Yawar Khan" schrieb: >thanks felix, very nicely explained! > >but do you think that declaring connection and rs variable

Re: How stable is Tomcat?

2010-08-21 Thread Yawar Khan
ity. While they > are connected, an unstable system can fail at low volume. Also, I don't > think that 1500 hits a day is that much. > > > > Michel > > > - Original Message - From: "Yawar Khan" > To: "Tomcat Users" > Sent: Satu

How stable is Tomcat?

2010-08-21 Thread Yawar Khan
Guys, is tomcat stable enough to host large scale production applications getting 1500+ hits everyday? and as much concurrent database connections. I know alot depends on the applications architecture but just how good is tomcat?

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-21 Thread Yawar Khan
: Sessions mix-up on Tomcat 6.0.26 on Linux Am Freitag, den 20.08.2010, 21:54 -0700 schrieb Yawar Khan: > Chris, you identified a possible sql injection in my code and declaring it a > very bad piece of code. Despite the fact that jdbc does not allow more than 1 > query on this execute

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-21 Thread Yawar Khan
on Linux On Sat, Aug 21, 2010 at 6:54 AM, Yawar Khan wrote: > Chris, you identified a possible sql injection in my code and declaring it > a > very bad piece of code. Despite the fact that jdbc does not allow more than > 1 > query on this execute function and I am doing fields va

RE: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-20 Thread Yawar Khan
Chris, you identified a possible sql injection in my code and declaring it a very bad piece of code. Despite the fact that jdbc does not allow more than 1 query on this execute function and I am doing fields validation before submission of the form.   Is there another genuine threat or bug tha

RE: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-20 Thread Yawar Khan
Hi, i have been trying to post emails on this list but getting mailerdeamon replies that only subscribers can post. i dont know what happened thereso i subscribed my other email address   ok now for the topic at hand,   Wesly, udac is a public class which exists in the same package and lo

RE: [OT] Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-20 Thread Yawar Khan
chris, i had a look at container managed authentication and its quite handy. but i couldnt see how i can add extra functionality like calling an encryption function on password text field before tomcat does its authentication on it.   for js, my client side authentication is done on form submit