We encountered a couple of issues porting jsp's from JRun to IBM's
WebSphere. JRun uses the variables trequest and tresponse while
WebSphere uses request and response. Also, WebSphere is less forgiving
of case mismatches in the names of JSP's (although this is more the
fault of Microsoft IIS versus Apache). One other difference I've
noticed is JRun is more forgiving in leaving off ;'s in the last
line of code blocks, while WebSphere complains about such typos.
More or less, if careful planning of filename case is done, as well
as not letting a lax parser let bugs slip into your jsp's, you'll
have no problem porting between servers or operating systems.
Randy Beiter
[EMAIL PROTECTED]
On Mon, 6 Sep 1999 16:06:23 +0530, Jijith <[EMAIL PROTECTED]> wrote:
>hi
> we are developing a project using JSP. The requirement of the
>product is that it should run on most of the OS/webserver/JSP engine
>combination. I would like to know whether the JSP 1.0 code which I will
>writing, will work fine without any errors on all platforms having a JSP
>engine conforming to JSP 1.0. Has anyone experienced any cross platform
>compatibility issues. I will be also using JDBC to connect to a Java
>database.
>
>- Thanks
>
> ==========================================================================
>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
===========================================================================
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