Hello Fabien,

the
webui.strenght.show = true
is only half of the configuration

Take a look at the complete configuration section, see below.

You either got to set
webui.strengths.cache = true
or leave it false and run
[dspace]/bin/itemcounter

Note the caching will not scale with larger repositories, so these usually
set it to false and add the itemcounter to the lists of cron jobs.

Hope that helps

Claudia Jürgen


##### Settings for content count/strength information ####

# whether to display collection and community strengths
# (This configuration is not used by XMLUI.  To show strengths in the
#  XMLUI, you just need to create a theme which displays them)
webui.strengths.show = false

# if showing the strengths, should they be counted in real time or
# fetched from cache?  NOTE: To improve scaling/performance,
# the XMLUI only makes strengths available to themes if they are CACHED!
#
# Counts fetched in real time will perform an actual count of the
# database contents every time a page with this feature is requested,
# which will not scale.  If the below setting is to use the cache, you
# must run the following command periodically to update the count:
#
# [dspace]/bin/itemcounter
#
# The default is to count in real time
#
webui.strengths.cache = false


> Bram Luyten wrote:
>> Hello Fatima,
>>
>> depending on the version of DSpace you are using, there is one simple
>> trick that might help you:
>>
>> Look in your dspace.cfg file for the parameter webui.strengths.show
>> If this one is on false, try to put it on true and restart your tomcat.
>>
>> Normally, this will show the number if items in your communities and
>> collections browse, like in the screenshot attached.
>
> It's strange, i have a 1.6.0 rc2 running dspace. I switched to true
> webui.strengths.show and i don't have the number of item.
>
> --
> *Fabien COMBERNOUS*
> /unix system engineer/
> www.kezia.com <http://www.kezia.com/>
> *Tel: +33 (0) 467 992 986*
> Kezia Group
>
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>


-- 
Claudia Jürgen
Eldorado - Repositorium der TU Dortmund

Universitätsbibliothek Dortmund
Vogeplothsweg 76
D-44227 Dortmund
Tel.: 0049-231-755-4043




------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to