Andrew Arrow wrote:

> I was just boasting about how easy it was to move my JSP application from NT
> (where I developed it) over to Linux (our server).
>
> "All I had to do was move the class files and volia!" I said to my boss.
> "It took five minutes... try doing that with ASP!"
>
> Then, I noticed a "small" problem with the post vs. get method in form
> submissions.  On NT "post" or "get" works fine.  On Linux ONLY the "get"
> method will work.  Anyone else notice this?  Anyone have a solution?
>
> If I use "form method=post action=somejsp.jsp" on Linux the browser returns
> an error "page cannot be displayed" message.  There is no error returned to
> the JavaServer console.  If I change it from post to get, it works fine.
>
> -Andrew
>

There was a bug like this with JSWDK 1.0 running under Linux.  I ran into it trying
to use the original IBM JDK 1.1.6 alpha.  For my apps, version 1.0.1 of JSWDK
running under the "refreshed" version of the JDK (they posted an update for it in
August, I believe) made this work.  I haven't tested yet under the IBM 1.1.8 JDK
("if it ain't broke, ...") but it should work there as well.

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