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 CLASSPATH=%CLASSPATH%;%AXIS_LIB%\commons-discovery.jar set CLASSPATH=%CLASSPATH%;%AXIS_LIB%\commons-logging.jar etc....
Once you're done you should be OK to go, it won't matter what directory you're in.
If you still can't get it, send me the output of the following:
echo %CLASSPATH%
java org.apache.axis.client.AdminClient
stephen
Yves Gerber wrote:
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 ; right? OH! and when I do the "java samples.userguide..." etc. any of the "java " stuff, what directory do I have to be in? The AXIS_LIB, should that be C:\axis1.1\lib or C:\Tomcat4.1\webapps\axis\WEB-INF\lib ? I have two directories... I've been primarily focused on the second. Thanks for your help!
*/Stephen Gordon <[EMAIL PROTECTED]>/* wrote:
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/axis/happyaxis.jsp
stephen
Yves Gerber wrote:
> 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.1, and I just switched back to Tomcat > 4.1 from using JWSDP- I had fewer problems with just Tomcat. > > Anyone else using a Win XP Pro environment?! > > > ------------------------------------------------------------------------ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! > Testez le nouveau Yahoo! Mail
------------------------------------------------------------------------ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Testez le nouveau Yahoo! Mail <http://fr.mail.yahoo.com>
