----------------------------------------------------------------
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!!!
----------------------------------------------------------------
You haven't sent your configuration files, so we'll have to guess. The error
message seems to indicate that your Apache installation doesn't know about
the "SetHandler" directive. According to the Apache documentation (see
http://www.apache.org/docs/mod/mod_mime.html#sethandler or your local copy
of the docs), SetHandler is provided by mod_mime. So I'd check to ensure
that mod_mime is installed and maybe that the call to SetHandler occurs
after mod_mime is loaded. From what you describe, you might solve your
problem by ensuring that you put your include line for JServ toward the end
of httpd.conf - like the last line. I've seen that work with the default
installation. Otherwise, we'll have to see the configuration files - in this
case httpd.conf and jserv.conf at a minimum.
HTH.
.... Bob Kimble
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, August 03, 2000 7:34 AM
To: [EMAIL PROTECTED]
Subject: Installing JServ 1.1.2 on Solaris 8
----------------------------------------------------------------
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 all,
I have tried installing JServ on sparc server running Solaris 8 and so
far I can't get it to work. I've compiled & installed Apache-1.3.12
with DSO enabled and then compiled/installed JServ. It all builds fine
and then when I try to run
apachectl start
I get message:
Syntax error on line 132 of /opt/sfw/apache/conf/jserv/jserv.conf:
Invalid command 'SetHandler', perhaps mis-spelled or defined by a module not
included in the server configuration
/opt/sfw/apache/bin/apachectl start: httpd could not be started
#
Does anyone know how to fix this ?
Here's exactly how I compiled things:
1) Apache-1.3.12
./configure \
--prefix=/opt/sfw/apache \
--enable-shared=max
--enable-rule=SHARED_CORE \
--enable-module=so
make; make install
2) JServ
./configure \
--prefix=/opt/sfw/jserv \
--with-apxs=/opt/sfw/apache/bin/apxs \
--with-jdk-home=/usr/java1.2
--with-JSDK=/opt/sfw/jsdk/lib/jsdk.jar\
--disable-debugging
make; make install
I have also edited httpd.conf and put the include line for JServ and
specified hostname.
I did not change any other conf files.
Thank you,
Igor
--
--------------------------------------------------------------
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]
--
--------------------------------------------------------------
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]