0 Replies Latest reply on May 28, 2003 9:44 AM by jtsimikas

    Deploying a Web Service to JBOSS.NET

      I am trying to deploy a web service to JBOSS.NET with the following command.

      Note: I shortened the classpath for readablility.
      Also, the "deploy.wsdd" is valid and works with 3.0.6.

      java -cp /jboss-3.2.0/server/all/deploy/jboss-net.sar/axis.jar org.apache.axis.client.AdminClient deploy.wsdd

      I execute the server using
      > run -c all

      After running AdminClient, I get a message stating AdminServlet class not found.

      However in the axis.jar there is a class called AdminServlet.

      org.apache.axis.transport.http.AdminServlet

      Does anybody know why JBOSS can't find this class.
      Is it looking for a class under a different package
      structure?

      The axis.jar is the 1st jar in my classpath, so it should pick this up before any other.


      Thanks,
      John