2 problems
1) If you have *.jsp - don't make the include file a file that ends with
jsp. Use jspf as your include extension.
2) Try access the include file all by itself. Sounds like a simple
compile issue.
-Tim
coder5436uk wrote:
my web xml:
t", you will
see the problem immediately its because JSP are only compiled at run
time.
- Original Message -
From: "coder5436uk" <[EMAIL PROTECTED]>
To:
Sent: Monday, July 02, 2007 10:55 AM
Subject: Re: Tomcat adding files
my web xml:
*.jsp
/WEB-INF/
gt; I would appreciate some help on how to do this within the tomcat config
>
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-
t config
>
>
> ---------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in con
Look at projects such as tiles.
An alternative is to use jsp preludes. Which allow you to add stuff to
the beginning or end of all jsp pages.
For example: put this in web.xml:
*.jsp
/WEB-INF/prelude1.jspf
-Tim
coder5436uk wrote:
I have an install of tomcat and I wish to add
preciate some help on how to do this within the tomcat config
--
View this message in context:
http://www.nabble.com/Tomcat-adding-files-tf3999518.html#a11358998
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To