1 Reply Latest reply on Mar 21, 2002 11:25 AM by cinderella

    deploying application with axis inside

    cinderella

      Hi,

      i am deploying on JBoss 2.4.4 with Tomcat 4.0.1 an application which contains EJBs that are deployed also as web services using Axis. I have added axis servlet to my web.xml along with mine servlets and i have added all needed jars.

      The problem so far is that it works fine using the autodeployer (by placing the ear in the deploy) but it fails using the following ant task:



      While invoking the servlet i get a 500 error, with a NoClassDefFound javax.servlet.http.HttpServlet

      Somebody can help? what's the difference?

      Thanks for everything

        • 1. Re: deploying application with axis inside
          cinderella

          Hi,
          i reply to myself. It works now, i had to put all needed jars in web-inf lib and then war the jars. That was the difference between my hand made ear and the one i generated with ant task. I don't understand why it tells me it is not finding servlet classes, i have the servket.jar in jboss classpath and all other deployed servlet are running.

          Regards

          Michele