Title: RE: Error while trying to deploy service
You'll need your commandline classpath including all the JARs from Axis (as well as the servlet jar, if memory serves).
If you wish to continue your attempts at running through java code, your "current working directory" is t
That's the first thing I tried, however I kept getting
a NoClassDefFoundError on the AdminClient. I've got
all the jar files where they should be. It was
driving me up the wall so I tried running the
AdminClient in a jsp.
--- Mattia dongili <[EMAIL PROTECTED]> wrote:
> why not use this?
> java
>
why not use this?
java
org.apache.axis.client.AdminClient -l"http://localhost/axis/services/AdminSe
rvice" path_to\deploy.wsdd
anyway I think deploy.wsdd should reside in the same directory where you run
your code from...
in case your code is in a JSP file the execution directory is your server's