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

--- Comment #3 from Sheldon Shao <xs...@ebay.com> ---
TagPlugin is good for making tag libraris more efficently. The target for tag
libraries is to share between multiple web applications. Same as TagPlugin.

Imagine that one enterprise has many web applications. It's better to share
same tagPlugins & tagPlugins.xml for all applications. So that all applications
can benifit from it. 

Currently the solution is putting the tagPlugins.xml under WEB-INF.
It is not good for shareing this tagPlugins.xml with other applications.

Now the solution still supports tagPlugins.xml under WEB-INF. Instead, it also
supports an system level tagPlugins.xml. This tagPlugins.xml might be packaged
with those implementations of TagPlugin.  

I think TagPlugin implementations must provide such kind of configuration file.
That's the idea of Zero-Configuration for web applications.

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