On Sun, Mar 30, 2008 at 11:44 PM, Kimberly Begley
<[EMAIL PROTECTED]> wrote:

>  trying to get a c:import to work - now I get the error printed in the middle
>  of the page saying that:
>
>  The requested resource (/test/home/kimberly/Desktop/testhtmlfile1.html) is
>  not available
>
>  where test is the directory under webapps and the path that was passed to
>  the import statement was just /home/kimberly/Desktop...
>  Any ideas how to get it to stop prefixing the path with /test?

You're giving it a path it considers context-relative -- use an absolute
url like <c:import url="file:/home/kimberly/Desktop/teshtmlfile1.html"/>

HTH,
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to