----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Configuration:
SCO Openserver 5.0.4
Apache 1.3.9
Jserv 1.1b3 daily snapshot 21/10
Netscape 4.61 browser
I am testing my installation by running the example servlet Hello. About
25% of the time when I run this servlet I get the message "The document
contained no data. Try again later, or contact the System's Administrator".
BTW in version 1.0 Jserv I got this message all the time and was not able to
run any servlets.
Looking at the servlet I guess the reason for this is that I am not getting
a response from the http server and hence no HTML is returned.
When the servlets runs ok I get the following entry in the log file
access_log:
127.0.0.1 - - [25/Oct/1999:13:32:06 +0100] "GET /servlets/Hello HTTP/1.0"
200 0
When the servlet does not run I get:
127.0.0.1 - - [25/Oct/1999:13:32:06 +0100] "GET /servlets/Hello HTTP/1.0"
200 250
Note I now have 250 at the end instead of 0. Does this indicate some sort
of error code? Any ideas how I can track down why occasionally there is no
response? Can it be a configuration problem?
Thanks
Shaun Campbell
--
--------------------------------------------------------------
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]