0 Replies Latest reply on Feb 23, 2004 3:21 PM by fishy

    servlet mapping -

    fishy

      having a heck of time eliminating the following error using Apache Tomcat/4.1.29:

      HTTP Status 404 - /root/servlet/Servlet_Name
      --------------------------------------------------------------------------------
      type Status report
      message /root/servlet/Servlet_Name
      
      description The requested resource (/root/servlet/Servlet_Name) is not available.


      i'm calling the servlet with:
      <form action="servlet/Servlet_Name" method="post">


      my web.xml is:
      <servlet>
      <servlet-name>Servlet_Name</servlet-name>
      <servlet-class>Servlet_Name</servlet-class>
      </servlet>
      
      <servlet-mapping>
      <servlet-name>Servlet_Name</servlet-name>
      <url-pattern>/Servlet_Name</url-pattern>
      </servlet-mapping>


      any suggestions would be quite helpful. i've searched the forum and unfortunately, a no go.

      best.