Re: Tomcat creating two threads for one request

2006-06-26 Thread ametsi
The problem seems to occur by a double submission of the Post. That is, I found that except of the “submit” button of the form that I use which invokes the jsp, I am also using a small java script, which accidentally submits the Post for one more time. I changed the java script and now it seems th

Re: Tomcat creating two threads for one request

2006-06-21 Thread ametsi
If I am not mistaken jakarta-tomcat-5.0.28 -- View this message in context: http://www.nabble.com/Tomcat-creating-two-threads-for-one-request-t1743271.html#a4975580 Sent from the Tomcat - User forum at Nabble.com. - To start a

Re: Tomcat creating two threads for one request

2006-06-21 Thread ametsi
ok lets take one thing at a time... I am not an expert on this Running the application locally using IntelliJ and tomcat: java -version: "1.3.1_01" Tomcat Version: 5.0 While running on the server: Sun(TM) ONE Application Server 7 java version "1.4.1_06" Keep in mind that It does not happen

Re: Tomcat creating two threads for one request

2006-06-20 Thread ametsi
Having a similar problem, I would like to know if you have found any solution on this... -- View this message in context: http://www.nabble.com/Tomcat-creating-two-threads-for-one-request-t1743271.html#a4958276 Sent from the Tomcat - User forum at Nabble.com. ---