[JBoss-user] [Installation, Configuration & Deployment] - Re: JUnit, change default port

2005-10-13 Thread simona.pricope
I solved the problem by passing the port number to the process methof of the AdminClient object. AdminClient admin = new AdminClient(); admin.process(new String[] { "-p", "80", "undeploy.wsdd" }); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900828

[JBoss-user] [Installation, Configuration & Deployment] - Re: JUnit, change default port

2005-10-13 Thread simona.pricope
Hi, To be more explicitly: I'm receiving the exception when I try to use the AdminClient (org.apache.axis.client.AdminClient) to process my undeploy.wsdd. Can anyone help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900802#3900802 Reply to the post :