----------------------------------------------------------------
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 there,

I installed jserv1.0 with Apache 1.3.9 on Linux (Suse6.3). I followed
the instructions for running the example servlet as decribed in the doc.
When restarting apache, I get the following warning : 'Starting service
httpd[Wed Jan 26 16:48:55 2000] [warn] Loaded DSO
/usr/lib/apache/mod_jserv.so uses plain Apache 1.3 DSO, this module
might crash under EAPI!'. I'd like to see if jserv is working, but for
getting status-information concerning apache, the so called
'setHandler'-Directive is needed by jserv. It has to be set in
jserv.conf. I inserted the line 'setHandler  http://localhost/jserv/"'
in jserv.conf. But when I start apache with this line inserted, I get
the following error message : 'Syntax error on line 108 of
/home/mat/jserv/ApacheJServ-1.0/example/jserv.conf: Invalid command
'SetHandler', perhaps mis-spelled or defined by a module not included in
the server configuration '. But the module is loaded because if I
uncomment the line where jserv is loaded ( also in jserv.conf ), I get
an error concerning a directive which is reached before the
'setHandler'-directive. If I take out the 'setHandler' directive, apache
starts with the above mentioned warning, but if I try to invoke an
example servlet, I get a 'file not found' error from apache. Can anyone
help? 

Thanks in advance.
Matthias


--
--------------------------------------------------------------
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]

Reply via email to