----------------------------------------------------------------
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!!!
----------------------------------------------------------------
hi
My configuration is
OS: Linux, RedHat 6.0
Apache: 1.3.9
Jserv: 1.1b2
JSDK: 2.0
JDK: 1.1.7v3
I configured Jserv using the following command,
./configure --prefix=/usr/local/jserv
--with-apache-src=/usr/local/src/apache_1.3.9
--with-jdk-home=/usr/local/jdk
--with-JSDK=/usr/local/jsdk/lib/jsdk.jar --enable-apache-config
I configured Apache using,
./configure --prefix=/usr/local/apache
--activate-module=src/modules/jserv/libjserv.a --
enable-suexec --suexec-caller=nobody --suexec-docroot=/usr/local/apache/htdocs
When I start httpd, the error I get is,
[root@ bin]# ./apachectl start
Syntax error on line 54 of /usr/local/jserv/etc/jserv.conf:
ApJServDefaultProtocol: cannot find protocol 'ajpv12'
./apachectl start: httpd could not be started
Line 54 of jserv.conf reads,
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]