Any one know what this error means?? I have a jsp page that includes a servlet and I get this error: <jsp:include page="/servlet/ShowList" flush="true" /> 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 and I have my servlets in c:\tomcat\webapps\root\web-inf\classes
