Dear all,
IHAC who has one system with solaris 7 + iPlanet WebServer 4.1. He found
some problem in the JSP 1.0 syntax card. He wrote 2 jsp scripts (attached)
to test the syntax. Unfortunately, he can't get it work on IWS4.1.
But, he don't have any problem if IWS4.1 + Resin1.1 is used. IWS4.1 is
configured with no Servlet, no jsp support in the latter case.
Does any problem for his 2 JSP programs work on IWS4.1 (without Resin
1.1 JSP engine)? Or, any work-around?
Please reply to me directory, I am not in the aliases.
Any advise are appriciated,
Howard
>
> // The following 2 files are written by Stephen Kuo.
> ::::::::::::
> jspinclude.jsp
> ::::::::::::
> <html>
> <jsp:include page="jspincludetarget.jsp" >
> <jsp:param name="username" value="stephen" />
> </jsp:include>
> <br>
> Go on ...
> </html>
>
> ::::::::::::
> jspincludetarget.jsp
> ::::::::::::
> <html>
> User name is:
> <%= request.getParameter("username") %>
> </html>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets