-
From: Yves Gerber [mailto:[EMAIL PROTECTED]
Sent: Fri 10/17/2003 9:14 AM
To: [EMAIL PROTECTED]
Cc:
Subject: Re: I think my Axis is missing directories...
it doesn't matter what I do, I can't seem to get past NoClassDefFoundError. Are you using Unix or DOS/WinXP?Echo just repeated the line like I entered it.
Cheers
-Yves
Stephen Gordon <[EMAIL PROTECTED]> wrote:
AXISCLASSPATH is just done for the convenience of that guide.My approach:Put all your
AXISCLASSPATH is just done for the convenience of that guide.
My approach:
Put all your JARs in webapps\axis\WEB-INF\lib.
set TOMCAT_HOME=wherever
set AXIS_LIB=%TOMCAT_HOME%\webapps\axis\WEB-INF\lib
set CLASSPATH=%AXIS_LIB%\axis.jar
Then for all the other JARs in webapps\axis\WEB-INF\lib:
set
Is there a difference between AXISCLASSPATH and CLASSPATH? I try following the Axis guide, they keep refering to AXISCLASSPATH, which I have implemented. Also, I have all the jar files listed in the AXISCLASSPATH, in XP, in the enviro var settings so separate each of the jars with a semi-colon ; ri
You need to set your CLASSPATH to include all the axis JARs.
Then do java org.apache.axis.client.AdminClient -l deploy.wsdd
The URL supplied on the -l flag should be right if you did the default
install of axis (Tomcat on port 8080, axis in the /axis context).
Also check http://localhost:8080/
On the User's guide, where it tells you to "run the admin client"
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd
but I can't find the "services/AdminService" directory, nor the "servlet/AdminServlet" directory when you click "Administer Axis" from the axis home page. I have Axis 1