Re: Axis/BEA WL 6.1 java.io.FileNotFoundException: null\server-config.wsdd

2002-02-26 Thread Glyn Normington
If you are picking up a default server configuration file, then it server-config.wsdd in the current directory unless you set the JVM system property axis.ServerConfigFile to point at a file somewhere else. If you haven't set this system property, I would guess that the current directory in your e

Axis/Bea WL 6.1 java.io.FileNotFoundException: null\server-config.wsdd

2002-02-23 Thread herve attia
Hello, I tried to run the Calculator Axis sample (http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.html#PublishingServices) with Bea WL 6.1. I wrote a deployment file : xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> Next, I run the AdminClient as follo

Axis/BEA WL 6.1 java.io.FileNotFoundException: null\server-config.wsdd

2002-02-23 Thread herve attia
Hello, I tried to run some Axis sample with BEA WL 6.1 : samples\userguide\example2\Calculator I wrote a deploy.xml file but when I use the AdminClient as following : $java org.apache.axis.client.AdminClient -p7001 deploy.xml it displays : Processing file deploy_calc.xmlDone processing bu