Re: Tomcat adding files

2007-07-02 Thread coder5436uk
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Tomcat-adding-files-tf3999518.html#a11390634 Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Tomcat adding files

2007-07-02 Thread Titi Wangsa
-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Tomcat-adding-files-tf3999518.html#a11390634 Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Tomcat adding files

2007-07-02 Thread Johnny Kewl
immediately its because JSP are only compiled at run time. - Original Message - From: coder5436uk [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, July 02, 2007 10:55 AM Subject: Re: Tomcat adding files my web xml: jsp-config jsp-property-group url-pattern*.jsp/url

Re: Tomcat adding files

2007-07-02 Thread Tim Funk
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: jsp-config

Tomcat adding files

2007-06-29 Thread coder5436uk
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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

Re: Tomcat adding files

2007-06-29 Thread Tim Funk
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-config jsp-property-group url-pattern*.jsp/url-pattern