Re: Tomcat lost request parameters

2004-12-23 Thread Roberto Rios
Hi, Thanks for replying. I was looking through the code trying to find multi-threading problems (like Bob said). So, I decided to post some code fragments in order to show to you how stupid these errors are... jsp:useBean id = ticket class = com.mycompany.Ticket/ % ticket.setAttribute(code,

Tomcat lost request parameters

2004-12-22 Thread Roberto Rios
Hi, I know that my subject sounds crazy, but I'm going nuts... I have an application, 100% java (jsp 1.2 and servlet 2.3). This application has more or less 1,5 years. So it is stable. I always used tomcat as my web server (without apache because I don't have static html to be served) with no

RE: Tomcat lost request parameters

2004-12-22 Thread Mike Curwen
lost request parameters Hi, I know that my subject sounds crazy, but I'm going nuts... I have an application, 100% java (jsp 1.2 and servlet 2.3). This application has more or less 1,5 years. So it is stable. I always used tomcat as my web server (without apache because I don't have

Re: Tomcat lost request parameters

2004-12-22 Thread fzlists
I don't think your going crazy, I have been seeing the same thing too... I have an app that has been in production for about a year. Yes, there have been changes along the way, but it's been more or less rock-solid stable... except that the past few months I've seen occassional NPE's caused by

Re: Tomcat lost request parameters

2004-12-22 Thread Bob Feretich
Original message - Subject: Tomcat lost request parameters From: Roberto Rios [EMAIL PROTECTED] Date: Wed, 22 Dec 2004 18:51:16 -0200 To: [EMAIL PROTECTED] Hi, I know that my subject sounds crazy, but I'm going nuts... I have an application