-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Hmm. I think I would know if there were exceptions not being handled. The
way I'm debugging this is with a "tail -f /usr/local/apache/logs/error_log",
and every step of the way my servlet does a System.err.println() to
report what it's doing. So I see that the servlet is running cause it
leaves all these turds in error_log, and therefore I know that it is
calling out.println() (because my System.err.println() calls are
interspersed among my out.println() calls). But still I see no output
to the browser.
Solomon
> I usually get this when exceptions are thrown. If you are using JSP.. make
> sure that you toss in a bit of html before your scriptlets or beans, that
> way you can at least see SOMETHING. check your logs.. An error is being
> thrown, and not being caught, or its being caught, and nothings being sent
> to "out".
--
Solomon <|> [EMAIL PROTECTED]
Douglas /|\ http://web.mit.edu/srcd/www/
--
--------------------------------------------------------------
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]