hoss this looks fine
So we probably can remove it from the tomcat section
--Noble

On Sat, May 31, 2008 at 6:24 AM,  <[EMAIL PROTECTED]> wrote:
> Author: hossman
> Date: Fri May 30 17:54:08 2008
> New Revision: 661922
>
> URL: http://svn.apache.org/viewvc?rev=661922&view=rev
> Log:
> include example of seting JNDI solr/home in the web.xml
>
> Modified:
>    lucene/solr/trunk/src/webapp/web/WEB-INF/web.xml
>
> Modified: lucene/solr/trunk/src/webapp/web/WEB-INF/web.xml
> URL: 
> http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/WEB-INF/web.xml?rev=661922&r1=661921&r2=661922&view=diff
> ==============================================================================
> --- lucene/solr/trunk/src/webapp/web/WEB-INF/web.xml (original)
> +++ lucene/solr/trunk/src/webapp/web/WEB-INF/web.xml Fri May 30 17:54:08 2008
> @@ -30,6 +30,17 @@
>              "com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl"/>
>    -->
>
> +  <!-- People who want to hardcode their "Solr Home" directly into the
> +       WAR File can set the JNDI property here...
> +   -->
> +  <!--
> +    <env-entry>
> +       <env-entry-name>solr/home</env-entry-name>
> +       <env-entry-value>/put/your/solr/home/here</env-entry-value>
> +       <env-entry-type>java.lang.String</env-entry-type>
> +    </env-entry>
> +   -->
> +
>   <!-- Any path (name) registered in solrconfig.xml will be sent to that 
> filter -->
>   <filter>
>     <filter-name>SolrRequestFilter</filter-name>
>
>
>



-- 
--Noble Paul

Reply via email to