Hi, i am facing problem in Axis installation with apache in Windows. i am using 1) apache_2.2.4-win32-x86-no_ssl.msi 2) axic-c-1.6b(for deploy folder) 3) xerces.2_2_0 i have installed Apache in this path. APACHE_PATH=C:\Program Files\Apache Software Foundation\Apache2.2 i have put deploy folder from axis-c-1.6b extract in APACHE_PATH and renamed it as Axis. i have changes the axiscpp.conf file like this:- # The comment character is '#' #Available directives are as follows #(Some of these directives may not be implemented yet) # #WSDDFilePath:The path to the server wsdd #LogPath:The path to the axis log #ClientLogPath:The path to the axis client log #ClientWSDDFilePath:The path to the client wsdd #Transport_http:The HTTP transport library #Transport_smtp:The SMTP transport library #XMLParser:The xml parser library #NodeName:Node name #ListenPort:Listening port #Channel_HTTP:The HTTP transport channel library #Channel_HTTP_SSL:The HTTP transport secure channel library #LogPath:Axis\logs\AxisLog.txt #WSDDFilePath:Axis\conf\server.wsdd LogPath:C:\Program Files\Apache Software Foundation\Apache2.2\Axis\log\AxisLog.txt WSDDFilePath:C:\Program Files\Apache Software Foundation\Apache2.2\Axis\conf\server.wsdd XMLParser:C:\Program Files\Apache Software Foundation\Apache2.2\Axis\lib\xerces-c_2_2_0.dll ( Or AXISXMLparser.dll) Transport_http:C:\Program Files\Apache Software Foundation\Apache2.2\Axis\lib\HTTPTransport.dll Channel_HTTP:C:\Program Files\Apache Software Foundation\Apache2.2\Axis\lib\HTTPChannel.dll Channel_HTTP_SSL:C:\Program Files\Apache Software Foundation\Apache2.2\Axis\lib\HTTPSSLChannel.dll
i have copied these dll's from AXIS_EXTRACT/bin and XERCES_EXTRACT/bin **** Somewhere it is mentioned that Transport_http and Channel_http should be AXISTransport.dll and AXISChannel.dll**** Query::: Do we have to manually create AxisLog.txt for LogPath ?? or will it be automatically created??? i am starting the apache monitor from following path:-- C:\Program Files\Apache Software Foundation\Apache2.2\bin\ApacheMonitor.exe i am not able to start the service in CMD:--- C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd -k start [Mon Apr 09 12:22:17 2007] [error] (OS 2)The system cannot find the file specified. : No installed service named "Apache2.2". but if i have the entry in http.conf file LoadModule axis_module modules\mod_axis2.dll <Location /axis> SetHandler axis </Location> i am even not able to start the ApacheMonitor.exe Query:::: What can be the error???? My PATH env Variable is :--- C:\Progra~1\Apache~1\Apache2.\Axis\lib;C:\Progra~1Apache~1\Apache2.2Axis\bin;C:\Progra~1\Apache~1\Apache2.2\bin;C:\Progra~1\Apache~1\Apache2.2\lib; i have copied all the DLL file from xerces extract and Axis extract to C:\Program Files\Apache Software Foundation\Apache2.2\Axis\lib Please help me.... Thanks and regards, Yogi --------------------------------- No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started.
