Assuming that your paths are correct, you might want to check the case
throughout -- Unix is case sensitive and NT ignores it so if your file is
actually called Foo.jsp, you'll get exactly the behaviour your talking
about.

Clayton

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Millard, Ray
Sent: 03 May 2001 16:00
To: [EMAIL PROTECTED]
Subject: Include directive


We are having a problem related to the include file directive.  We are using
Oracle Internet Application Server 8i.  On NT we are using the following
directive to include a file at translation time: <%@ include
file="/common/foo.jsp" %>. This works fine.  However, when we run the same
exact code on Unix, we get an exception that says File Not Found.  We are
stumped.  Any help or advice would be greatly appreciated.

Thanks,

Ray

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

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

Reply via email to