Re: SHA-2 issues with Tomcat 6.0.26

2016-09-27 Thread Christopher Schultz
nd Apache > Tomcat 6.0.26. Heh. You're certainly late on upgrading *everything* ;) > I'm testing replacement of my soon to expire SHA-1 certificate with > an SHA-2. Regardless of what I give as the SSL HTTP / 1.1 > connector description in server.xml I get invalid ssl conf and &g

SHA-2 issues with Tomcat 6.0.26

2016-09-27 Thread Fuchs, John J.
Hi all: Certainly late on the SHA-2 move from SHA-1 SSL certificates but ours hadn't expired yet and wasn't causing any issues. Our environment is Windows Server 2008 R2, JVM 1.6.0_22-b04 and Apache Tomcat 6.0.26 I'm testing replacement of my soon to expire SHA-1 certificate with an SHA-2

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-05 Thread Konstantin Kolinko
2014-02-03 Daniel Mikusa dmik...@gopivotal.com: On Feb 3, 2014, at 9:00 AM, Maor Yosef maoryo...@gmail.com wrote: On Mon, Feb 3, 2014 at 2:10 PM, Daniel Mikusa dmik...@gopivotal.com wrote: Also, please realize that a JSP page, even one that simply prints out OK will create a session. This

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Maor Yosef
Hi. 1. We are aware that 6.0.26 is old, but since there is a large operational impact, we wont upgrade the tomcat until we will know its definetly an issue in this specific version 2. You are right, it was my mistake, it causes OOM and not stack overflow, when we see high sessions count we get

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Johan Compagner
On 3 February 2014 09:30, Maor Yosef maoryo...@gmail.com wrote: 2. You are right, it was my mistake, it causes OOM and not stack overflow, when we see high sessions count we get exceptions saying unable to create new native thread do you use a 32 bit vm? Because most of the time when i see

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Maor Yosef
using 64 bit On Mon, Feb 3, 2014 at 10:51 AM, Johan Compagner jcompag...@servoy.comwrote: On 3 February 2014 09:30, Maor Yosef maoryo...@gmail.com wrote: 2. You are right, it was my mistake, it causes OOM and not stack overflow, when we see high sessions count we get exceptions saying

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Daniel Mikusa
On Feb 3, 2014, at 3:30 AM, Maor Yosef maoryo...@gmail.com wrote: Hi. 1. We are aware that 6.0.26 is old, but since there is a large operational impact, we wont upgrade the tomcat until we will know its definetly an issue in this specific version While I understand what you’re saying, I

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Konstantin Kolinko
2014-02-03 Maor Yosef maoryo...@gmail.com: Hi. Please read the rules and do not top-post, as it is hard to follow. http://tomcat.apache.org/lists.html#tomcat-users 4. Can you point me to an article on how to configure different background thread for each container? is it configured in tomcat

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Maor Yosef
On Mon, Feb 3, 2014 at 2:10 PM, Daniel Mikusa dmik...@gopivotal.com wrote: On Feb 3, 2014, at 3:30 AM, Maor Yosef maoryo...@gmail.com wrote: Hi. 1. We are aware that 6.0.26 is old, but since there is a large operational impact, we wont upgrade the tomcat until we will know its

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Daniel Mikusa
On Feb 3, 2014, at 9:00 AM, Maor Yosef maoryo...@gmail.com wrote: On Mon, Feb 3, 2014 at 2:10 PM, Daniel Mikusa dmik...@gopivotal.com wrote: On Feb 3, 2014, at 3:30 AM, Maor Yosef maoryo...@gmail.com wrote: Hi. 1. We are aware that 6.0.26 is old, but since there is a large operational

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 2/3/14, 7:10 AM, Daniel Mikusa wrote: On Feb 3, 2014, at 3:30 AM, Maor Yosef maoryo...@gmail.com wrote: Hi. 1. We are aware that 6.0.26 is old, but since there is a large operational impact, we wont upgrade the tomcat until we

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 2/3/14, 7:40 AM, Konstantin Kolinko wrote: 2014-02-03 Maor Yosef maoryo...@gmail.com: Hi. Please read the rules and do not top-post, as it is hard to follow. http://tomcat.apache.org/lists.html#tomcat-users 4. Can you

