Try
String args[] = new String[2];
args[0] = "deploy-svc1.wsdd";
args[1] = "deploy-svc2.wsdd";
AdminClient admin = new AdminClient();
result = admin.process(args);
if (result != null)
log.info(result);
Thanks,
dims
--- "Dunn, Scott" <[EMAIL PROTECTED]> wrote:
> I am having problems deploying
I am having problems deploying multiple services from within a single VM. I
have tried this on W2K and Solaris.
To demonstrate the problem, I modified AdminClient.main() as follows
public static void main(String args[]) {
SDAdminClient admin = new SDAdminClient();