2 Replies Latest reply on Sep 29, 2003 12:09 PM by ocg

    Resource Unavailable - Servlet problem

    ocg

      Please Help -
      1) My war gets deployed without errors

      2) If I put an index.html in WEB-INF, it gets deployed

      3) but I can't get my servlet to run using localhost:8080/jpmsurvey

      here's the web.xml mapping:

      <servlet-mapping>
      <servlet-name>SurveyConsoleX</servlet-name>
      <url-pattern>/jpmsurvey</url-pattern>
      </servlet-mapping>


      I get this error:

      HTTP Status 404 - /jpmsurvey/

      --------------------------------------------------------------------------------

      type Status report

      message /jpmsurvey/

      description The requested resource (/jpmsurvey/) is not available.


      --------------------------------------------------------------------------------

      Apache Tomcat/4.1.27-LE-jdk14