Hi, I am running Tomcat 3.2.1 on RedHat Linux 6.2 with Apache 1.3.14. I created simple "my_form.html" file and placed it into the directory /usr/local/jakarta-tomcat-3.2.1/webapps/examples/servlets This form suppose to call my servlet using the following line: <FORM METHOD=GET ACTION="/servlet/NameInput"> However, when I click on "Submit" button, it cannot find the servlet. In order to get the form into the browser I use the URL http://localhost:8080/examples/servlets/my_form.html and placed the my_form.html file in the directory /usr/local/jakarta-tomcat-3.2.1/webapps/examples/servlets In order to get the servlet into the browser I used the URL http://localhost:8080/examples/servlet/NameInput and placed the NameInput.class file in the directory /usr/local/jakarta-tomcat-3.2.1/webapps/examples/WEB-INF/classes Do you know which directory I should put into the my_form.html to get my servlet called? Thank you, Jacob Nikom ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]