You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Ken Coward (JIRA)" <ax...@ws.apache.org> on 2005/09/14 22:27:56 UTC

[jira] Commented: (AXIS-1643) Axis installation: Step 7 > Testing samples.stock.GetQuote

    [ http://issues.apache.org/jira/browse/AXIS-1643?page=comments#action_12329357 ] 

Ken Coward commented on AXIS-1643:
----------------------------------

The names of the following jars are incorrect in the classpath instructions
$AXIS_LIB/commons-discovery.jar
$AXIS_LIB/commons-logging.jar

Should be 
$AXIS_LIB/commons-discovery-0.2.jar
$AXIS_LIB/commons-logging-1.0.4.jar

Also the class path is missing
$AXIS_LIB/wsdl4j-1.5.1.jar

Without the latter the getQuote example doesn't work.

> Axis installation: Step 7 > Testing samples.stock.GetQuote
> ----------------------------------------------------------
>
>          Key: AXIS-1643
>          URL: http://issues.apache.org/jira/browse/AXIS-1643
>      Project: Apache Axis
>         Type: Improvement
>   Components: Documentation
>     Versions: 1.2RC1
>  Environment: Windows 2000, JRE 1.4.2_04
>     Reporter: Gustav Wall
>     Priority: Trivial

>
> Step 6: Classpath setup reads:
>  set AXISCLASSPATH=%AXIS_LIB%\axis.jar;%AXIS_LIB%\commons-discovery.jar;
>     %AXIS_LIB%\commons-logging.jar;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\saaj.jar;
>     %AXIS_LIB%\log4j-1.2.8.jar;%AXIS_LIB%\xml-apis.jar;%AXIS_LIB%\xercesImpl.jar
> it should read:
>  set AXISCLASSPATH=%AXIS_LIB%\axis.jar;%AXIS_LIB%\commons-discovery.jar;
>     %AXIS_LIB%\commons-logging.jar;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\saaj.jar;
>     %AXIS_LIB%\log4j-1.2.8.jar;%AXIS_LIB%\xml-apis.jar;%AXIS_LIB%\xercesImpl.jar;
>     %AXIS_LIB%\wsdl4j.jar
>  Step 7: Testing GetQuote reads:
> java -cp .;%AXISCLASSPATH% samples.stock.GetQuote
>      -lhttp://localhost:8080/axis/servlet/AxisServlet
>      -uuser1 -wpass1 XXX
> it should read:
> -cp ".;%AXISCLASSPATH%" samples.stock.GetQuote
>      -lhttp://localhost:8080/axis/servlet/AxisServlet
>      -uuser1 -wpass1 XXX
> so that it can find the org.apache.axis.client and GetQuote.class files

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira