3 Replies Latest reply on Jul 20, 2006 11:08 AM by balakrishna_narla

    Error 404

    pjohnson

      Hi I am new to JBoss,I was trying to run the tutorial came along with JBoss installation. I am getting 404 description The requested resource (/fibo/compute) is not available. any body got any idea what is going wrong , my web.xml have these entris

      <servlet-name>Compute Servlet</servlet-name>
      <display-name>Computation Servlet</display-name>
      <![CDATA[Servlet that compute Fibonacci suite]]>
      <servlet-class>tutorial.web.ComputeServlet</servlet-class>


      <servlet-mapping>
      <servlet-name>Compute Servlet</servlet-name>
      <url-pattern>/Compute</url-pattern>
      </servlet-mapping>


      and i copied the class files under WEB-INF.
      johnson