Hi,

I thought of sharing this information with you. This is a reply I got for my
similar question some time back from one of the Iplanet developers.

Thanks,

Basvi


===========================================================================
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
From:   Suresh Batchu [[EMAIL PROTECTED]]
Sent:   Tuesday, January 18, 2000 8:01 PM
To:     [EMAIL PROTECTED]
Subject:        Re: JSP 1.1 support in iPlanet Web Server, Enterprise
Edition 4.0 SP3

On Wed, 12 Jan 2000, Basvi Ayuluri wrote:

> By default it supports JSP 0.92.
>
> Does anybody know how to run JSP 1.1 in iPlanet Web Server,
> Enterprise Edition 4.0 (netscape server 4.0)?

iPlanet Enterprise Server (iES) 4.0 supports only JSP 0.92. How
ever, we are currently working on iES4.1 which supports JSP1.1.
iES4.1 is going to beta very soon (in few days!).

--
-Suresh
 Developer
 iPlanet Enterprise Server

===========================================================================

_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\
Basvi Ayuluri                          [EMAIL PROTECTED]
Shasta IP services unit,               Tel: 408 855 3901
Nortel Networks                        Fax: 408 855 3801
Santa Clara, CA
_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\



-----Original Message-----
From: Naeem Ahmed [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 10, 2000 11:54 AM
To: [EMAIL PROTECTED]
Subject: Re: Errorpage directive and IPlanet 4.0 SP3


I don't have an answer for your question, but I've also been facing
similar problems with IPlanet related to error and exception handling.

Question: Does anyone know how to upgrade IPlanet JSP 0.92 to JSP 1.1 ?

I've been using the JSWDK for development, and my .jsp's seem to work
there.


On Thu, 10 Feb 2000, Sreekumar Pillai wrote:

> How do you specify the errorpage directive in IPlanet(SP2)? (JSP 0.92).
The
> following code snippet doesn't work.
>
> I checked the generated servlet from this JSP before and after adding the
> errorpage directive. I can't see any difference in the generated code. Is
it
> a bug with IPlanet? Or Am I doing something silly?
>
>
> <%@ errorpage="testerrorPage.jsp"%>
>
> <%
>    // the following line should throw a nullpointer exception.
>    if ( request.getParameter("dummyvalue").equals( "dummy" ) )
>    {
>    }
> %>
> .........
>
> testerrorpage.jsp
> -------------------
>
> <body>
>
> <br>
>         An exception has occured.
>         The name of the exception is : <%=exception.getMessage() %>
>
> </body>
>
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
===========================================================================
> 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

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