Fwd: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-02 Thread Maor Yosef
Hi, We are facing issues where the sessions are not being expired and eventually causing a stack overflow. We see that at some point the sessions get pilled up and we need to manually expire those sessions through the manager application, or until we will restart tomcat but after a few hours /

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-02 Thread Konstantin Kolinko
2014-02-02 Maor Yosef maoryo...@gmail.com: Hi, 1. 6.0.26 is old. We are facing issues where the sessions are not being expired and eventually causing a stack overflow. 2. Non-expiring sessions may cause OOM, but they cannot cause a stack overflow. What are your evidences? We see that at

Issue in tomcat 6.0.26

2012-04-19 Thread Amol Puglia
Version :- Apache Tomcat/6.0.26 JDK Version :- jdk1.6.0_24 Kindly provide the solution. Let me know if you need more information.

Re: Issue in tomcat 6.0.26

2012-04-19 Thread Christopher Schultz
(JspWriterImpl.java:125) at org.apache.jasper.runtime.JspWriterImpl.write(JspWriterImpl.java:276) That can't be the end of the stack trace. Post the whole thing (no matter how long). Tomcat Version :- Apache Tomcat/6.0.26 That's quite old (2 years out of date at this point). You might want

RE: Issue in tomcat 6.0.26

2012-04-19 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Issue in tomcat 6.0.26 Kindly provide the solution. Briefly: don't call getOutputStream more than once ;) Actually, I think it's don't call _both_ getOutputStream() and getWriter() for the same request. Pick

Re: Issue in tomcat 6.0.26

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/19/12 1:44 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Issue in tomcat 6.0.26 Kindly provide the solution. Briefly: don't call getOutputStream more than once

Tomcat 6.0.26 stopped logging

2012-02-13 Thread Propes, Barry L
Hello Tomcat users and developers. I am using Tomcat 6.0.26 on a few machines - Win XP Pro on two of them, and Windows Server 2003 on the production machine. Also using jdk1.6.0_18 and was on Ora10g, now 111g. Today, Tomcat stopped logging on two of the machines, and my servlet that submits

Re: Tomcat 6.0.26 stopped logging

2012-02-13 Thread Pid
On 13/02/2012 18:16, Propes, Barry L wrote: Hello Tomcat users and developers. I am using Tomcat 6.0.26 on a few machines - Win XP Pro on two of them, and Windows Server 2003 on the production machine. Also using jdk1.6.0_18 and was on Ora10g, now 111g. Today, Tomcat stopped logging

RE: Tomcat 6.0.26 stopped logging

2012-02-13 Thread Propes, Barry L
Application log, yes...error log. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Monday, February 13, 2012 2:37 PM To: Tomcat Users List Subject: Re: Tomcat 6.0.26 stopped logging On 13/02/2012 18:16, Propes, Barry L wrote: Hello Tomcat users and developers. I am using

Re: Tomcat 6.0.26 stopped logging

2012-02-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 2/13/12 1:16 PM, Propes, Barry L wrote: I am using Tomcat 6.0.26 on a few machines - Win XP Pro on two of them, and Windows Server 2003 on the production machine. Also using jdk1.6.0_18 and was on Ora10g, now 111g. That's quite

Re: Tomcat 6.0.26 stopped logging

2012-02-13 Thread Konstantin Kolinko
Please do not top-post. Answer below. 2012/2/14 Propes, Barry L barry.l.pro...@citi.com: Application log, yes...error log. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Monday, February 13, 2012 2:37 PM To: Tomcat Users List Subject: Re: Tomcat 6.0.26 stopped logging

RE: Tomcat 6.0.26 stopped logging

2012-02-13 Thread Propes, Barry L
, February 13, 2012 3:28 PM To: Tomcat Users List Subject: Re: Tomcat 6.0.26 stopped logging -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 2/13/12 1:16 PM, Propes, Barry L wrote: I am using Tomcat 6.0.26 on a few machines - Win XP Pro on two of them, and Windows Server 2003

Re: Tomcat 6.0.26 stopped logging

2012-02-13 Thread Konstantin Kolinko
2012/2/14 Propes, Barry L barry.l.pro...@citi.com: Well this was odd. To me. I'm sure some of you will tell me about logging with Log4j or some other logger, or even the use of the Tomcat app manager. My web.xml file got deleted. I thought, (probably wrongly) that Tomcat's web manager

RE: Tomcat 6.0.26 stopped logging

2012-02-13 Thread Propes, Barry L
Alright, thanks, Konstantin. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Monday, February 13, 2012 3:50 PM To: Tomcat Users List Subject: Re: Tomcat 6.0.26 stopped logging 2012/2/14 Propes, Barry L barry.l.pro...@citi.com: Well this was odd. To me

