All I did for Jserv to work in DSO mode is adding

Include /usr/local/jserv/conf/jserv.conf 

to httpd.conf and 

LoadModule jserv_module /usr/local/jserv/lib/mod_jserv.so

in jserv.conf, of course then I did a restart of apache.

Umut Ceyhan wrote:
> 
> 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]

-- 
Guenther Wieser      
creative-it/Guenther Wieser Software KEG
Student of Telematik at Graz University of Technology
http://www.creative-it.com        mailto:[EMAIL PROTECTED]
-> In A World Without Walls And Fences, Who Needs Windows And Gates? <-


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