Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Tomcat include-prelude include-coda problem

Reply
Thread Tools

Tomcat include-prelude include-coda problem

 
 
web4all web4all is offline
Junior Member
Join Date: May 2006
Posts: 1
 
      05-11-2006
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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tomcat 6 / Apache 2.2 integration problem (no images / tomcat deploysto temp dir) Andi Java 5 03-20-2008 06:50 AM
tomcat-maven-plugin problem - mvn is looking for org.apache.maven.plugins:maven-tomcat-plugin Marcin Cenkier Java 1 04-12-2006 08:00 PM
Problem with Tomcat Service when Tomcat Installation pathname has double byte characters Rakesh Pandit Java 0 07-12-2005 06:25 AM
Apache Tomcat 4.1.24: problem with Tomcat Administration link Christos Gravvanis Java 0 07-07-2004 05:21 PM
[TOMCAT] Tomcat crashes %=zerointeractive.it% Java 1 01-22-2004 12:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57