Looks like it was due to Tomcat not knowing the path to Apache while compiling so
by making directories on the app server I solved the problem.

Brian P Bohnet wrote:

> I'm trying to include a text file in a jsp with Tomcat 3.x.
>
> I placed the .txt file on apache in "<web context>/new/html/" directory.
> For some reason the file is not loaded, but if I place the same .txt
> file in the same directory as the jsp on Tomcat, it all loads correctly.
>
> I know my pathing is correct because in the same jsp i am including
> images that are found and included from "<web context/new/images"
> directory which obviously is at the same level as the html directory.
>
> Anyone know of any bugs possibly???
>
> Thanks,
> Brian
>
> ===========================================================================
> 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