https://issues.apache.org/bugzilla/show_bug.cgi?id=56045

--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> ---
You do not need Jasper, but you need the JSP APIs - the "jsp-api.jar" file.

1. The common XML Schema for the Servlet 3.0 deployment descriptor does depend
on the XML Schema for the JSP 2.2 deployment descriptor.

2. Tomcat processes tag libraries and instantiates Listeners defined in their
TLD files regardless of whether you use Jasper. This may need the schema for
TLD files.


Note that both of these issues have been fixed in Tomcat 8.
Re: 1: in Tomcat 8 the schemas are bundled in servlet-api.jar
Re: 2: in Tomcat 8 the listeners are initialized by Jasper and are injected
into web application via ServletContext.addListener() API.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to