Tomcat include-prelude include-coda problem

Joined
May 11, 2006
Messages
1
Reaction score
0
HI
I am using <include-prelude> and <include-coda> in web.xml for my webapp
it works fine for html and jsp files but when it comes to PDF file it trys add <include-prelude> and <include-coda> to file wich result in an error.
Does any body knows how to disable/remove it for PDF files???
Here is part of web.xml:

<jsp-config>
<jsp-property-group>
<description>Login Folder</description>
<url-pattern>/folder1/folder2/*</url-pattern>
<include-prelude>/includes/prelude.jspf</include-prelude>
<include-coda>/includes/coda.jspf</include-coda>
</jsp-property-group>
</jsp-config>

Under folder2 i have subfolder with PDFs path /folder1/folder2/pdfs

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,905
Latest member
Kristy_Poole

Latest Threads

Top