"Cohan, Sean" wrote: > > It turns out my CLASSPATH was polluted. I was able to run example2 going > using xerces. However, when I try example3, I get the following: > > C:\jakarta-tomcat-4.0.4\bin>java org.apache.axis.client.AdminClient > deploy.wsdd > - Processing file deploy.wsdd > - Exception: > java.io.FileNotFoundException: deploy.wsdd (The system cannot find the file > specified) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:64) > at org.apache.axis.client.AdminClient.process(AdminClient.java:291) > at org.apache.axis.client.AdminClient.process(AdminClient.java:299) > at org.apache.axis.client.AdminClient.process(AdminClient.java:250) > at org.apache.axis.client.AdminClient.main(AdminClient.java:335) > > Any ideas????
Are you __sure__ that there is a deploy.wsdd in C:\jakarta-tomcat-4.0.4\bin> ? --Jools
