You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Oscar Sanchez Vilar <sa...@tcd.ie> on 2000/08/06 15:22:46 UTC

How to access my servlets

Hi everybody. The question is...
I put my servlets in my Web-inf/classes directory (the class file). Now,
I try to call one servlet from a jsp in the root directory of my
application (FORM METHOD="myservlet" ) but it doesn't work, I have to
put "servlet/myservlet". Why? Where is it set to be like that? I have
read the servlets specification, but I don't understand how to  map
requests to servlets? Could anyone help me?

Thanks,

Oscar