Greetings,
I am new at the Apache/jserv game. I Configured Apache and JServ (no
DSO) exactly per the instructions in INSTALL (from jserv 10b3
download). All goes well until I run the jserv example by including
example/jserv.conf in Apache's httpd.conf. The first mod_jserv rule
Apache incounters it doesn't understand. It is probably because
mod_jserv is not being linked to Apache, 'httpd -l' shows no mod_jserv.
Platform:
Solaris 2.6
Apache 1.3.6
Jserv 1.0b3
jsdk 2.0
jdk 2.0
gcc (1.1.2 release)
The following is what I did:
'Apache'
./configure --prefix=/usr3/apache --enable_module=most
make
make install
-----Apache works fine
'Jserv'
./configure --with-apache-src=/usr/apache136 \
--with-jdsk=/home/adolf/JDSK2.0/lib \
--enable-apache-conf \
--prefix=/usr3/apache/jserv
make
make install (to make/copy jar and docs to prefix)
make (remake Apache)
* make is now doing a bunch of jserv stuff
-----All seems to work correctly until I try the example.
When I add:
Include /usr/apache136/JServ10b3/examples/jserv.conf
to apache httpd.conf (last line), Apache won't start.
ERROR: Invalid command ApJServManual
Why is mod_jserv not being linked into Apache? The jserv INSTALL
instructions state that Apache does not have to be configured with
'add-Module.." jserv.
mike.
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]