---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- My configuration: Apache 1.3.9 ApacheJServ 1.0 mod_ssl-2.4.9-1.3.9 mm-1.0.12 openssl-0.9.4 rsaref-2.0 Operating systems: Solaris 7 and Red Hat 6.1 I recently started using Apache 1.3.9 due to its requirement by the most recent mod_ssl distribution. However, after compiling Apache and JServ with DSO support as usual (see below), I now get the following message whenever I start Apache: [Thu Jan 6 11:57:47 2000] [warn] Loaded DSO libexec/mod_jserv.so uses plain Apache 1.3 DSO, this module might crash under EAPI! Indeed, it does seem that the servlet engine freezes and stops servicing requests after a few minutes. This behavior is consistent whether I run JServ automatically with Apache or manually after starting Apache independently. Is there something I am supposed to be doing differently to get JServ 1.0 to work as a module with Apache 1.3.9? As a work-around, I have statically compiled JServ into Apache, and I do not get the warning. Is this a version mis-match between Apache 1.3.9 and JServ 1.0? Thanks for your advice, --Andrew Mickish Senior Software Engineer SneakerLabs, Inc. CONFIGURE mod_ssl TO INTEGRATE WITH THE APACHE SOURCE TREE cd mod_ssl-2.4.9-1.3.9 [--with-crt=/etc/httpd/certif/server.crt] \ [--with-key=/etc/httpd/certif/server.key] \ ./configure --with-apache=../apache_1.3.9 \ --with-ssl=../openssl-0.9.4 \ --with-rsa=../rsaref-2.0/local/ \ --with-mm=../mm-1.0.12 \ --prefix=/usr/local/apache \ --enable-rule=SHARED_CORE \ --enable-module=so \ --disable-rule=SSL_COMPAT \ --enable-rule=SSL_SDBM \ --enable-rule=SSL_EXPERIMENTAL \ --enable-rule=SSL_VENDOR \ --enable-module=ssl --enable-shared=ssl \ --enable-module=env --enable-shared=env \ --enable-module=mime_magic --enable-shared=mime_magic \ --enable-module=mime --enable-shared=mime \ --enable-module=negotiation --enable-shared=negotiation \ --enable-module=status --enable-shared=status \ --enable-module=info --enable-shared=info \ --enable-module=include --enable-shared=include \ --enable-module=autoindex --enable-shared=autoindex \ --enable-module=dir --enable-shared=dir \ --enable-module=cgi --enable-shared=cgi \ --enable-module=asis --enable-shared=asis \ --enable-module=imap --enable-shared=imap \ --enable-module=actions --enable-shared=actions \ --enable-module=userdir --enable-shared=userdir \ --enable-module=proxy --enable-shared=proxy \ --enable-module=alias --enable-shared=alias \ --enable-module=rewrite --enable-shared=rewrite \ --enable-module=access --enable-shared=access \ --enable-module=auth --enable-shared=auth \ --enable-module=auth_anon --enable-shared=auth_anon \ --enable-module=auth_dbm --enable-shared=auth_dbm \ --enable-module=digest --enable-shared=digest \ --enable-module=cern_meta --enable-shared=cern_meta \ --enable-module=expires --enable-shared=expires \ --enable-module=headers --enable-shared=headers \ --enable-module=usertrack --enable-shared=usertrack \ --enable-module=example --enable-shared=example \ --enable-module=unique_id --enable-shared=unique_id \ --enable-module=setenvif --enable-shared=setenvif CONFIGURE AND BUILD JServ AS A DSO APACHE MODULE cd ApacheJServ-1.0 ./configure --with-apache-install=/usr/local/apache \ --with-jdk-home=/usr/local/java \ --enable-debugging \ --enable-compressed-jar \ --enable-shared=jserv \ --with-jsdk=/usr/local/JSDK2.0 \ --prefix=/usr/local/jserv -- -------------------------------------------------------------- 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]