Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by MattKangas: http://wiki.apache.org/solr/SolrJetty ------------------------------------------------------------------------------ * Specify "`ContextDeployer`" in `jetty.xml` * For each web app, add a `.xml` file in "`./contexts`" * Set `ConfigurationClasses` to activate JNDI. (AFAIK, must be done separately for each webapp) - * Set `overrideDescriptor`, pointing to a .xml file + * Set `overrideDescriptor` to define an [http://docs.codehaus.org/display/JETTY/override+web.xml override web.xml file] * In the `overrideDescriptor` file, set an `<env-entry>` for "`solr/home`" The "`overrideDescriptor`" settings will be applied AFTER it has been configured by the default descriptor
