--
I'm running JServ v 1.0, Apache v 1.3.6, RedHat Linux 2.2.5, jsdk2.0,
and jdk1.2.
I got Apache working and now I'm trying to configure JServ. Basically I
can't even get Apache to listen on port 8007 (the home page on port 80
is served fine). I'm pretty confused about all the different
configuration files, and what goes where. I took the
jserv/conf/httpd.conf file and appended it to apache/conf/httpd.conf,
and changed ApJServProperties to point to the absolute path to
jserv/conf/jserv.properties. Is this right? Should it
point to jserv/example/jserv.properties? I'm trying to get the example
Hello servlet working.
A bigger issue I'm struggling with understanding is how Apache loads the
JServ module. I configured Apache to use DSO and included the line
"LoadModule jserv_module
/usr/local/maverick/server/apache_group/jserv/lib/mod_jserv.so"
in Apache's httpd.conf (there was a jserv dir created in Apache's
src/modules, but the Makefile in there did not create a .so). When I try
to start httpd with the apachectl script, I get an error message "httpd
could not be started." What I'm confused about is which httpd it's
trying to run, because there's one in Apache's bin dir, but I also have
one
installed on the system in /usr/sbin/httpd. There are 14 httpd processes
on the system even though the httpd.conf file is directed to only start
5 servers (however, in linuxconf under Apache's defaults, it says 10).
Any help is appreciated. Thanks.
Vlad
PS Another thing I don't understand is that when I run ./apachectl start
(successfully, first removing the LoadModule line from httpd.conf) and
then try ./apachectl stop, I get the error "httpd (no pid file) not
running."
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]