Cannot create JDBC driver tomcat-6.0.26

2011-11-14 Thread Michael Strupp
Hello I'm using Tomcat 6.0.26 on Windows 7 and want to establish database access with jdbc to a mysql-DB. There is another servlet project running in the same tomcat using the same DB Connection and the access for this project runs fine. So I thought that it's good to access the db like

Re: Cannot create JDBC driver tomcat-6.0.26

2011-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micheal, On 11/14/11 9:17 AM, Michael Strupp wrote: I'm using Tomcat 6.0.26 on Windows 7 and want to establish database access with jdbc to a mysql-DB. There is another servlet project running in the same tomcat using the same DB Connection

RE: Cannot create JDBC driver tomcat-6.0.26

2011-11-14 Thread Propes, Barry L
And maybe use a different driver? Or ensure you have the correct one? Okay, I'm going to ignore your first report, then, since this one seems more plausible. Caused by: java.lang.NullPointerException at sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507) at

Rsecurity breach on tomcat 6.0.26

2011-10-11 Thread zach Li
Hi, we are using tomcat 6.0.26 to host a java application. but recently we are experiencing security breach once or twice a week. the issue we are facing is: one user screen(or input) totallly showing up on the different user screen. Those screens have customer sensetive information

RE: Rsecurity breach on tomcat 6.0.26

2011-10-11 Thread Caldarale, Charles R
From: zach Li [mailto:zach...@hotmail.com] Subject: Rsecurity breach on tomcat 6.0.26 one user screen(or input) totallly showing up on the different user screen. Your webapp is most likely storing references to the request or response objects in static or instance fields of a servlet

Tomcat 6.0.26 bundled with Netbeans 6.9.1

2011-08-24 Thread Ana Maria Teodorescu
Dear Tomcat users and experts, I downloaded Netbeans 6.9.1 including Apache Tomcat on my Mac snow leopard. When I go to the page http://localhost:8080/ the message that I've setup correctly Tomcat appears. But, if I click on the following links: 1)Tomcat documentation (

Re: Tomcat 6.0.26 bundled with Netbeans 6.9.1

2011-08-24 Thread André Warnier
Ana Maria Teodorescu wrote: Dear Tomcat users and experts, I downloaded Netbeans 6.9.1 including Apache Tomcat on my Mac snow leopard. When I go to the page http://localhost:8080/ the message that I've setup correctly Tomcat appears. But, if I click on the following links: 1)Tomcat

Re: Tomcat 6.0.26 bundled with Netbeans 6.9.1

2011-08-24 Thread Pid
On 24/08/2011 09:44, André Warnier wrote: Ana Maria Teodorescu wrote: Dear Tomcat users and experts, I downloaded Netbeans 6.9.1 including Apache Tomcat on my Mac snow leopard. When I go to the page http://localhost:8080/ the message that I've setup correctly Tomcat appears. But, if I

Re: Tomcat 6.0.26 bundled with Netbeans 6.9.1

2011-08-24 Thread Mark Eggers
- Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Wednesday, August 24, 2011 1:44 AM Subject: Re: Tomcat 6.0.26 bundled with Netbeans 6.9.1 Ana Maria Teodorescu wrote:     Dear Tomcat users and experts, I

Re: Tomcat 6.0.26 bundled with Netbeans 6.9.1

2011-08-24 Thread Ana Maria Teodorescu
This seems a reasonable solution to my problem. I'll try this! Thanks a lot, Ana Here are two solutions based on installing the real Tomcat from tomcat.apache.org. 1. Keep your current installation a. Keep your current NetBeans installation b. Download Tomcat 6.0.33 from

Logging in options in Tomcat 6.0.26

2011-08-23 Thread Martin O'Shea
Hello I wonder if anyone can advise? I am using Tomcat 6.0.26 in an application with a MySQL 5.* back end database. Currently my users' username and userrole details are stored in the User table of the database. At the moment though, there is no actual logging in facility

Re: Logging in options in Tomcat 6.0.26

2011-08-23 Thread Pid
On 23/08/2011 10:48, Martin O'Shea wrote: Hello I wonder if anyone can advise? I am using Tomcat 6.0.26 in an application with a MySQL 5.* back end database. Currently my users' username and userrole details are stored in the User table of the database. At the moment though

Programatic JAAS login in Tomcat 6.0.26!

