Howdy, Coyote is the nickname (as well as the class package name) for the newer HTTP 1.1 connector used by tomcat. I believe this connector is available but not the default with tomcat 4.0.6, and is the default connector in tomcat 4.1.x. It is faster, more robust, and more stable than the previous HTTP 1.1 connector.
Look in your server.xml at the <Connector> elements. Read the connector configuration reference in the documentation. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Friday, April 04, 2003 11:10 AM >To: Tomcat Users List >Subject: RE: java.io.IOException: Broken pipe > > >Filip, > > What is the coyote connector and what do I need to add in server.xml? >Please advise. > >Thanks >Narsi Kota >Reuse Program Office >ISS/App Dev. Center >Freddie Mac >Ph. (703) 918 8158 > > > > > "Filip Hanik" > <[EMAIL PROTECTED] To: "Tomcat Users List" ><[EMAIL PROTECTED]> > t> cc: > Subject: RE: >java.io.IOException: Broken pipe > 04/04/2003 > 10:54 AM > Please respond > to "Tomcat > Users List" > > > > > > >try the coyote connector, and see if you have any luck > >filip > >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Friday, April 04, 2003 7:48 AM >> To: [EMAIL PROTECTED] >> Subject: java.io.IOException: Broken pipe >> >> >> All, >> >> I am receiving java.io.IOException: Broken pipe in Catalina_log. >> Following are more details. >> >> 2003-04-04 09:23:08 Ajp13Processor[13041][33] process: invoke >> java.io.IOException: Broken pipe >> at java.net.SocketOutputStream.socketWrite(Native Method) >> at java.net.SocketOutputStream.write(SocketOutputStream.java:83) >> at org.apache.ajp.Ajp13.send(Ajp13.java:525) >> at org.apache.ajp.RequestHandler.finish(RequestHandler.java:495) >> at org.apache.ajp.Ajp13.finish(Ajp13.java:395) >> at >> org.apache.ajp.tomcat4.Ajp13Response.finishResponse(Ajp13Response. >> java:196) >> at >> org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:464) >> at >org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551) >> at java.lang.Thread.run(Thread.java:484) >> >> 2003-04-04 09:23:08 Ajp13Processor[13041][33] recyling objects ... >> >> Any thoughts ? or Comments? Why I am getting this error. Your >suggestions >> will be a great help! >> >> Thanks >> Narsi Kota >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
