Rather than reinventing wheels here, I think that fronting the conf/ directory with a WebDAV server would be a great way to go. I'm not familiar with the state-of-the-art of WebDAV servers these days but there might be something pretty trivial that can be configured in Tomcat to do this? Or maybe some servlet (or .war) that can be installed?
On Jun 14, 2011, at 16:29 , Way Cool wrote: > +1 Good idea! I was thinking to write a web interface to change contents for > elevate.xml and feed back to Solr core. > > On Tue, Jun 14, 2011 at 1:51 PM, Markus Jelsma > <markus.jel...@openindex.io>wrote: > >> There is no API. Upload and restart the core is the way to go. >> >>> Does anyone have any examples of modifying a configuration file, like >>> "elevate.xml" from a browser? Is there an API that would help for this? >>> >>> If nothing exists for this, I am considering implementing something that >>> would change the "elevate.xml" file then reload the core. Or is there a >>> better approach for dynamic configuration? >>> >>> Thank you. >>