Hello,
I have downloaded Axis-1.5 alpha final from the ws.apache.org web site to run on my linux Fedora Core 1 system. I am using Apache 2.0.47, and I have configured Axis to run with Apache 2 (and Xerces-C++, which I have also installed) using the configure command


./configure --prefix=/usr/local/axis --with-apache2=/apache/src/dir \
--with-xerces=/xerces/install/dir

After installing the compiled software (by doing "make install" and "sh /usr/local/axis/bin/deploy_apache2.sh", I am able to restart apache, but I get no response at /axis, and get no logging of the request at all. I have placed

    <Location /axis>
      SetHandler axis
    </Location>

directives within the virtual host container that I am making the request to, and have the LoadModule directive for the axis module present as well.

Can you offer any suggestions for getting axis to simply display the start page? Thanks!

   J. Patrick Bedell
   [EMAIL PROTECTED]




Reply via email to