You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Herchel Wojciech <W....@pzuzycie.com.pl> on 2001/03/01 08:40:07 UTC

ODP: simple servlet setup question

> found.  I specify which servlet the form is submitted to
> in the html file with this line:
> 
> <form name="LoginExtranet" method="POST" action="ExtranetServlet">

you should send an action to "servlet/ExtranetServlet.class"

> The html file is in the jakarta-tomcat\webapps\extranet
> directory, and the ExtranetServlet.class file is in the
> jakarta-tomcat\webapps\extranet\classes directory, but

and put class files under jakarta-tomcat\webapps\extranet\WEB-INF\classes

hope it helps.