2011-01-20 Thread neo21 zerro
Hello, I'm using Tomcat 6.0.26 and java 1.5 SDK and I'm trying to implement a programmatic login in tomcat. I'm using JAAS for the container based security. Is there anyone that has done this before? I've tryied to bypass it by making a post with the username and the password

Re: Programatic JAAS login in Tomcat 6.0.26!

2011-01-20 Thread Mark Thomas
On 20/01/2011 10:02, neo21 zerro wrote: Hello, I'm using Tomcat 6.0.26 and java 1.5 SDK and I'm trying to implement a programmatic login in tomcat. I'm using JAAS for the container based security. Is there anyone that has done this before? I've tryied to bypass it by making

Re: Programatic JAAS login in Tomcat 6.0.26!

2011-01-20 Thread Mikolaj Rydzewski
On Thu, 20 Jan 2011 15:16:15 +, Mark Thomas ma...@apache.org wrote: Read up on FORM auth in the Servlet spec. There is a specific sequence of events that looks roughly like (for a successful auth): 1. Browser sends original request 2. Server saves request, creates session and responds

Re: Programatic JAAS login in Tomcat 6.0.26!

2011-01-20 Thread neo21 zerro
time! From: Mikolaj Rydzewski m...@ceti.pl To: Tomcat Users List users@tomcat.apache.org Sent: Thu, January 20, 2011 5:53:04 PM Subject: Re: Programatic JAAS login in Tomcat 6.0.26! On Thu, 20 Jan 2011 15:16:15 +, Mark Thomas ma...@apache.org wrote

Re: Programatic JAAS login in Tomcat 6.0.26!

2011-01-20 Thread Mark Thomas
! From: Mikolaj Rydzewski m...@ceti.pl To: Tomcat Users List users@tomcat.apache.org Sent: Thu, January 20, 2011 5:53:04 PM Subject: Re: Programatic JAAS login in Tomcat 6.0.26! On Thu, 20 Jan 2011 15:16:15 +, Mark Thomas ma...@apache.org wrote: Read up on FORM auth

Re: Programatic JAAS login in Tomcat 6.0.26!

2011-01-20 Thread neo21 zerro
How do I set it?Is it a configuration is my deployment descriptor or in the server.xml file?In tomcat 7 .. Thanks!

Re: Programatic JAAS login in Tomcat 6.0.26!

2011-01-20 Thread Pid
On 1/20/11 5:41 PM, neo21 zerro wrote: How do I set it?Is it a configuration is my deployment descriptor or in the server.xml file?In tomcat 7 .. If you're using Tomcat 7.0, just login programmatically using the HttpServletRequest.login(user, pass) method. p 0x62590808.asc

Re: Programatic JAAS login in Tomcat 6.0.26!

2011-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 1/20/2011 12:28 PM, Mark Thomas wrote: On 20/01/2011 17:25, neo21 zerro wrote: Hi Mikolaj and Mark, Thanks for the replay. The problem is that I read the specifications and I still don't know how to push the login details and

Re: Tomcat 6.0.26 startup issue

2011-01-17 Thread Jany Jose
(StartTomcat.java:33) Found 1 deadlock. *Thanks Jany On Sun, Jan 16, 2011 at 11:08 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Jany Jose [mailto:jany.j...@gmail.com] Subject: Tomcat 6.0.26 startup issue In our application we are starting tomcat as a thread by calling

Re: Tomcat 6.0.26 startup issue

2011-01-17 Thread Michael Ludwig
Jany Jose schrieb am 17.01.2011 um 13:46 (+0530): When i see the thread dump i could see a thread dead lock with other thread. Please find below the thread dump message and kindly advice how to avoid it. *Found one Java-level deadlock: = RMI TCP

Re: Tomcat 6.0.26 startup issue

2011-01-17 Thread Konstantin Kolinko
2011/1/17 Jany Jose jany.j...@gmail.com: Hi, When i see the thread dump i could see a thread dead lock with other thread. Please find below the thread dump message and kindly advice how to avoid it. You would better try with 6.0.30. There were a lot of fixes since 6.0.26. From the stack

Tomcat 6.0.26 startup issue

2011-01-16 Thread Jany Jose
Hi, In our application we are starting tomcat as a thread by calling the bootstrap class. Please find the code used: *String[] mArgs = {start}; Bootstrap.main(mArgs); *After starting the tomcat we are only getting the following message in * catalina.out* file and after that nothing is happening.

RE: Tomcat 6.0.26 startup issue

