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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
Oops, I need to make that parametrised...

Le 17/08/2019 à 13:07, [hidden email] 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
>
>
>
Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
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, [hidden email] 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
>>
>>
>>
>