Brad,
My sympathies. The docs are weak and compiling jserv into Apache as a DSO is a
little tricky but not too bad.
Copy the src/c/* files from the jserv distribution to to the src/modules/extra
directory of the apache distribution and
try this:
./configure --prefix=/usr/local/apache --enable-module=most --enable-shared=max \
--add-module=src/modules/extra/mod_jserv.c --enable-shared=jserv
Then make and make install. The
http://www.servletcentral.com/1999-01/jserv.dchtml article describes how to download,
build, install, and configure the current beta version of Apache JServ. After
configuring everything I found it
necessaary to change permissions on the logs directory before it finally worked. Good
luck.
Brad wrote:
> Has anybody had any luck building JServe for Apache as a DSO? If so, how. I
>execute the JServe configure script. Then I execute make all. When it dives into
>the directory containing the C code, make says there is nothing to do for ALL.
>
> Brad
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html