You can also make sure the module is getting loaded with the

httpd -l

command, this should show you a list of all the modules that are being
loaded,
and one of them of course should be the mod_jserv one...

----- Original Message -----
From: Umut Ceyhan <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Sent: Friday, June 04, 1999 6:52 AM
Subject: Jserv config problem...


> Hello...
>
> I am trying to install Jserv 1.05b with apache 1.3.6 in DSO mode on Linux.
>
> I installed properly (I think). But when I look at
> http://x.y.z.com/servlets/myservlet, I am taking the message "Not Found"
> on browser.
> When I looked at the error logs of apache I saw "File does not exist:
> /usr/local/apache/htdocs/servlets/myservlet" message.
>
> I can also not reach jserv servlet.
>
> I already added
>    LoadModule jserv_module libexec/mod_jserv.so
>    AddModule  mod_jserv.c
> into httpd.conf.
>
> I also appended jserv.conf to the httpd.conf.
> I edited jserv.properties and myzone.properties.
>
>
>
> There is nothing in modjserv_log. I did everything told in manuals.
>
> What the problem can be ? How can I solve it ?
>
> Thanks lot.
>
>
>
> -- --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> READ THE FAQ!!!!     <http://java.apache.org/faq/>
> Archives and Other:  <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]
>
>



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

Reply via email to