> Do you have some kind of container-provided service that will be > included?
I'm not sure I understand the question, but I think the answer is no. Tomcat provides the servlet container, and it doesn't include much besides an implementation of the servlet API, right? > If not, why not simply include the JAR file containing your > interfaces directly in each webapp that uses it? The interfaces are intended to be used only by plugins that can be added and removed from the webapp while it is shut down, not by other webapps. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org