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 "Gustav Wall (JIRA)" <ax...@ws.apache.org> on 2004/11/05 11:04:33 UTC

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

     [ http://nagoya.apache.org/jira/browse/AXIS-1643?page=comments#action_55081 ]
     
Gustav Wall commented on AXIS-1643:
-----------------------------------

In the 'Axis Happiness Page' happyaxis.jsp do control and adding:
 
Found Activation API (javax.activation.DataHandler) at D:\Referat43\Index\Java\Tomcat 5.0\webapps\axis\WEB-INF\lib\wsdl4j.jar

> Axis installation: Step 7 > Testing samples.stock.GetQuote
> ----------------------------------------------------------
>
>          Key: AXIS-1643
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1643
>      Project: 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://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira