I am a TOTAL newbie to JSP, so please be gentle...

Have just started experimenting and have been able to run a few simple
examples (Hello.jsp, sessions.jsp). Have run into a weird error when I try
to do an include. I have the following line:

<%@ include file="test.html"%>

in a simple .jsp file. I get the following error when I call the page from
the browser:

File /web/www.go2taichi.com/public_html/include could not be found.

It seems it is looking for the file include instead of test.html.

I suspect this is some type of configuration/setup problem or maybe just
plain stupidity? Could someone point me in the right direction to where my
problem might be?

Thanks
Philip Good

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

Reply via email to