Thanks for your answer!

Which version of tomcat do you advice me to use then instead of the tomcat
3.2 which comes with Forte For Java 3.0 CE?

Is there an easy way to upgrade the, in Forte integrated, tomcat engine?

Currently, I'm quite happy with Forte for Java 3.0 CE as a development
environment for JSP/servlet applications and the way tomcat is integrated
makes developing and testing very productive.  I think that using an
external tomcat 4.0 or so will make the development process much slower.

Dirk


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of horwat
Sent: dinsdag 13 november 2001 23:19
To: [EMAIL PROTECTED]
Subject: Re: <jsp:include> and relative path for included file


This was a bug fixed in a later version of Tomcat. I would upgrade your
Tomcat version.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2193

You can use your own version of Tomcat with Forte by attaching it to the
running VM of your Tomcat installation.


Justy

----- Original Message -----
From: "Dirk Versavel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 12:11 PM
Subject: <jsp:include> and relative path for included file


> Dear,
>
> I'm developing a jsp/servlet based web application and I'm trying to
include
> a piece of jsp using the jsp:include tag.
>
> It works find if the included file is in the same directory as the
including
> file: e.g. <jsp:include page="footer.jsp" flush="true"/>
>
> It works also find if the included file is referenced absolutely (i.e.
> relative to the context root): e.g. <jsp:include page="/myapp/footer.jsp"
> flush="true"/>
>
> It does NOT work if the included file is referenced relatively and if it
is
> another directory:e.g. <jsp:include page="../footer.jsp" flush="true"/>!!
>
> When executing the page I get an 'Internal Servlet Error',
> 'org.apache.jasper.JasperException: Unable to compile class for JSP'.
>
> I'm using Tomcat 3.2 (as included in SUN's Forte for Java CE 3.0 on RedHat
> Linux 6.2).
>
> Any help is appreciated!
>
> Dirk Versavel
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to