Hello Hilton,
Thank you for the reply, 
So if I enable these items in the Dspace.cfg will I get the result or should I 
also have to make a theme specific for this.
We have a general theme for all communities now.

Baseer.

-----Original Message-----
From: dspace-tech-requ...@lists.sourceforge.net 
[mailto:dspace-tech-requ...@lists.sourceforge.net] 
Sent: Monday, September 27, 2010 12:11 PM
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 53, Issue 65

Send DSpace-tech mailing list submissions to
        dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
        dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
        dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of DSpace-tech digest..."


Today's Topics:

   1. DSpace Performance / Memory Usage -- Share your experiences &
      help us make improvements! (Tim Donohue)
   2. test-email (liss RR)
   3. Re: Number of Items in Community/Collection (Hilton Gibson)


----------------------------------------------------------------------

Message: 1
Date: Mon, 27 Sep 2010 11:56:14 -0500
From: Tim Donohue <tdono...@duraspace.org>
Subject: [Dspace-tech] DSpace Performance / Memory Usage -- Share your
        experiences & help us make improvements!
To: dspace-tech <dspace-tech@lists.sourceforge.net>,    dspace-devel
        <dspace-de...@lists.sourceforge.net>
Message-ID: <4ca0ccae.8040...@duraspace.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed


Hello all,

A recent thread on 'dspace-tech' mailing list (see: 
http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg11969.html)
has brought up the question of DSpace 1.6.x's performance and memory usage.  
We've already had mention of potential performance issues (memory leaks, 
mostly), and the occasional need to restart Tomcat relatively frequently.

As DSpace Software is built/maintained entirely by an all volunteer Committer 
team, we occasionally need to rely on our large user community to help us track 
down issues that our individual Committers may not yet be encountering in their 
local DSpace installations.

Therefore, I'd like to ask all of you on these lists for open discussion and 
community feedback around what issues you may be encountering in regards to 
DSpace Performance and/or Memory Usage.  We welcome any constructive feedback 
you can provide, along with any hints/tips you may have discovered in your 
experiences.

I've added a general template to report your DSpace performance/memory issues 
(or even resolutions, if you've found them) on this wiki page:

https://wiki.duraspace.org/display/DSPACE/ScalabilityIssues1.6

You are welcome to report your issues (using that template) either on the wiki 
itself, or by sending an email to this mailing list.  You'll notice, as a part 
of this template, I've asked if you'd be willing to volunteer time to help 
resolve the issues.  My hope is that we can start an "interest group" of 
volunteer developers (or other semi-techie folks) who can start to work 
together more closely to share info and tackle these issues.

Thanks all!  I'm hoping this can help us to "jump start" the process of finding 
a resolution to any memory leaks or performance issues that may existing in the 
current DSpace software.  But, it does take volunteers to make this happen 
quickly!  Please share your issues & what you've found, but also think about 
volunteering some of your time/expertise. 
Who knows, you might even find it may result in an invitation to become our 
next DSpace Committer (thus providing you and your institution more of a "say" 
in the future of DSpace software)!

[As a related sidenote:] if you aren't already aware, we also have a System 
Administrators area to our Wiki where any DSpace System Admins are encouraged 
to share their hints/tips/configurations/setups.  Please feel free to take a 
look at it, and think about sharing your own hints/tips with others.  Anyone is 
welcome to create content or new pages in this area:
https://wiki.duraspace.org/display/DSPACE/SystemAdministrators

Tim Donohue
Technical Lead for DSpace Project
DuraSpace.org



------------------------------

Message: 2
Date: Mon, 27 Sep 2010 12:05:45 -0500
From: liss RR <liss...@hotmail.com>
Subject: [Dspace-tech] test-email
To: listaDspace <dspace-tech@lists.sourceforge.net>
Message-ID: <snt144-w39ced3277fa5c7db1a631a95...@phx.gbl>
Content-Type: text/plain; charset="iso-8859-1"


Hi all!

 

I've installed dspace 1.6.2 successfully but when I want test the email send me 
error plis somebody knows the reason?

 

C:\dspace\bin>dspace test-email

Using DSpace installation in: C\dspace

 

About to send test email:

-To:lr...@uv.mx

-Subject:Dspace test email

-Server: mailweb.uv.mx

 

Error sending email:

-Error:javax.mail.MessagingException: Could not connect to SMTP host: 
mailweb.uv.mx, port:25;

   nested exception is: 

            java.net.ConnectException:Connenction refused: connect

 

 

thanks!!
                                          
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 3
Date: Mon, 27 Sep 2010 19:10:43 +0200
From: Hilton Gibson <hilton.gib...@gmail.com>
Subject: Re: [Dspace-tech] Number of Items in Community/Collection
To: dspace-tech@lists.sourceforge.net
Message-ID: <4ca0d013.8050...@gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

  Hi Baseer

Yes it is. See below. Just modfiy your "dspace.cfg" file.
 >>>>
##### 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 = true

# 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 = true
 >>>>

Cheers

hg

On 27/09/2010 17:23, Khan, Baseer wrote:
>
> Hello List,
>
> We are in a process of moving to Dspace 1.6.2 Manakin ,
>
> In our older version which was JSPUI we use to have number of items in 
> a community or collection like in the image below.
>
> Can we enable this feature in Manakin, if yes how can we do this?
>
> Sample Display of commmunities
>
> Sample Display of Sub-communities
>
> Thank you,
>
> Baseer.
>
>
> ----------------------------------------------------------------------
> -------- Start uncovering the many advantages of virtual appliances 
> and start using them to simplify application deployment and accelerate 
> your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
>
>
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Hilton Gibson
Systems Administrator
JS Gericke Library
Room 1053
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

"Simplicity is the ultimate sophistication"
        Leonardo da Vinci

-------------- next part --------------
An HTML attachment was scrubbed...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 7066 bytes
Desc: not available
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 4800 bytes
Desc: not available

------------------------------

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances and start using them 
to simplify application deployment and accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev

------------------------------

_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


End of DSpace-tech Digest, Vol 53, Issue 65
*******************************************

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to