On Tue, Apr 20 1999 (09:52AM) Wagner, Matthias wrote:
> Hi there,
>
> I've got a problem concerning loading jserv with DSO. I use apache 1.3.3
>
> and jserv1.0b3. I tried to load and add my mod_jserv the same way the
> other modules are loaded and added in my httpd.conf-file of apache.
> Other modules are loaded this way : the module is loaded by giving a
> mod_<name>.so-file to the "LoadModule"-command and is added by giving a
> mod_<name>.c-file to the "AddModule"-command. But I miss the
> mod_jserv.so-file. I only found one mod_jserv.c-file. During
> configuration of jserv and building jserv no problems where detected.
> Could anyone help me?
I don't know the difference between jserv1.0b3 and
Apache-Jserv-1.0b3 or if there is any difference at all.
I installed Apache-Jserv-1.0b3 and it created a mod_jserv.so using
the following:
./configure \
--with-apache-install=/opt/apache \
--prefix=/opt/jserv \
--with-jdk-home=/opt/jdk \
--with-jsdk=/opt/jsdk/lib/jsdk.jar
make
make install
This made a mod_jserv.so and put it in /opt/apache/libexec
Mark
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]