I am trying to install Apache-JServ-1.0b3 for apache_1.3.6 on Redhat linux 5.1.

The apache server has DSO support compiled in. 


I installed Apache-JServ-1.0b3 by running

./configure \
--with-apache-install=/opt/apache \
--prefix=/opt/jserv  \
--with-jdk-home=/opt/jdk  \
--with-jsdk=/opt/jsdk/lib/jsdk.jar \
--enable-apache-conf

then I ran a make install.


What I noticed is that the only thing jserv did with apache was copy mod_jserv.so in 
/opt/apache/libexec. The source distribution for apache was untouched (located in 
/opt/apachesrc/apache_1.3.6).

My question is how is apache supposed to know of the new module when the jserv install 
did not add or modify in the apache source distribution??

Thanks in advance.




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