----------------------------------------------------------------
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!!!
----------------------------------------------------------------
This is on a updated redhat 6.0 box.
I started by installing apache 1.3.12 from the rpm, and jserv from the
rpm. apache started up, but I got this:
[Mon May 8 16:29:37 2000] [warn] Loaded DSO modules/mod_jserv.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
Anyway it was fine serving static web pages, but trying to access a
servlet just caused it to hang. Even if the servlet didn't exist, it
didn't complain to me, just nothing happened. And in the access log :
209.219.91.66 - - [08/May/2000:15:57:31 -0400] "GET
/servlet/SuperSnoopxxx HTTP/1.0" 200 -
even though it couldn't have possibly worked because there was no
serverlet with that name. The /jserv/ directory *did* show a jserv up
and running.
So I tried making by own binary rpm from the source rpm and installing
that. No difference except the version number changed from:
Apache/1.3.12 (Unix) (Red Hat/Linux) ApacheJServ/1.1b2
to
Apache/1.3.12 (Unix) (Red Hat/Linux) ApacheJServ/1.1
Then I tried building jserv as a dso into the apache install. No
difference. Then I tried buildind jserv into apache statically. Apache
wouldn't compile:
[root@p1 apache_1.3.12]# make
===> src
make[1]: Entering directory `/usr/src/apache_1.3.12'
make[2]: Entering directory `/usr/src/apache_1.3.12/src'
===> src/regex
<SNIP>
<=== src/modules/standard
===> src/modules/jserv
make[4]: *** No rule to make target `all'. Stop.
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/src/apache_1.3.12/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.12'
make: *** [build] Error 2
[root@p1 apache_1.3.12]# cd src/modules/jserv/
[root@p1 jserv]# ls
Makefile.libdir Makefile.tmpl libjserv.a libjserv.module
[root@p1 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]