Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 8116 invoked by uid 500); 29 Jun 2002 07:06:20 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 8107 invoked from network); 29 Jun 2002 07:06:20 -0000 Message-ID: <006401c21f3b$81cf6760$2bb0e40f@nevis> From: "Steve Loughran" To: References: <20020629062907.30076.qmail@web14405.mail.yahoo.com> Subject: Re: Axis Installation Error in Tomcat Date: Sat, 29 Jun 2002 00:05:48 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1050 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1050 X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N ----- Original Message ----- From: "Ramamoorthy Namachivayam" To: Sent: Friday, June 28, 2002 23:29 Subject: Re: Axis Installation Error in Tomcat > Dear Scott, > > I hv just followed the steps as per your statement and > the doc.I hv started the tomcat from the bin directory > using the startup.bat.Then i switched over to the > dirctory where the deploy.wsdd is available.Then i set > the classpath for the jar files from this position. > I was getting the error as below. > > D:\jakarta-tomcat-4.0.4\webapps\axis\WEB-INF\classes\samples\transport>java > or > apache.axis.client.AdminClient - > lhttp://localhost:8080/axis/services/AdminSer > ce deploy.wsdd > - Processing file > lhttp://localhost:8080/axis/services/AdminService > - Exception: > java.io.FileNotFoundException: > lhttp://localhost:8080/axis/services/AdminServi > (The system cannot find the path specified) how to debug. 1. look at the obvious problems 2. worry about the sublties later 3. dont bother escalating till you have done #1, because the lead time for a useful response can be days; you are always faster fixing it yourself. So, rather than make any suggestions on fixes, I will state the obvious. A file not found exception means that the web page isnt found. What url are you *really* sending to the client; can you see it in a web page.