You are not logged in.

#1 2009-06-24 13:27:55

Night
Member
From: Sweden
Registered: 2009-06-24
Posts: 1

Problem with apache and Axis2c

Hello everyone!
Im kind of new to linux. This is my  fist try of setting up a server. Been using arch on my laptop for some time and I live i sweden so my english is not perfekt. So there will be bad spelling and a lot o questions big_smile

Im trying to get apache with axis2c to run on my server. Im setting up a webserver for a friend.
Apache2 is up and running no problem what at all. Used pacman to install it. But i cant get apache to run with axis2c.
Ive downloaded the binary for axis2c from ws.apache.org. Unpacked it and followed the installation guide from http://ws.apache.org/axis2/c/docs/insta … guide.html.
Ive set the AXIS2_HOME variable to the directory that i unpacked axis to (/opt/axis2c/).
Copied libmod_axis2.so.0.6.0 as mod_axis2.so to both /etc/httpd/modules and /usr/lib/httpd/modules not that the manual said to but becouse i did not know.
Added
LoadModule axis2_module modules/mod_axis2.so
Axis2RepoPath /opt/axis2c
Axis2LogFile /opt/axis2c/logs
Axis2LogLevel warn
<Location /axis2>
SetHandler axis2_module
</Location>
to httpd.conf
And when i try to start httpd i just says fail.

Ive looked at all the logs in /var/log/ and /var/log/httpd
But i cant find anything.

/Night

Offline

#2 2009-07-03 09:27:19

daf666
Member
Registered: 2007-04-08
Posts: 470
Website

Re: Problem with apache and Axis2c

Run it from the shell to see whats wrong:
# httpd

Offline

Board footer

Powered by FluxBB