You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Halil AKINCI <ha...@ktu.edu.tr> on 2002/06/25 08:27:11 UTC

call jsp page

how can I call my servlet? To run my servlet application I use that URL http://localhost:8080/Vt/servlet/VTServlet and it is running fine. I located my jsp page(query.jsp) into the c:\>jakarta-tomcat-3.3.1>webapps>Vt directory. I use that URL http://localhost:8080/Vt/query.jsp , but I'm receiving HTTP 404 and 405 error message, and following error message displayed on the tomcat windows console: 

2002-06-25 09:23:07 -Ctx ( /VT ): Status code: 405 request: R ( /VT +
/query.jsp + null ) msg: HTTP GET is not supported by this URL

I sent this message yesterday first time,and Anoop and Jacob sent me solution . But I can't solve my problem. I still need help?