----------------------------------------------------------------
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!!!
----------------------------------------------------------------
using 1.1b3, apache 1.3.9, IE5, MS JVM on win95. Browser, server, etc all on
the same machine.
I have a page that is posting about 1K of data in about 40 fields. It is
posting to the same address that it loaded from. The returned page contains:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1"
http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>
This is unexpected since my code doesn't build a meta tag. I'm not sure
where this page is being generated.
Here's the strange part....
If I step through my code verifying until the point where the servlet
returns, and then run at full speed in JServ it fails.
If I step the returned paged though JServ with the debugger it works.
If I reduce the amount of post data in the page it works.
Any ideas on what the problem is or how to debug it?
Could this be a timing issue between Apache and JServ?
Jon Smirl
[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]