Hi,
   I am getting Internal Server Error when i try to
run my servlet through the browser. The exact phrase
of the problem found in mod_jserv log is
      "cannot scan servlet headers (500)".
I am also using sendRedirect in my servlet.
Please let me know the exact meaning of this phrase,
and where my problem would be.

A part of the code wherein i have declared the
PrintWriter object is as follows.
        public void doGet(HttpServletRequest
req,HttpServletResponse res)
        {
                   res.setContentType("text/html");
                   pw = res.getWriter();
         }

Regards
R.Satish Kumar


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to