----------------------------------------------------------------
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 everybody. Hope ya wont kill me for asking this question but I have read
the FAQ's, scoured the web and blackmailed my mother for this info, but to
no avail.
I have a setup consisting of:
Redhat 6.2 / Intel
Apache 1.3.12 { Red Hat Secure Web Server }
Jserv 1.1.1
Blackdown JDK + JRE 118
I have tried to configure, compile, build, install, kill, mangle and chew
this until it works. Almost there, but one problem still: It wont execute my
servlets.
If I hit http://localhost/jserv/, I get the status page. It seems okay, no
problems in the logs but if I hit http://localhost/servlets/Hello or
http://localhost/servlets/IsItWorking, nothing happens. Ultimately, Netscape
times out and claims that 'document contains no data' and the error logs
(which are in debug mode) show this message (from apache's error_log):
"[info][clien 127.0.0.1] ajpv12-open timed out"
and jserv.log shows:
<jservException> AJP Protocol Error: java.io.IOException: Stream closed
prematurely
Now, I know about giving the jvm more memory, it has been given the
parameters -ms=64m -mm=64m.
That seems to work ok, but still no response from the servlet.
Any ideas? Anyone had this problem before?
Regards,
Christopher Cato <[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]