Problem again: ajp13.service() ajpGetReply recoverable error 3

2004-09-12 Thread nyhgan
Hi, What are these errors in the apache's error log? Back in 6 months ago, I asked the kind same question in the tomcat-user list, but no one seemed to have a solution. I was forced to switch back to Tomcat3.3. Now, I am doing another integration attempt with newer version of tomcat5

Problem with ajp13 and multipart/from-data POST

2004-08-16 Thread Francois JEANMOUGIN
Hi all, Sounds like something old. I just tried to put one of our applications behind apache (2.0.50) using mod_jk (1.2.6) on linux. We have a problem with pictures posted (method POST, content-type multipart/form-data). The error on tomcat is : 2004-08-16 11:32:22,698 [TP-Processor6] ERROR

Problem reconfiguring AJP13 to add another context/worker.

2003-10-01 Thread Rustad, Aaron
I am having a strange problem with Tomcat(4.x) and AJP13 on IIS. For the most part, everything is working correctly, the ISAPI filter redirects as expected when I ask for a specific context. I have recently added a couple new contexts to redirect, and for the life of me, I can't get it to

Q: Problem with ajp13 process

2002-04-05 Thread Casper Pedersen
Hi, Does any know what the errors below means, and how to solve them?? [Fri Mar 29 08:27:15 2002] [jk_ajp13_worker.c (381)]: Error ajp13_process_callback - write failed [Fri Mar 29 08:28:56 2002] [jk_ajp13_worker.c (228)]:connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed [Fri

Problem whith AJP13 [AJP13] bad read : -103

2002-03-12 Thread Sebastien BASTARD
Hello, I have a application which have some problems to retrieve parameters of the request. I explain : Sometimes, the JSP page can't retrieve a parameter of the request. I don't understand why ? I set my Session.setDuration() to 24Hours even if i know there's no relation about the problem. I

Problem with ajp13

2001-08-19 Thread Roy K. Mayr R.
When using ajp13, I get the exception; java.net.SocketException: Connection reset by peer: Connection reset by peer Is there a problem with my ajp13? Roy

Problem with ajp13

2001-08-17 Thread matt
When using ajp13, I get the exception; java.net.SocketException: Connection reset by peer: Connection reset by peer however, when I use ajp12, it dissappears. Is there a problem with my ajp13? matt

Re: problem w/ ajp13 - if Tomcat is shutdown

2001-03-06 Thread Sebastian Schulz
did you have a connector for mod_jserv at your configs at well? if i'm not mistaken, mod_jserv is needed for tomcat to shutdown. bAs T. Shinta Tjio schrieb: I'm having problem with mod_jk if ajp13 is used. The problem is often reproduced when Tomcat is shut down without Apache being

RE: problem w/ ajp13 - if Tomcat is shutdown

2001-03-06 Thread Shinta Tjio
Title: RE: problem w/ ajp13 - if Tomcat is shutdown Yes. I did have the ajp12 enabled. Shutdown itself wasn't the problem. I verified that the Tomcat process did go away and a new one was restarted properly. I'm putting more debugging into mod_jk and I will have more information about

problem w/ ajp13 - if Tomcat is shutdown

2001-03-05 Thread Shinta Tjio
Title: problem w/ ajp13 - if Tomcat is shutdown I'm having problem with mod_jk if ajp13 is used. The problem is often reproduced when Tomcat is shut down without Apache being shut down. When a request is fired through Apache as soon as Tomcat starts, I often get Internal Server Error