2011-01-16 Thread Caldarale, Charles R
From: Jany Jose [mailto:jany.j...@gmail.com] Subject: Tomcat 6.0.26 startup issue In our application we are starting tomcat as a thread by calling the bootstrap class. Please find the code used: *String[] mArgs = {start}; Bootstrap.main(mArgs); And a thread dump shows what? - Chuck

Re: Connecting Tomcat 6.0.26 to MySQL 5.1

2010-10-16 Thread Martin O'Shea
It turned out to be MS Internet Explorer security settings.

RE: Connecting Tomcat 6.0.26 to MySQL 5.1

2010-10-16 Thread Martin Gainty
: Connecting Tomcat 6.0.26 to MySQL 5.1 Date: Sat, 16 Oct 2010 12:52:56 +0100 It turned out to be MS Internet Explorer security settings.

RE: Connecting Tomcat 6.0.26 to MySQL 5.1

2010-10-16 Thread Martin O'Shea
To do with the use of cookies and Trusted sites within IE 8. -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: 16 Oct 2010 13 09 To: Tomcat Users List Subject: RE: Connecting Tomcat 6.0.26 to MySQL 5.1 how did misconfiguration for IE browser cause these problems

Re: Connecting Tomcat 6.0.26 to MySQL 5.1

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 10/11/2010 7:32 AM, m.os...@dsl.pipex.com wrote: Having rebuilt my Windows PC, I am trying to get Tomcat running under NetBeans to connect to MySQL. If you were rebuilding, why did you stick with Microsoft Windows? :) I believe MySQL

Connecting Tomcat 6.0.26 to MySQL 5.1

2010-10-11 Thread m.oshea
Hello Having rebuilt my Windows PC, I am trying to get Tomcat running under NetBeans to connect to MySQL. I believe MySQL is alright because the various tools retrieve data correctly. But when my Java web app is run from NetBeans, Tomcat shows the homepage but then gives a Java null pointer

Re: Connecting Tomcat 6.0.26 to MySQL 5.1

2010-10-11 Thread m.oshea
Code seems to be wrong only in IE so must be something to do with security settings. Thanks anyway. From: m.os...@dsl.pipex.com Sent: Monday, October 11, 2010 12:32 PM To: users@tomcat.apache.org Subject: Connecting Tomcat 6.0.26 to MySQL 5.1 Hello Having rebuilt my Windows PC, I am

Re: Different DelegatingResultSet.getDelegate() between Tomcat 6.0.26 and 6.0.29

2010-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas, On 9/21/2010 3:00 AM, Andreas Knees wrote: I am using Tomcat 6.0.26 under Eclipse 3.6. [snip] Then I switched to use Tomcat 6.0.29. [Now,] DelegatingResultSet contains another DelegatingResultSet which again contains

Re: Strange difference in behavior ELSupport in Tomcat 6.0.20 and Tomcat 6.0.26

2010-09-27 Thread Mark Thomas
On 27/09/2010 03:39, sbrejeon wrote: The spec says that If A or B is an enum, coerce both A and B to enum, apply operator. Does't it simply mean that both A and B must be coercible to enums. instead of if A is an enum then B must be an enum of type A, or vice versa. No. Both must be of the

Re: Strange difference in behavior ELSupport in Tomcat 6.0.20 and Tomcat 6.0.26

2010-09-26 Thread sbrejeon
://old.nabble.com/Strange-difference-in-behavior-ELSupport-in-Tomcat-6.0.20-and-Tomcat--6.0.26-tp29088066p29815264.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Strange difference in behavior ELSupport in Tomcat 6.0.20 and Tomcat 6.0.26

2010-09-26 Thread Mark Thomas
On 27/09/2010 02:23, sbrejeon wrote: A.test==B.test throws the exception. couldn't it just return false? Such a change would put Tomcat's EL implementation in breach of the EL spec so this behaviour will not be changed. Mark -

Re: Strange difference in behavior ELSupport in Tomcat 6.0.20 and Tomcat 6.0.26

2010-09-26 Thread sbrejeon
of different types that implement a common interface. I need to be able to compare them and I don't want to have to translate them to Strings. Regards Sbrejeon -- View this message in context: http://old.nabble.com/Strange-difference-in-behavior-ELSupport-in-Tomcat-6.0.20-and-Tomcat--6.0.26

Tomcat 6.0.26, session-timeout gets no respect

2010-09-22 Thread Eero Nevalainen
I've got an exploded web app running on a Tomcat 6.0.26 server on Debian Lenny, and I've run into a really strange problem with trying to up the session timeout into something like 120 minutes from the default 30... regardless of what it says in the application's web.xml, or the server's conf

