----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hallo,

i have big problem while installing apache 1.3.17 and jserv 1.1.2 under Linux:

First i install Apache:

        ./configure --prefix=/usr/local/apache 
                    --enable-rule=SHARED_CORE
                    --enable-module=so
        make
        make install

Then i install Jserv:

        ./configure --prefix=/usr/local/jserv
                    --with-jdk-home=/usr/local/jdk1.2
                    --with-JSDK=/usr/local/jsdk
                    -enable-apache-conf
        make
        make install

Then i insert the following line in /usr/local/apache/conf/httpd.conf

        Include /usr/local/jserv/etc/jserv.conf

Next is starting the apache...

The Jserv should work!?

Do i forget something?

Mike


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to