The mod_axis2.dllis in the specified path , ie in modules directory ,
still I am getting this error. I am attaching the httpd.conf file.
Please check whther I have added the right code.

Thanks and regards
Sushmita Sahu
Architecture Team | Finacle
Infosys Technologies Limited Plot No.44|Electronics City,Hosur
Road|Bangalore-560100|India
Call me : 9880927586
"Smile,it is the key that fits the lock of everybody's heart" 

-----Original Message-----
From: Dumindu Pallewela [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 24, 2007 4:12 PM
To: Apache AXIS C User List
Subject: Re: Regarding web services through AXIC c++

Sushmita Sahu wrote:
>
> /Hi,/
>
> / I am a novice in web services./
>
> /I have installed Axis -c as per the document given in Axis site. I 
> have copied all the respective files in the relevant paths./
>
> /I have set the path as well. But when I give httpd -k start it gives 
> me the error that mod_axis2.dll can not be loaded./
>
> */C:\Apache Software Foundation\Apache2.2\bin>httpd -k start/*
>
> */httpd: Syntax error on line 487 of C:/Apache Software 
> Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Apache Software 
> Foundation/Apache2.2/modules/mod_axis2.dll into server: The specified 
> module could not be found./*
>
> */ /*
>
> /I have added /
>
> */LoadModule axis_module modules/mod_axis2.dll/*
>
> */<Location /axis>/*
>
> */SetHandler axis/*
>
> */</Location>/*
>
> / /
>
> /To httpd.conf/
>
> / /
>
Also note that the configuration should be changed as follows:

LoadModule axis2_module modules/mod_axis2.dll
<Location /axis>
SetHandler axis2_module
</Location>

NB: Module name in the above must be "axis2_module". Not "axis_module" 
nor "axis".

additionally, you should have the following parameters in your 
httpd.conf. replace
"path-to-your-axis2-repo" with the path you have installed axis2c.

Axis2RepoPath path-to-your-axis2-repo
Axis2LogFile /tmp/axis2.log
Axis2LogLevel info

However, according to the error message that you have posted, it seems 
that the
error occurs not due to these mistakes, but due to mod_axis2.dll is not 
found in
the apache2 modules directory as Samisa mentioned.

Dumindu.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not to copy, disclose, or distribute this e-mail or its contents to any other 
person and any such actions are unlawful. This e-mail may contain viruses. 
Infosys has taken every reasonable precaution to minimize this risk, but is not 
liable for any damage you may sustain as a result of any virus in this e-mail. 
You should carry out your own virus checks before opening the e-mail or 
attachment. Infosys reserves the right to monitor and review the content of all 
messages sent to or from this e-mail address. Messages sent to or from this 
e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

Attachment: httpd.conf
Description: httpd.conf

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to