I'm trying to deploy a webservice programmatically from a servlet. I am using the AdminClient class and specifying the location for the AxisServlet using the -l option (I tried -h -p and -s too). The problem is that the Admin client ignores the port I specify and tries to open the connection using default one (8080).
This doesn't happen if I run the AdminClient from the command line. Does anyone know to solve this? Thanks, Jorge