Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 18402 invoked from network); 9 Dec 2004 21:48:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Dec 2004 21:48:44 -0000 Received: (qmail 8631 invoked by uid 500); 9 Dec 2004 21:48:42 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 8614 invoked by uid 500); 9 Dec 2004 21:48:42 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 8599 invoked by uid 99); 9 Dec 2004 21:48:42 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.cmtek.com (HELO mail.cmtek.com) (206.162.188.212) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Dec 2004 13:48:39 -0800 Received: from [192.168.1.77] (unknown [216.208.222.195]) by mail.cmtek.com (Postfix) with ESMTP id 157C14A733 for ; Thu, 9 Dec 2004 16:53:33 -0500 (EST) Message-ID: <41B8C8D4.70609@cmtek.com> Date: Fri, 10 Dec 2004 02:51:16 +0500 From: Jean ANDRE User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache AXIS C User List Subject: Re: URL not available References: <20041209212853.25379.qmail@web11405.mail.yahoo.com> In-Reply-To: <20041209212853.25379.qmail@web11405.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello vijay ponnavolu, 1) Be sure to update the hhtp config file for Apache. Load the correct DLL. Restart your server after updating the config file from apache. As I've IIS webserver, I'm listenning on another port. # This is the fragment file to include into the httpd.conf file from # Apache server to be able to run axis when the default port 80 is # not available for Apache server. Adapt path(s) as your needs. Listen 127.0.0.1:7001 ServerAdmin jandre@ DocumentRoot D:/programs/apache/httpd/Apache2/ ServerName 127.0.0.1 ErrorLog D:/programs/apache/httpd/Apache2/Axis/log/http-error_log.txt CustomLog D:/programs/apache/httpd/Apache2/Axis/log/http-access_log.txt common # Load axis module. For more information about how to configure and use # Axis under Apache server,please refer to the documentation # http://ws.apache.org/axis/cpp/documentation.html LoadModule axis_module modules/mod_axis2.dll SetHandler axis 2) Be sure that the Apache Server have : 2.1) the folder Axis as describe in Axis documentation E.g.: D:\programs\apache\httpd\Apache2\Axis in lib folder you should have those file AxisClient.dll AxisServer.dll AxisTransport.dll AxisXMLParser.dll README xerces-c_2_2_0.dll 2.2) the xerces XML parser or the other one xerces-c_2_2_0.dll 2.3) The classpath set. CLASSPATH at least, set your path as you need echo Initialize Axis environment... set AXISCPP_HOME=D:\programs\apache\axis set AXISCPP_LIB=%AXISCPP_HOME%\lib\axisjava set AXISCPP_DEPLOY=D:\programs\apache\httpd\Apache2\Axis set CLASSPATH=%CLASSPATH%;%AXISCPP_LIB%\axis.jar set CLASSPATH=%CLASSPATH%;%AXISCPP_LIB%\wsdl4j.jar set CLASSPATH=%CLASSPATH%;%AXISCPP_LIB%\commons-discovery.jar set CLASSPATH=%CLASSPATH%;%AXISCPP_LIB%\commons-logging.jar set CLASSPATH=%CLASSPATH%;%AXISCPP_LIB%\log4j-1.2.8.jar set CLASSPATH=%CLASSPATH%;%AXISCPP_LIB%\jaxrpc.jar set CLASSPATH=%CLASSPATH%;%AXISCPP_LIB%\saaj.jar set CLASSPATH=%AXISCPP_HOME%\lib\axis\wsdl2ws.jar;%CLASSPATH% echo . echo Axis environment initialized! Please, verify those points.... A+ and take care Jean vijay ponnavolu wrote: >try > >http://localhost/axis/ > >NOTE: "/"at the end > >--vijay >--- "Balakrishnan, Pradeep" > wrote: > > > >>Hi, >> >>I have the following environment: >> >>RH Enterprise Linux WS 3.0 >>Apache 2.0.48 >>Xerces 2_2_0 >>Axis 1_4 alpha >>OpenSSL >> >>Got everything built, however when I go to the >>browser and see if my >>axis setup is correct, by typing >>http://localhost/axis, I get an error >>"URL not available" and http://localhost/axis/base >>displays a page with >>a lot of edit boxes. >> >>Can anyone help me here? >> >>Thanks, >>Pradeep >> >> >>--- >> >>Pradeep Balakrishnan >>Software Architect >> >>Email: Pradeep_Balakrishnan@Xiotech.com >>Office: 408 962 4672 >>Fax: 408 746 2079 >> >>Xiotech Corporation >>2900 Gordon Ave. >>Suite 200 >>Santa Clara, CA 95051 >> >>www.xiotech.com : www.xiotech.com/demo : Toll-Free >>866 472 6764 >> >> >> > > > > >__________________________________ >Do you Yahoo!? >Take Yahoo! Mail with you! Get it on your mobile phone. >http://mobile.yahoo.com/maildemo > > >