Re: Tomcat 6.0.26, session-timeout gets no respect

2010-09-22 Thread Pid
On 22/09/2010 17:16, Eero Nevalainen wrote: I've got an exploded web app running on a Tomcat 6.0.26 server on Debian Lenny, and I've run into a really strange problem with trying to up the session timeout into something like 120 minutes from the default 30... regardless of what it says

Different DelegatingResultSet.getDelegate() between Tomcat 6.0.26 and 6.0.29

2010-09-21 Thread Andreas Knees
Hi, I am using Tomcat 6.0.26 under Eclipse 3.6. I have configured a data source in server.xml: Resource auth=Container description=Oracle database driverClassName=oracle.jdbc.driver.OracleDriver logAbandoned=true maxActive=30 maxIdle=10 maxWait=1 name=jdbc/ORACLE password=xxx

Re: jsvc crashing in Tomcat 6.0.26 on Linux(RHES 5.5/2.6.18) 64Bit/AMD

2010-09-18 Thread marc_swingler
-crashing-in-Tomcat-6.0.26-on-Linux%28RHES-5.5-2.6.18%29-64Bit-AMD-tp29732842p29746464.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: jsvc crashing in Tomcat 6.0.26 on Linux(RHES 5.5/2.6.18) 64Bit/AMD

2010-09-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marc, On 9/17/2010 12:03 AM, marc_swingler wrote: The application is pure java, (including JDBC drivers). The JVM could be crashing, but I haven't seen one of those JVM dump files sitting around. In any case the application is fixed for now

jsvc crashing in Tomcat 6.0.26 on Linux(RHES 5.5/2.6.18) 64Bit/AMD

2010-09-16 Thread marc_swingler
Getting a segfault in my syslogs for jsvc running Tomcat 6.0.26 Syslog has errors like this one: kernel: jsvc[24900]: segfault at 406e6ec8 rip 2e521f30 rsp 406e6ec0 error 6 A repeatable error or exception in our application triggers the segfault like clockwork

RE: jsvc crashing in Tomcat 6.0.26 on Linux(RHES 5.5/2.6.18) 64Bit/AMD

2010-09-16 Thread Caldarale, Charles R
From: marc_swingler [mailto:marc.swing...@gmail.com] Subject: jsvc crashing in Tomcat 6.0.26 on Linux(RHES 5.5/2.6.18) 64Bit/AMD Syslog has errors like this one: kernel: jsvc[24900]: segfault at 406e6ec8 rip 2e521f30 rsp 406e6ec0 error 6 jsvc itself is crashing

RE: jsvc crashing in Tomcat 6.0.26 on Linux(RHES 5.5/2.6.18) 64Bit/AMD

2010-09-16 Thread marc_swingler
wrote: From: marc_swingler [mailto:marc.swing...@gmail.com] Subject: jsvc crashing in Tomcat 6.0.26 on Linux(RHES 5.5/2.6.18) 64Bit/AMD Syslog has errors like this one: kernel: jsvc[24900]: segfault at 406e6ec8 rip 2e521f30 rsp 406e6ec0 error 6 jsvc itself

Tomcat 6.0.26 64 bits = CPU 100%

2010-09-14 Thread Vincent DELHOMMOIS
Hi everybody, We have several virtual machines on Windows 2008 server with Tomcat 6.0.26 64 bits (JDK 1.6 64 bits). The servers have 6 Go of RAM and we declare 4 Go for the Tomcat. Our application works fine except some days. On these days, the CPU are stuck at 100% and doesn't decrease. Do you

Tomcat 6.0.26 64 bits = CPU 100%

2010-09-14 Thread Vincent DELHOMMOIS
Hi everybody, We have several virtual machines on Windows 2008 server with Tomcat 6.0.26 64 bits (JDK 1.6 64 bits). The servers have 6 Go of RAM and we declare 4 Go for the Tomcat. Our application works fine except some days. On these days, the CPU are stuck at 100% and doesn't decrease. Do you

RE: Tomcat 6.0.26 64 bits = CPU 100%

2010-09-14 Thread Caldarale, Charles R
From: Vincent DELHOMMOIS [mailto:vinc...@free.fr] Subject: Tomcat 6.0.26 64 bits = CPU 100% On these days, the CPU are stuck at 100% and doesn't decrease. Do you have any idea ? I'm tempted to just answer yes, and let it go at that. However, let's try a bit more detail: 1) What do

