> 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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to