Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 59750 invoked from network); 14 Sep 2005 20:28:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 20:28:10 -0000 Received: (qmail 1940 invoked by uid 500); 14 Sep 2005 20:27:58 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 1898 invoked by uid 500); 14 Sep 2005 20:27:57 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 1884 invoked by uid 99); 14 Sep 2005 20:27:57 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 13:27:57 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 784B3135 for ; Wed, 14 Sep 2005 22:27:56 +0200 (CEST) Message-ID: <1616845847.1126729676468.JavaMail.jira@ajax.apache.org> Date: Wed, 14 Sep 2005 22:27:56 +0200 (CEST) From: "Ken Coward (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-1643) Axis installation: Step 7 > Testing samples.stock.GetQuote In-Reply-To: <616347677.1099577552078.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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