Bug 41477 - bin/catalina-tasks.xml doesn't work with jasper2 task
Summary: bin/catalina-tasks.xml doesn't work with jasper2 task
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.5.20
Hardware: Other All
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL: N/A
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 13:50 UTC by Daniel Santos
Modified: 2007-03-25 09:32 UTC (History)
0 users



Attachments
adds jars needed for jasper2 target (previously missing) (660 bytes, patch)
2007-01-26 13:51 UTC, Daniel Santos
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Santos 2007-01-26 13:50:05 UTC
including bin/catalina-tasks.xml as a means to define the jasper2 task fails
unless you manually include ${catalina.home}/common/lib/jsp-api.jar and
"${catalina.home}/common/lib/commons-el.jar" (if you are using expression
language in your JSPs).
Comment 1 Daniel Santos 2007-01-26 13:51:24 UTC
Created attachment 19472 [details]
adds jars needed for jasper2 target (previously missing)

diff -U 3 old new
Comment 2 Yoav Shapira 2007-03-25 09:32:59 UTC
Good catch, patch applied -- thank you.