Hi Folks,

Trying to run the services on Apache through the test framework but Apache is refusing to start.
This is the ANT in verbose mode

[exec] Current OS is Windows XP
     [exec] Setting environment variable: AXISCPP_DEPLOY=C:\Documents and Settings\Administrator\My Documents\projects\CWSS\code\Build\src\ws-axis\c\..\..\..\Axis
     [exec] Setting environment variable: PATH=<...edited....>;C:\Documents and Settings\Administrator\My Documents\projects\CWSS\code\Build\src\ws-axis\c\..\..\..\Axis\lib
     [exec] Executing 'c:\progra~1\apache group\apache2\bin\apache' with arguments:
     [exec] '-k'
     [exec] 'start'

I've put the following lines in apache config file -
LoadModule axis_module modules/mod_axis2.dll

<Location /axis>
SetHandler axis
</Location>


I've also put the mod_axis2.dll into the modules/ directory

the result is that apache is refusing to start and is giving two errors -

Event viewer shows me these (in order)

"The Apache service named  reported the following error:
>>> Syntax error on line 173 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf:     ."

This line is where I've put the loadmodule line

AND then

The Apache service named  reported the following error:
>>> Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_axis2.dll into server: The specified module could not be found.     .

I also see the above when I run apache ina batch script so this is not an ANT thing.

This is apache 2 btw.

What am I doing wrong?

thanks,
John.

Reply via email to