RE: Tomcat 6.0.26 64 bits = CPU 100%

2010-09-14 Thread Caldarale, Charles R
From: Vincent DELHOMMOIS [mailto:vinc...@free.fr] Subject: Tomcat 6.0.26 64 bits = CPU 100% Hi everybody, You don't get extra credit for posting the exact same message twice... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use

Re: Tomcat 6.0.26 64 bits = CPU 100%

2010-09-14 Thread Pid
On 14/09/2010 20:42, Caldarale, Charles R wrote: From: Vincent DELHOMMOIS [mailto:vinc...@free.fr] Subject: Tomcat 6.0.26 64 bits = CPU 100% On these days, the CPU are stuck at 100% and doesn't decrease. Do you have any idea ? I'm tempted to just answer yes, and let it go

Re: Tomcat 6.0.26 64 bits = CPU 100%

2010-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 9/14/2010 4:21 PM, Pid wrote: On 14/09/2010 20:42, Caldarale, Charles R wrote: From: Vincent DELHOMMOIS [mailto:vinc...@free.fr] Subject: Tomcat 6.0.26 64 bits = CPU 100% On these days, the CPU are stuck at 100% and doesn't decrease

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

2010-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yawar, On 8/21/2010 12:42 AM, Yawar Khan wrote: 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

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-23 Thread Yawar Khan
. From: Felix Schumacher felix.schumac...@internetallee.de To: Tomcat Users List users@tomcat.apache.org Sent: Sat, August 21, 2010 6:07:18 PM Subject: Re: Sessions mix-up on Tomcat 6.0.26 on Linux Yawar Khan khanya...@yahoo.com schrieb: thanks felix, very nicely explained! but do

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-23 Thread Felix Schumacher
. From: Felix Schumacher felix.schumac...@internetallee.de To: Tomcat Users List users@tomcat.apache.org Sent: Sat, August 21, 2010 6:07:18 PM Subject: Re: Sessions mix-up on Tomcat 6.0.26 on Linux Yawar Khan khanya...@yahoo.com schrieb: thanks

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-23 Thread André Warnier
Yawar Khan wrote: Felix, the issue still persists, i dont know what else to do? and i dont know why this issue is popping up on linux enviroment only. under windows there is no session mixup issue. Now this are no class wide variables and i had moved them inside the login function. Hi.

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-21 Thread Wesley Acheson
; } } return bean; } } ysk -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, August 20, 2010 3:43 AM To: Tomcat Users List Subject: Re: Sessions mix-up on Tomcat 6.0.26 on Linux -BEGIN PGP SIGNED MESSAGE- Hash

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

2010-08-21 Thread Pid
...@christopherschultz.net] Sent: Friday, August 20, 2010 3:41 AM To: Tomcat Users List Subject: Re: [OT] Sessions mix-up on Tomcat 6.0.26 on Linux Yawar, On 8/19/2010 3:27 PM, Yawar Saeed Khan/ITG/Karachi wrote: your comments on my current code tells me that this code is not bad, but I should check out

RE: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-21 Thread Felix Schumacher
: Sessions mix-up on Tomcat 6.0.26 on Linux -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wesley, On 8/19/2010 5:04 PM, Wesley Acheson wrote: Maybe its just be but I still don't see where uadc is declared or even imported. ...or even used. I'm guessing that the bad code exists

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-21 Thread Yawar Khan
PM Subject: Re: Sessions mix-up on Tomcat 6.0.26 on Linux On Sat, Aug 21, 2010 at 6:54 AM, Yawar Khan khanya...@yahoo.com 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

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-21 Thread Pid
users@tomcat.apache.org Sent: Sat, August 21, 2010 3:16:23 PM Subject: Re: Sessions mix-up on Tomcat 6.0.26 on Linux On Sat, Aug 21, 2010 at 6:54 AM, Yawar Khan khanya...@yahoo.com wrote: Chris, you identified a possible sql injection in my code and declaring it a very bad piece of code

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-21 Thread Yawar Khan
@tomcat.apache.org Sent: Sat, August 21, 2010 4:13:52 PM Subject: RE: 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

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-21 Thread Felix Schumacher
of your user beans. Hth Felix From: Felix Schumacher felix.schumac...@internetallee.de To: Tomcat Users List users@tomcat.apache.org Sent: Sat, August 21, 2010 4:13:52 PM Subject: RE: Sessions mix-up on Tomcat 6.0.26 on Linux Am Freitag, den 20.08.2010, 21:54

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-20 Thread Pid
On 19/08/2010 23:42, Christopher Schultz wrote: Wesley, On 8/19/2010 5:04 PM, Wesley Acheson wrote: Maybe its just be but I still don't see where uadc is declared or even imported. ...or even used. I'm guessing that the bad code exists outside of this login servlet. s/the bad/more

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

