First, I have just run this with beta2 to confirm it works, so there is not
worry that something is broken in Axis.

The messages you see are troubling, specificially

    - Processing file
    lhttp://localhost:8080/axis/services/AdminService

This is *not* the file you want it to process.  Are you leaving a space
between the '-' and the option 'l'?  What I expect is something more like
this:

I:\xml-axis-beta2\samples\transport>java org.apache.axis.client.AdminClient
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd
- Processing file deploy.wsdd
<Admin>Done processing</Admin>

Scott Nichol

----- Original Message -----
From: "Ramamoorthy Namachivayam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 02, 2002 5:07 AM
Subject: Re: Axis Installation Error in Tomcat


> Hi,
>
> I am able to see the URL page by trying through the
> web page but not so from the program.
>
> Still the same problem persists.
>
> Regards,
>
> Ram
> --- Steve Loughran <[EMAIL PROTECTED]> wrote:
> >
> > ----- Original Message -----
> > From: "Ramamoorthy Namachivayam"
> > <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > 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.
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Sign up for SBC Yahoo! Dial - First Month Free
> http://sbc.yahoo.com
>

Reply via email to