You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John Clark Naldoza y Lopez <nj...@ntsp.nec.co.jp> on 2001/07/14 11:10:08 UTC

Re: Bug with tomcat ?

Saurabh Shukla wrote:
> 
> hiii,
> 
> i am using RedHat 7, apache 1.3.20, tomcat 3.3-m3.
> 
> When ever i send a request for a jsp page which does not exist , i am
> returned a response CODE 500. Which should be 404 .

Code 500 Stands for Internal Server error or Server error....  Perhaps
your Servlet container is not configured to execute jsp page requests?

-- 
     /) John Clark Naldoza y Lopez                           (\
    / )    Software Design Engineer II                       ( \
  _( (_    _  Web-Application Development                    _) )_
 (((\ \>  /_>    Cable Modem Network Management System <_\  </ /)))
 (\\\\ \_/ /         NEC Telecom Software Phils., Inc.  \ \_/ ////)
  \       /                                              \       /
   \    _/  phone: (+63 32) 233-9142 loc. 3112            \_    /
   /   /  cellphone: (+63 919) 399-4742                     \   \
  /   / email: njclark@ntsp.nec.co.jp                        \   \

RE: Bug with tomcat ?

Posted by Saurabh Shukla <sa...@cysphere.com>.

Saurabh Shukla wrote:
>
> hiii,
>
> i am using RedHat 7, apache 1.3.20, tomcat 3.3-m3.
>
> When ever i send a request for a jsp page which does not exist , i am
> returned a response CODE 500. Which should be 404 .

>Code 500 Stands for Internal Server error or Server error....  Perhaps
>your Servlet container is not configured to execute jsp page requests?

 It handles all servlets/jsp's perfectly.  I would not have tried calling it
a bug otherwise.