0 Replies Latest reply on Apr 27, 2005 9:36 AM by asty

    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:

      java.lang.ClassNotFoundException: depotApps.addItem.servlet.AddItemServlet


      this servlet is present and I checked the web.xml the mapping is also properly done:
      <servlet>
       <servlet-name>AddItemServlet</servlet-name>
       <servlet-class>depotApps.addItem.servlet.AddItemServlet</servlet-class>
       </servlet>
       <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