-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Hi,

Are you sure to have made a DSO ?
Are you sure the compilation is OK ?

Logically you are find this library :

<your_path_for_ApacheJServ>/src/c/mod_jserv.so
and after compilation you copy mod_jserv.so under
<your_path_apache_or_other>/libexec/

Into httpd.conf append this line and restart (apachectl restart) : 

LoadModule jserv_module libexec/mod_jserv.so


Pascal Chong a écrit :
> 
> I'm having some problems installing Apache JServ on Caldera Open Linux 2.2.
> Can anyone help ?
> 
> I'm using :
> Apache 1.3.6
> JSDK2.0
> JDK1.1.7v3 (green threads)
> 
> I'm trying to do a DSO installation. I ran "configure", "make" and "make
> install", but I can't find mod_jserv.so anywhere on my hard disk. I can find
> mod_jserv.c in the c directory. What do I do now ? I ran httpd -l and
> naturally, no jserv module was loaded.
>


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