I would assume it works in general and is specific to my instance here.
Note that <[EMAIL PROTECTED] file = "/path/to/something.jsp" %> works fine if I am inside the root directory of the webapp, If however I have that include inside /somewhere/file.jsp then it always gives me a File not found. If I put /path/to/something.jsp inside the directory /somewhere/ it is then able to find the include - which looks to me like the leading slash in the include is having no effect and the path is relative to the current path and not the webapp root? On 3/4/07, Rémy Maucherat <[EMAIL PROTECTED]> wrote:
On 3/4/07, Patrick Lee <[EMAIL PROTECTED]> wrote: > But I can't do this: > <[EMAIL PROTECTED] file = "/path/to/something.jsp" %> It works for me (this will be tested in the TCK, so there can't be any regressions on this sort of feature). The path is still relative to the webapp root, of course. Rémy --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [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]