----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Jim,
I believe the Include statement in your httpd.conf file should be:
"Include path/to/apache/conf/jserv/jesrv.conf" without the quotes, of
course.
That's where your JServ 1.1 puts all of the files that apache wants, and
where you should be making your configurations.
Garrison
----- Original Message -----
From: Jim Miani <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Sent: Thursday, April 27, 2000 11:10 AM
Subject: Apache won't recognize JServ
----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hi, I hate to be a barnacle-like newbie, but I'm _still_ having
trouble installing JServ. I've given up on SCO Open Server because of the
servlet returning an empty document problem I was talking about on this
list about a week ago.
I've now moved over to Linux - Red Hat 6.1 Pro - and I'm having a
completely different problem. Apache 1.3.12 and JServ 1.1
I cannot get Apache to recognize the fact that JServ is out there and should
have servlet requests passed to it. Apache starts and runs fine, but JServ
does
not get launched - there is nothing in the log file to indicate an error.
If I compare the log files from my SCO server where JServ is working
intermittently,
there is a difference. On SCO, when I restart Apache, I get
[Wed Apr 26 18:40:03 2000] [notice] Apache/1.3.12 (Unix)
ApacheJServ/1.1.1b1 ...
but on Linux,
[Thu Apr 27 10:47:26 2000] [notice] Apache/1.3.12 (Unix) configured -- re
so it doesn't look like Apache is attempting to start JServ at all. Also, if
I
try to access a servlet from the browser, I get a 404 and a look at the log
file shows that it is trying to find a document called /servlets/Hello,
rather
than passing the request off to JServ. It's as if Apache has no idea that
JServ
exists!
If I start JServ up manually, it _seems_ to run fine - it logs a
startup message to the jserv.log, ps -eaf | grep java shows the threads
running, no problems I can see.
A few points:
1. I DID reconfigure, make and install Apache AFTER I configured, made and
installed
JServ. I did it twice to be absolutely sure.
2. I did put Include /usr/local/jserv/etc/jserv.conf into Apache's
httpd.conf file.
My questions:
1. Anybody have any idea what I'm doing wrong?
2. Is there a way I can test JServ in manual mode - i.e. pass an HTTP
request
to it - I tried using ab but get a message "broken pipe"
Thanks ...
Jim
==========================================================================
Jim Miani
ICANON Associates, Inc.
Phone: 610-313-1850 x 121
Fax: 610-313-1848
NEWZwareT is a product of ICANON Inc. - Visit our web site at
http://www.icanon.com/ for more information on ICANON, the company, and its
suite of products and services.
--
--------------------------------------------------------------
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]
--
--------------------------------------------------------------
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]