2010-08-20 Thread Yawar Khan
, 2010 3:41 AM To: Tomcat Users List Subject: Re: [OT] Sessions mix-up on Tomcat 6.0.26 on Linux   -BEGIN PGP SIGNED MESSAGE- Hash: SHA1   Yawar,   On 8/19/2010 3:27 PM, Yawar Saeed Khan/ITG/Karachi wrote: your comments on my current code tells me that this code is not bad, but I should

RE: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-20 Thread Yawar Khan
...@gmail.com] Sent: Friday, August 20, 2010 2:05 AM To: Tomcat Users List Subject: Re: Sessions mix-up on Tomcat 6.0.26 on Linux   Maybe its just be but I still don't see where uadc is declared or even imported.   On Thu, Aug 19, 2010 at 10:26 PM, Yawar Saeed Khan/ITG/Karachi yawar.sa...@mcb.com.pk

RE: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-20 Thread Yawar Khan
AM To: Tomcat Users List Subject: Re: Sessions mix-up on Tomcat 6.0.26 on Linux   -BEGIN PGP SIGNED MESSAGE- Hash: SHA1   Wesley,   On 8/19/2010 5:04 PM, Wesley Acheson wrote: Maybe its just be but I still don't see where uadc is declared or even imported.   ...or even used.   I'm guessing

Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread Yawar Saeed Khan/ITG/Karachi
Hi, I have developed a web application using jsp and servlets with oracle database. The application is working fine on windows, but the problem arises when we deploy it on Linux(64bit), we get session issues in the application. The session variables get mixed up and we can see previously

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread André Warnier
Yawar Saeed Khan/ITG/Karachi wrote: Hi, I have developed a web application using jsp and servlets with oracle database. and with Tomcat also ? The application is working fine on windows, Windows version, JVM version, tomcat version ? but the problem arises when we deploy it on

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread Ben Souther
On Thu, 2010-08-19 at 12:45 +0200, André Warnier wrote: Yawar Saeed Khan/ITG/Karachi wrote: Hi, I have developed a web application using jsp and servlets with oracle database. and with Tomcat also ? Look in the subject line. :) The application is working fine on

RE: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread Caldarale, Charles R
Yawar Saeed Khan/ITG/Karachi wrote: I have developed a web application using jsp and servlets with oracle database. The application is working fine on windows, Or at least running on that platform hasn't uncovered the latent bugs in your webapp. but the problem arises when we deploy it

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread André Warnier
Ben Souther wrote: On Thu, 2010-08-19 at 12:45 +0200, André Warnier wrote: Yawar Saeed Khan/ITG/Karachi wrote: Hi, I have developed a web application using jsp and servlets with oracle database. and with Tomcat also ? Look in the subject line. :) Ok, I overlooked the subject line (*).

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread Pid
On 19/08/2010 14:02, Caldarale, Charles R wrote: Yawar Saeed Khan/ITG/Karachi wrote: I have developed a web application using jsp and servlets with oracle database. The application is working fine on windows, Or at least running on that platform hasn't uncovered the latent bugs in your

RE: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread Yawar Saeed Khan/ITG/Karachi
Chuck, what you say makes sense but I check the behavior on windows. the problem is in Linux environment only. I would imagine that tomcat configuration might be different on both machines, but have no clue abt configuring tomcat. (maybe session cache issue?) I just installed tomcat 6.0.26

RE: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread Yawar Saeed Khan/ITG/Karachi
-10 9:03 PM To: Tomcat Users List Subject: Re: Sessions mix-up on Tomcat 6.0.26 on Linux On 19/08/2010 14:02, Caldarale, Charles R wrote: Yawar Saeed Khan/ITG/Karachi wrote: I have developed a web application using jsp and servlets with oracle database. The application is working fine

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread Konstantin Kolinko
2010/8/19 Yawar Saeed Khan/ITG/Karachi yawar.sa...@mcb.com.pk: Ok, let me share my source code with you...                  HttpSession session = request.getSession(true);                  response.sendRedirect(main.jsp); //logged-in page See documentation on

  1   2   3   >