RE: I think my Axis is missing directories...

2003-10-17 Thread Sridhar Kotagiri
- 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...

Re: I think my Axis is missing directories...

2003-10-17 Thread Yves Gerber
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

Re: I think my Axis is missing directories...

2003-10-17 Thread Stephen Gordon
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

Re: I think my Axis is missing directories...

2003-10-17 Thread Yves Gerber
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

Re: I think my Axis is missing directories...

2003-10-17 Thread Stephen Gordon
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/

I think my Axis is missing directories...

2003-10-17 Thread Yves Gerber
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