: > ...but is there anyway to let : > people add web.xml for things like ServletFilters without manully : > unpacking and modifyng hte war?.. : : The way we handle that in Cocoon 2.1.x is with ant tasks which patch : web.xml (and other similar things) at build time, based on options : coming from properties files. The default build properties are stored : in Subversion, and user-specified build properties can override these, : coming from a file that is ignored by Subversion, to select options. : : This works well, but the build becomes a bit messy with many options.
yeah ... unfortunately it would require differnetly configured instances to have separe physical war files ... the holy grail that we've discussed in the past is being able to support a limitless number of Solr instances using uniquely named contexts all pointing at a wingle instance of the solr.war -Hoss