Hello Axis users, Two tips, found it out the hard way. 1. Look into the code (duh) 2 To deploy a wsdd file on another port, for instance you have multiple instances of tomcat an Axis running on one Apache, execute the following statement: java org.apache.axis.client.AdminClient deploy.wsdd -p 7080
>From the javadoc of the org.apache.axis.client.AdminClient:
If -l or -h -p -s are not set, the AdminClient will invoke
http://localhost:8080/axis/servlet/AxisServlet.
With regards,
Michel Bergijk
