Steve Lopez wrote:

> We have had the same problem (connection reset, etc) when running JSWDK
> (both ea and final) on Windows platforms; but only when browsing from
> outside
> the LAN.  When you mention that you got it working on 'other' platforms,
> did that include windows?   Since the problem seems outstanding, we have
> switched over to Apache/JServ/GnuJSP1.0b2 for everything but reference
> testing.
>

The other platforms that I tested on were Blackdown 1.1.7 and 1.2-pre-v2.  The
initial goal was to prove or disprove whether this was platform-specific or not.
I was making arrangements to test under Windows NT as well (it was going to
require some hardware reshuffling to put up a big enough box to run our app), but
the need to do this was eliminated when it worked under both Blackdown JVMs --
this indicating that it was an IBM JVM issue.

>
> BTW: We also had a similar sounding problem as yours regarding POST's.
> I don't know if it will help but what we found was that IE and NN deal
> much differently with regard to POST's.  IE seems to 'remember' GET's from
> the originating page and will tack on GET parameter strings to a POST call.
> My guess is that Netscape follows the HTML spec more rigorously.  (IE may
> be more 'forgiving' but it sent us down a garden-path for a while!)
>

My understanding is that JavaSoft has done some further debugging on the POST
issue, and have apparently identified the cause of this one.  It's not as critical
to me yet, because I can use GET for most purposes (the number of fields on my
most complex form is still small enough that I don't overflow the
maximum URL length), but POST is really the right way to go.


>
> Steve

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to