reasons for tomcat error
807603Jan 30 2008 — edited Jan 31 2008<excuse>
i couldnt find any tomcat forums and irc is blocked here
</excuse>
what could be the cause of this message:
HTTP Status 404 - /~koryakm/test/index.jsp
description The requested resource (/~koryakm/test/index.jsp) is not available.
See: http://saldane.com/~koryakm/test/
in there you will see index.jsp which when clicked will give you the above message.
Its not permissions, all that stuff is 777.
this is my web.xml that i use in /etc/tomcat5.5/
http://saldane.com/~koryakm/WEB-INF/web.xml
since i define all my servlet mappings in the tomcat conf directory, i dont have a web.xml in my webapp, which seems ok since all i am trying to do is get one .jsp file to work.
what is wrong with me?