"Bruno Vilardo" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> 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.
>
Which is exactly the order they should come in.

> Is there a way to disable this "HTTP/100 Continue" Message on TOMCAT?
>

Yes, have your client stop sending
  Expect: 100-Continue
headers in the request.

> Thanks a lot in Advance.
> Best Regards,
>
> Bruno Vilardo
> 




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to