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


--
----------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to