2 Replies Latest reply on May 3, 2005 10:37 AM by mdkhanga

    Error  deploying WebModules

    asty

      Hi,
      I am facing a strange problem with Jboss and Eclipse. Till now it was working great but today when I created a new Web Module and deployed it It is giving this error:
      Code:
      java.lang.ClassNotFoundException: depotApps.addItem.servlet.AddItemServlet



      this servlet is present and I checked the web.xml the mapping is also properly done:
      Code:

      <servlet-name>AddItemServlet</servlet-name>
      <servlet-class>depotApps.addItem.servlet.AddItemServlet</servlet-class>

      <servlet-mapping>
      <servlet-name>AddItemServlet</servlet-name>
      <url-pattern>/AddItemServlet/*</url-pattern>
      </servlet-mapping>


      What can be the reason of this problem. Please help me, as this is critical time for me!
      Asty