You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2019/08/17 11:07:02 UTC

svn commit: r1865344 - /ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties

Author: jleroux
Date: Sat Aug 17 11:07:01 2019
New Revision: 1865344

URL: http://svn.apache.org/viewvc?rev=1865344&view=rev
Log:
Fixed: Issue loading solr component (JNDI timeout)
(OFBIZ-11156)

We need to provide a JNDI environment Property for Solr to load faster

Modified:
    ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties

Modified: ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties?rev=1865344&r1=1865343&r2=1865344&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties (original)
+++ ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties Sat Aug 17 11:07:01 2019
@@ -31,3 +31,5 @@ java.naming.provider.url=rmi://127.0.0.1
 # Security settings - not enabled
 #java.naming.security.principal=<username>
 #java.naming.security.credentials=<password>
+
+solr/home=C:\projectsASF\ofbiz\plugins\solr\home
\ No newline at end of file



Re: svn commit: r1865344 - /ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties

Posted by Jacques Le Roux <ja...@les7arts.com>.
Fixed in r1865347

Le 17/08/2019 à 13:10, Jacques Le Roux a écrit :
> Oops, I need to make that parametrised...
>
> Le 17/08/2019 à 13:07, jleroux@apache.org a écrit :
>> Author: jleroux
>> Date: Sat Aug 17 11:07:01 2019
>> New Revision: 1865344
>>
>> URL: http://svn.apache.org/viewvc?rev=1865344&view=rev
>> Log:
>> Fixed: Issue loading solr component (JNDI timeout)
>> (OFBIZ-11156)
>>
>> We need to provide a JNDI environment Property for Solr to load faster
>>
>> Modified:
>> ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties
>>
>> Modified: ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties
>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties?rev=1865344&r1=1865343&r2=1865344&view=diff
>> ==============================================================================
>> --- ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties (original)
>> +++ ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties Sat Aug 17 11:07:01 2019
>> @@ -31,3 +31,5 @@ java.naming.provider.url=rmi://127.0.0.1
>>   # Security settings - not enabled
>>   #java.naming.security.principal=<username>
>>   #java.naming.security.credentials=<password>
>> +
>> +solr/home=C:\projectsASF\ofbiz\plugins\solr\home
>> \ No newline at end of file
>>
>>
>>
>

Re: svn commit: r1865344 - /ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties

Posted by Jacques Le Roux <ja...@les7arts.com>.
Oops, I need to make that parametrised...

Le 17/08/2019 à 13:07, jleroux@apache.org a écrit :
> Author: jleroux
> Date: Sat Aug 17 11:07:01 2019
> New Revision: 1865344
>
> URL: http://svn.apache.org/viewvc?rev=1865344&view=rev
> Log:
> Fixed: Issue loading solr component (JNDI timeout)
> (OFBIZ-11156)
>
> We need to provide a JNDI environment Property for Solr to load faster
>
> Modified:
>      ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties
>
> Modified: ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties
> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties?rev=1865344&r1=1865343&r2=1865344&view=diff
> ==============================================================================
> --- ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties (original)
> +++ ofbiz/ofbiz-framework/trunk/framework/base/config/jndi.properties Sat Aug 17 11:07:01 2019
> @@ -31,3 +31,5 @@ java.naming.provider.url=rmi://127.0.0.1
>   # Security settings - not enabled
>   #java.naming.security.principal=<username>
>   #java.naming.security.credentials=<password>
> +
> +solr/home=C:\projectsASF\ofbiz\plugins\solr\home
> \ No newline at end of file
>
>
>