Just a quickie folks, I need to deploy the same webservice onto many different servers, so my question is:

Do I have to recompile my code for every server with an 'ant -Dserver.hostname=my.server.com'-type compilation, using the server.hostname property in the java2wsdl Ant script, or is there another (simpler) way?

Thanks.

As a small aside, why does the '-p' option (the new package into which the generated source files are placed) not exist in the Ant wsdl2java task?

Jason

Reply via email to