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

You don't mention what server setup you're running.  Linux and what else?  I
am running Tomcat/JServ/Apache on RedHat Linux 6.1 with the IBM JDK 1.1.8
and both POST and GET work fine with servlets/JSP's.

Mike

===========================================================================
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