After deploying; tomcat only shows directory listing
843834Feb 5 2003 — edited Feb 5 2003I use the deploytool to deploy my servlet. Deploying is no problem, but it seems like my servlet isn't run when I access the context path, eg;
http://127.0.0.1:8080/myservlet
it only gives me a directory listing (which is empty)
It's a standard HttpServlet which implements doGet()/doPost()/service() to print out some stuff to show it's working ..
anyone know what the problem is?