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

--- Comment #4 from Daniel Koh <howeverk...@gmail.com> ---
(In reply to Mark Thomas from comment #2)
> The JSP servlet is not designed to support more than one instance per web
> application. Before this gets resolved as invalid (possibly with an update
> to the docs to make the single instance point clear) what is your use case
> for configuring more than one JSP servlet?


different Jsp options to be applied to different url-mappings.
(for instance, an option like genStringAsCharArray to be applied to
to specific Jsps with a large String)

allowing to register multiple Jsps will give users an impression that
configuring as above is possible.

What about throwing an exception when multiple JspServlets are registered
in web.xml to make it clear that multiple Jsps are not allowed?

-- 
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