Sorry for top post... limition of Notes e-mail client. "100 continue" is a documented part of the HTTP 1.1 protocol. Your client application should either handle the "100 continue" response, or present itself as an HTTP 1.0 client in the original request, which will suppress the "100 continue" interim response.
Please respond to "Tomcat Users List" <users@tomcat.apache.org> To: users@tomcat.apache.org cc: Subject: How to disable "HTTP/100 Continue" on Tomcat Hello All, I am a new user of TOMCAT sorry for any dumb question;-) TOMCAT version is *"jakarta-tomcat-4.1.31".* ** We current have an application that replicates data. But we are having some issue because our Application is receiving the "HTTP/100 Continue" response before the "Application" response saying that everything was processed OK at the other side. Is there a way to disable this "HTTP/100 Continue" Message on TOMCAT? Thanks a lot in Advance. Best Regards, Bruno Vilardo