>>>>> "A" == Anton Brazhnyk <[EMAIL PROTECTED]> writes:
A> Headers cant contain blank llines, and I have no idea what your
A> client wanted with that "Error 200".
Precisely; this error appears to be generated from either Tomcat or
Jasper
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de
> Gary Lawrence Murphy
> Enviado el: miƩrcoles 6 de febrero de 2002 16:48
> I have a client who wrote a bunch of JSP pages that all return a
> tomcat "Error 200" in the middle of the headers; because the erro
Hi,
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Gary Lawrence Murphy
> Sent: Wednesday, February 06, 2002 5:48 PM
> To: Tomcat Users
> Subject: Error 200?
>
>
>
> I have a client who wrote a bunch of JSP pa
I have a client who wrote a bunch of JSP pages that all return a
tomcat "Error 200" in the middle of the headers; because the error
message is wrapped in blank lines, the message terminates the HTTP
headers causing itself and any subsequent headers to be printed on
the html page.
I
Any one know what this error means??
I have a jsp page that includes a servlet and I get this error:
Error:
Included servlet error: 200
Location /mydir/My.jsp
If iI call the servlet like this it works:
http://localhost:8080/servlet/ShowList
I have my jsps in c:\tomcat\webapps\mydir