Re: [Dspace-tech] dspace 4.0 - language button is not working.

2014-10-08 Thread Adan Roman

Hi Kostas

try  /jspui?locale-attribute=de

regards


Is there any progress on this? Any help?

Regards
Kostas



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Re-dspace-4-0-language-button-is-not-working-tp4675128p4675138.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] requiring login to view files

2014-10-08 Thread Kostas Paraskevopoulos
Hello,

You could enable and configure login.specialgroup in
authentication-password.cfg so that logged in users automatically belong to
a specific group. Then manually (SQL) update table resourcepolicy, setting
epersongroup_id to the ID of the group you created and configured in
DSpace. This way all logged in users will belong to this group that,
according to the resource policy table, have the required access.

To change specific permissions for bitstreams collections bundles this
could be helpful if you choose the sql method
From file Constants.java (org.dspace.core)

BITSTREAM = 0;
BUNDLE = 1;
ITEM = 2;
COLLECTION = 3;
COMMUNITY = 4;
SITE = 5;
GROUP = 6;
EPERSON = 7;


​Best Regards,
-- 
Κωνσταντίνος Β. Παρασκευόπουλος
Μηχανικός Πληροφορικής
Konstantinos V. Paraskevopoulos
IT Engineer

On 7 October 2014 05:29, Peter Dietz pe...@longsight.com wrote:

 Hi Mary,

 As I understand your problem, there's no config to change to make this
 happen. Currently, all of your bitstreams probably are open access, anybody
 on the internet can access them, no login required. One low-tech solution
 to this problem could be to create a new eperson Group, call it something
 like Users. Then you'll have to edit all of your existing bitstreams,
 remove Anonymous READ, and add group Users READ. It would be wise to
 alter your collections to be Users READ by default all new submissions
 then.

 Then, for people who register on your site, they create an EPerson. You
 would then have to add those people to the Users account manually, each
 time they register on your site. If you've got something like LDAP or
 Shibboleth for your institution, the adding users to groups is less manual.
 You would just map users to groups based on shib credentials, and then all
 shibboleth users are automatically mapped to that group you specify.

 
 Peter Dietz
 Longsight
 www.longsight.com
 pe...@longsight.com
 p: 740-599-5005 x809

 On Mon, Oct 6, 2014 at 7:39 PM, Mary Weppler-Selear 
 mweppler-sel...@ucmerced.edu wrote:

  Hello,


  I want to require authentication to view files within communities and
 collections.  I'm using release 3.2.  Does someone know the changes I would
 make to the configuration file in order to do this?


  Thank you,

 Mary Weppler


 --
 Slashdot TV.  Videos for Nerds.  Stuff that Matters.

 http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer

 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] dspace 4.0 - language button is not working.

2014-10-08 Thread Kostas Stamatis
Hi Kostas,

 

I think that your problem is in the configuration!

 

Instead of the option:

 

webui.supported.locale = en,el,de

 

use the following:

 

webui.supported.locales = en,el,de

 

(missing 's' at the end of the word locale).

 

This will enable the language selection links at the home page (see a demo
here: http://demo.dspace.org/jspui/)

 

 

Regards,

 

Kostas Stamatis

 

 

From: Konstantinos Koumoutsos [mailto:koumout...@gmail.com] 
Sent: Saturday, October 04, 2014 7:24 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] dspace 4.0 - language button is not working.

 

Hello all.

 

I am facing a problem with dspace 4.0 and localization. Although I have
followed the step in this link
https://wiki.duraspace.org/display/DSDOC4x/Localization+L10n#LocalizationL10
n-Introduction the only I can see is the default greek language and there is
not any language switching button on the home page. It seems that it can
support any language only as a default language. 

 

I was trying to see if there is a difference by changing the url like that
/jspui/?locale=de but there is no change. The tomcat return the default
greek language. 

 

The dspace.cfg for  this is 

 

### i18n -  Locales / Language 

# Default Locale

# A Locale in the form country or country_language or
country_language_variant

# if no default locale is defined the server default locale will be used.

default.locale = el

 

# All the Locales, that are supported by this instance of DSpace

# A comma-separated list of Locales. All types of Locales country,
country_language, country_language_variant

# Note that the appropriate file are present, especially that all the
Messages_x.properties are there

# may be used, e. g: webui.supported.locales = en, de

# Default language for metadata values

default.language = el

webui.supported.locale = en, el, de

 

Any help is much appreciated.

 

Thanks

Best Regards

Kostas

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Customizing front page

2014-10-08 Thread biblioteca
 

Hi 

First of all we are using DSpace 4.2 with xmlui and Mirage 1.

We want to add some boxes to the main page of our repository, but seeing
the closed XML structure that DSpace have in this xmlui+mirage version
we are a little bit confused. 

For instance we would like to put a news box upside recent submissions
box that links to an external blog or add the login boxes of email and
password in the trail as we have seen in other repositories (like
http://dspace.unav.es/dspace/ [1])

Where should we edit to customize the front page in general? Anything
you can tell me will help.

Thank you, best regards. 

Links:
--
[1] http://dspace.unav.es/dspace/
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Customizing front page

2014-10-08 Thread Hilton Gibson
Hi

Perhaps this will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme
This should help with the theory at least.

Cheers

hg

*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025C
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

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

On 8 October 2014 09:16, bibliot...@us.es wrote:

  Hi

 First of all we are using DSpace 4.2 with xmlui and Mirage 1.

 We want to add some boxes to the main page of our repository, but seeing
 the closed XML structure that DSpace have in this xmlui+mirage version we
 are a little bit confused.

 For instance we would like to put a news box upside recent submissions box
 that links to an external blog or add the login boxes of email and password
 in the trail as we have seen in other repositories (like
 http://dspace.unav.es/dspace/)

 Where should we edit to customize the front page in general? Anything you
 can tell me will help.

 Thank you, best regards.


 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer

 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Customizing front page

2014-10-08 Thread Adan Roman

Hi

In general, to customize the main page you can override the template
xsl:template match=dri:body from dri2xhtml-alt/core/page-structure.xsl

 template match=dri:body
div id=ds-body
choose
when
test=(/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='request'
and @qualifier='URI'])=''
!-- ###compose homepage here ##--
/when

otherwise
!--  Original content #--
if
test=/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='alert'][@qualifier='message']
div id=ds-system-wide-alert
p
copy-of
select=/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='alert'][@qualifier='message']/node()/
/p
/div
/if

!-- Check for the custom pages --
choose
when test=starts-with($request-uri, 'page/about')
div
h1About This Repository/h1
pTo add your own content to this page,
edit webapps/xmlui/themes/dri2xhtml-alt/core/page-structure.xsl and
add your own content to the title, trail,
and body. If you wish to add additional pages, you
will need to create an additional xsl:when
block and match the request-uri to whatever page
you are adding. Currently, static pages
created through altering XSL are only available
under the URI prefix of page/./p
/div
/when
!-- Otherwise use default handling of body --
otherwise
apply-templates/
/otherwise
/choose
/otherwise
/choose
/div
/template

But can be easy to add content to config/news-xmlui.xml

Regards



Hi

First of all we are using DSpace 4.2 with xmlui and Mirage 1.

We want to add some boxes to the main page of our repository, but
seeing the closed XML structure that DSpace have in this xmlui+mirage
version we are a little bit confused.

For instance we would like to put a news box upside recent submissions
box that links to an external blog or add the login boxes of email and
password in the trail as we have seen in other repositories (like
http://dspace.unav.es/dspace/)

Where should we edit to customize the front page in general? Anything
you can tell me will help.

Thank you, best regards.



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Problems upgrading Dspace 1.7.1 to 1.8.2

2014-10-08 Thread Avino, Thomas W. (LARC-B702)[LITES]
I am getting a 404 error after I upgrade Dspace to 1.8.2.
When I run mvn package,  it builds, but with a few warnings:

[WARNING] Cannot include project artifact: org.dspace:dspace:pom:1.8.2; it 
doesn't have an associated file or directory.
[WARNING] The following patterns were never triggered in this artifact 
exclusion filter:o  '*:war:*'
[WARNING] NOTE: Currently, inclusion of module dependencies may produce 
unpredictable results if a version conflict occurs.

The ant update runs with no issues.  But when I try to run the webpage, I get 
HTTP status 404 error.

Any Ideas?  I have tried different variations on mvn such as mvn -U clean 
package, etc with the same results

Thomas W. Avino
[http://t3.gstatic.com/images?q=tbn:ANd9GcRnrGOajbLG51OH18dELWjFdU65XUjF7Rb1nhkW034bbGRqm9BoQU4IlnV-]
NASA Langley Research Center
Bldg 1194 Room 302B
Mail Stop 185
Hampton, VA 23681-2199
Phone: (757) 864-8495
Fax: (757) 864-6649

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Running 2 different Dspace instances on 1 server

2014-10-08 Thread Avino, Thomas W. (LARC-B702)[LITES]
Is it possible to create a new Dspace instance onto an existing server?  This 
would be a completely different Dspace application, not just a copy.
We have 5 different Dspace library applications running and I don't want to 
setup a new machine.  I have a development box, and I want to install 2 
different Dspace's.  Is this possible, and how?

Thank you!

Thomas W. Avino
[http://t3.gstatic.com/images?q=tbn:ANd9GcRnrGOajbLG51OH18dELWjFdU65XUjF7Rb1nhkW034bbGRqm9BoQU4IlnV-]
NASA Langley Research Center
Bldg 1194 Room 302B
Mail Stop 185
Hampton, VA 23681-2199
Phone: (757) 864-8495
Fax: (757) 864-6649

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Running 2 different Dspace instances on 1 server

2014-10-08 Thread helix84
Hi Thomas,

it's probably easiest to install two separate servlet containers.

I haven't tried running two instances within a single servlet
container. It probably can be done, but there might be caveats.

Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Running 2 different Dspace instances on 1 server

2014-10-08 Thread KNOWLES Claire
Hi Thomas,

You can run multiple DSpace’s on one server. Are you using Tomcat as a web 
server?

We did this previously on our server by installing the different DSpaces in 
different directories, with different assetstores and different database schema 
names. We then configured tomcat to run more than one web application with 
different hostnames. You do this within the tomcat/conf/server.xml to point to 
different directories on the server. With a context path for each web app 
within the individual DSpace. We used apache to forward all requests on port 80 
to 8080 e.g.


Host name=“www.testdspace1.com  appBase=webapps
unpackWARs=true autoDeploy=true

!-- Access log processes all example.
 Documentation at: /docs/config/valve.html
 Note: The pattern used is equivalent to using pattern=common --
Valve className=org.apache.catalina.valves.AccessLogValve 
directory=logs
   prefix=“localhost_dspace1_access_log. suffix=.txt
   pattern=%h %l %u %t quot;%rquot; %s %b /

 Context path=/solr docBase=/Users/dspace/dspace1/webapps/solr 
reloadable=true cachingAllowed=false allowLinking=true/
Context path=/ docBase=/Users/dspace/dspace1/webapps/jspui 
reloadable=true cachingAllowed=false allowLinking=true/
Context path=/sword docBase=/Users/dspace/dspace1/webapps/sword 
reloadable=true cachingAllowed=false allowLinking=true/

/Host

Host name=“www.testdspace2.com  appBase=webapps
unpackWARs=true autoDeploy=true

!-- Access log processes all example.
 Documentation at: /docs/config/valve.html
 Note: The pattern used is equivalent to using pattern=common --
Valve className=org.apache.catalina.valves.AccessLogValve 
directory=logs
   prefix=localhost_dspace2_access_log. suffix=.txt
   pattern=%h %l %u %t quot;%rquot; %s %b /

Context path=/solr docBase=/Users/dspace/dspace2/webapps/solr 
reloadable=true cachingAllowed=false allowLinking=true/
Context path=/ docBase=/Users/dspace/dspace2/webapps/jspui 
reloadable=true cachingAllowed=false allowLinking=true/
Context path=/sword docBase=/Users/dspace/dspace2/webapps/sword 
reloadable=true cachingAllowed=false allowLinking=true/

/Host

Or if you just want to do this in a local dev environment you can have lots of 
contexts under localhost (this is what I do on my dev pc) e.g.

Host name=localhost  appBase=webapps
unpackWARs=true autoDeploy=true

Context path=“/dspace1/solr docBase=/Users/dspace/dspace1/webapps/solr 
reloadable=true cachingAllowed=false allowLinking=true/
Context path=“/dspace1 docBase=/Users/dspace/dspace1/webapps/jspui 
reloadable=true cachingAllowed=false allowLinking=true/
Context path=“/dspace1/sword 
docBase=/Users/dspace/dspace1/webapps/sword reloadable=true 
cachingAllowed=false allowLinking=true”/
Context path=/dspace2/solr 
docBase=/Users/dspace/dspace2/webapps/solr reloadable=true 
cachingAllowed=false allowLinking=true/
Context path=/dspace2 docBase=/Users/dspace/dspace2/webapps/jspui 
reloadable=true cachingAllowed=false allowLinking=true/
Context path=“/dspace2/sword 
docBase=/Users/dspace/dspace2/webapps/sword reloadable=true 
cachingAllowed=false allowLinking=true”/

/Host


You can then see the Dspace on http://localhost:8080/dspace1 You may need to 
increase the startup parameters for Tomcat if it starts running out of memory. 
Tomcat can also get slow to start-up if you have a lot of webapps.

Cheers,

Claire

--
Claire Knowles
Library Digital Development Manager
Library and University Collections, Information Services
University of Edinburgh



From: Avino, Thomas W. [LITES] (LARC-B702) 
thomas.w.av...@nasa.govmailto:thomas.w.av...@nasa.gov
Date: Wednesday, 8 October 2014 13:01
To: dspace-tech 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Running 2 different Dspace instances on 1 server

Is it possible to create a new Dspace instance onto an existing server?  This 
would be a completely different Dspace application, not just a copy.
We have 5 different Dspace library applications running and I don’t want to 
setup a new machine.  I have a development box, and I want to install 2 
different Dspace’s.  Is this possible, and how?

Thank you!

Thomas W. Avino
[http://t3.gstatic.com/images?q=tbn:ANd9GcRnrGOajbLG51OH18dELWjFdU65XUjF7Rb1nhkW034bbGRqm9BoQU4IlnV-]
NASA Langley Research Center
Bldg 1194 Room 302B
Mail Stop 185
Hampton, VA 23681-2199
Phone: (757) 864-8495
Fax: (757) 864-6649

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 

Re: [Dspace-tech] Running 2 different Dspace instances on 1 server

2014-10-08 Thread Adan Roman

Hi all

It can be done as Thomas say, but is not recommendedin production systems.
Any problems that hang tomcat will prevent access to all applications it
contains, and maintenance is more complicated, stops will halt all
applications and start and stop times will be higher.

regards


Hi Thomas,

You can run multiple DSpace's on one server. Are you using Tomcat as a
web server?

We did this previously on our server by installing the different
DSpaces in different directories, with different assetstores and
different database schema names. We then configured tomcat to run more
than one web application with different hostnames. You do this within
the tomcat/conf/server.xml to point to different directories on the
server. With a context path for each web app within the individual
DSpace. We used apache to forward all requests on port 80 to 8080 e.g.


Host name=www.testdspace1.com  appBase=webapps
unpackWARs=true autoDeploy=true

!-- Access log processes all example.
 Documentation at: /docs/config/valve.html
 Note: The pattern used is equivalent to using
pattern=common --
Valve className=org.apache.catalina.valves.AccessLogValve
directory=logs
   prefix=localhost_dspace1_access_log. suffix=.txt
   pattern=%h %l %u %t quot;%rquot; %s %b /

 Context path=/solr
docBase=/Users/dspace/dspace1/webapps/solr reloadable=true
cachingAllowed=false allowLinking=true/
Context path=/
docBase=/Users/dspace/dspace1/webapps/jspui reloadable=true
cachingAllowed=false allowLinking=true/
Context path=/sword
docBase=/Users/dspace/dspace1/webapps/sword reloadable=true
cachingAllowed=false allowLinking=true/
/Host

Host name=www.testdspace2.com  appBase=webapps
unpackWARs=true autoDeploy=true

!-- Access log processes all example.
 Documentation at: /docs/config/valve.html
 Note: The pattern used is equivalent to using
pattern=common --
Valve className=org.apache.catalina.valves.AccessLogValve
directory=logs
   prefix=localhost_dspace2_access_log. suffix=.txt
   pattern=%h %l %u %t quot;%rquot; %s %b /

Context path=/solr
docBase=/Users/dspace/dspace2/webapps/solr reloadable=true
cachingAllowed=false allowLinking=true/
Context path=/
docBase=/Users/dspace/dspace2/webapps/jspui reloadable=true
cachingAllowed=false allowLinking=true/
Context path=/sword
docBase=/Users/dspace/dspace2/webapps/sword reloadable=true
cachingAllowed=false allowLinking=true/

/Host

Or if you just want to do this in a local dev environment you can have
lots of contexts under localhost (this is what I do on my dev pc) e.g.

Host name=localhost  appBase=webapps
unpackWARs=true autoDeploy=true

Context path=/dspace1/solr
docBase=/Users/dspace/dspace1/webapps/solr reloadable=true
cachingAllowed=false allowLinking=true/
Context path=/dspace1
docBase=/Users/dspace/dspace1/webapps/jspui reloadable=true
cachingAllowed=false allowLinking=true/
Context path=/dspace1/sword
docBase=/Users/dspace/dspace1/webapps/sword reloadable=true
cachingAllowed=false allowLinking=true/
Context path=/dspace2/solr
docBase=/Users/dspace/dspace2/webapps/solr reloadable=true
cachingAllowed=false allowLinking=true/
Context path=/dspace2
docBase=/Users/dspace/dspace2/webapps/jspui reloadable=true
cachingAllowed=false allowLinking=true/
Context path=/dspace2/sword
docBase=/Users/dspace/dspace2/webapps/sword reloadable=true
cachingAllowed=false allowLinking=true/

/Host


You can then see the Dspace on http://localhost:8080/dspace1 You may
need to increase the startup parameters for Tomcat if it starts
running out of memory. Tomcat can also get slow to start-up if you
have a lot of webapps.

Cheers,

Claire

--
Claire Knowles
Library Digital Development Manager
Library and University Collections, Information Services
University of Edinburgh



From: Avino, Thomas W. [LITES] (LARC-B702)
thomas.w.av...@nasa.gov mailto:thomas.w.av...@nasa.gov
Date: Wednesday, 8 October 2014 13:01
To: dspace-tech dspace-tech@lists.sourceforge.net
mailto:dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Running 2 different Dspace instances on 1 server

Is it possible to create a new Dspace instance onto an existing
server?  This would be a completely different Dspace application, not
just a copy.

We have 5 different Dspace library applications running and I don't
want to setup a new machine.  I have a development box, and I want to
install 2 different Dspace's.  Is this possible, and how?

Thank you!

Thomas W. Avino

http://t3.gstatic.com/images?q=tbn:ANd9GcRnrGOajbLG51OH18dELWjFdU65XUjF7Rb1nhkW034bbGRqm9BoQU4IlnV-**

*NASA Langley Research Center*

Bldg 1194 Room 302B

Mail Stop 185

Hampton, VA 23681-2199

Phone: (757) 864-8495

Fax: (757) 864-6649



The University of Edinburgh is a charitable body, registered in
Scotland, with registration number 

Re: [Dspace-tech] Running 2 different Dspace instances on 1 server

2014-10-08 Thread emilio lorenzo
Hi, Thomas
Some time ago, we wrote a post 
http://www.arvo.es/dspace/funcionando-con-varios-dspace/ (unfortunately 
in spanish, but since it has figures and with google translator you 
could have an idea about it)   about different possibilities of running 
several dspace instances of dspace

also: https://wiki.duraspace.org/display/DSPACE/MultipleDspaceOneServer

best luck

Emilio Lorenzo



El 08/10/2014 14:25, helix84 escribió:
 Hi Thomas,

 it's probably easiest to install two separate servlet containers.

 I haven't tried running two instances within a single servlet
 container. It probably can be done, but there might be caveats.

 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Running 2 different Dspace instances on 1 server

2014-10-08 Thread Peter Dietz
Hi Thomas,

The route I would go is to have a distinct tomcat instance for each
client/instance. You can restart one tomcat with affecting the other.
(Assuming you've got ample memory on your boxes). And you'll need to tweak
those instances so they run on distinct ports. (Multiple tomcats can't each
claim 8080, 8443, 8009)

So: /var/tomcat-dspace-4-earth and /var/tomcat-dspace4-moon
Then you'll have to change server.port, connector.port,
connector.redirectport, http, https, and AJP.

You'll need to configure your web server (apache / nginx) to then route the
vhost properly. Let's see, postgres should be fine, have distinct dbnames,
or if you have an external db server, that is likely already the case.
Also, you'll need to change some DSpace configs, especially with SOLR for
the other instances to not run on 8080. If you use ElasticSearch, ensure
that you give a unique index name for each instance.



Peter Dietz
Longsight
www.longsight.com
pe...@longsight.com
p: 740-599-5005 x809

On Wed, Oct 8, 2014 at 10:32 AM, Adan Roman aro...@arvo.es wrote:

  Hi all

 It can be done as Thomas say, but is not recommended in production systems
 .
 Any problems that hang tomcat will prevent access to all applications it
 contains, and maintenance is more complicated, stops will halt all
 applications and start and stop times will be higher.

 regards

   Hi Thomas,

  You can run multiple DSpace’s on one server. Are you using Tomcat as a
 web server?

  We did this previously on our server by installing the different DSpaces
 in different directories, with different assetstores and different database
 schema names. We then configured tomcat to run more than one web
 application with different hostnames. You do this within the
 tomcat/conf/server.xml to point to different directories on the server.
 With a context path for each web app within the individual DSpace. We used
 apache to forward all requests on port 80 to 8080 e.g.


  Host name=“www.testdspace1.com  appBase=webapps
 unpackWARs=true autoDeploy=true

  !-- Access log processes all example.
  Documentation at: /docs/config/valve.html
  Note: The pattern used is equivalent to using
 pattern=common --
 Valve className=org.apache.catalina.valves.AccessLogValve
 directory=logs
prefix=“localhost_dspace1_access_log. suffix=.txt
pattern=%h %l %u %t quot;%rquot; %s %b /

   Context path=/solr
 docBase=/Users/dspace/dspace1/webapps/solr reloadable=true
 cachingAllowed=false allowLinking=true/
 Context path=/ docBase=/Users/dspace/dspace1/webapps/jspui
 reloadable=true cachingAllowed=false allowLinking=true/
 Context path=/sword
 docBase=/Users/dspace/dspace1/webapps/sword reloadable=true
 cachingAllowed=false allowLinking=true/

  /Host

  Host name=“www.testdspace2.com  appBase=webapps
 unpackWARs=true autoDeploy=true

  !-- Access log processes all example.
  Documentation at: /docs/config/valve.html
  Note: The pattern used is equivalent to using
 pattern=common --
 Valve className=org.apache.catalina.valves.AccessLogValve
 directory=logs
prefix=localhost_dspace2_access_log. suffix=.txt
pattern=%h %l %u %t quot;%rquot; %s %b /

  Context path=/solr
 docBase=/Users/dspace/dspace2/webapps/solr reloadable=true
 cachingAllowed=false allowLinking=true/
 Context path=/ docBase=/Users/dspace/dspace2/webapps/jspui
 reloadable=true cachingAllowed=false allowLinking=true/
 Context path=/sword
 docBase=/Users/dspace/dspace2/webapps/sword reloadable=true
 cachingAllowed=false allowLinking=true/

  /Host

  Or if you just want to do this in a local dev environment you can have
 lots of contexts under localhost (this is what I do on my dev pc) e.g.

  Host name=localhost  appBase=webapps
 unpackWARs=true autoDeploy=true

  Context path=“/dspace1/solr
 docBase=/Users/dspace/dspace1/webapps/solr reloadable=true
 cachingAllowed=false allowLinking=true/
 Context path=“/dspace1
 docBase=/Users/dspace/dspace1/webapps/jspui reloadable=true
 cachingAllowed=false allowLinking=true/
 Context path=“/dspace1/sword
 docBase=/Users/dspace/dspace1/webapps/sword reloadable=true
 cachingAllowed=false allowLinking=true”/
  Context path=/dspace2/solr
 docBase=/Users/dspace/dspace2/webapps/solr reloadable=true
 cachingAllowed=false allowLinking=true/
 Context path=/dspace2
 docBase=/Users/dspace/dspace2/webapps/jspui reloadable=true
 cachingAllowed=false allowLinking=true/
 Context path=“/dspace2/sword
 docBase=/Users/dspace/dspace2/webapps/sword reloadable=true
 cachingAllowed=false allowLinking=true”/

  /Host


  You can then see the Dspace on http://localhost:8080/dspace1 You may
 need to increase the startup parameters for Tomcat if it starts running out
 of memory. Tomcat can also get slow to start-up if you have 

[Dspace-tech] Artifact after Deleting Harvested Collection

2014-10-08 Thread Nathan Tallman
This morning, we were doing some tests on our Dspace (1.8.2) instance,
following a system change. The testing involved an OAI-ORE harvest from our
test instance. Initially for this test, I neglected to click on the radio
box for a specific set and Dspace tried to harvest our entire
test-instance. After realizing my mistake, I was able to edit the settings
for a specific set and clicked reset and reimport. This appeared to be
successful: records that had just been imported went away, the new subset
appeared. After this confirmation, I initiated a delete of the collection,
since this was just a test.

Oddly, the items seem to have deleted, but the test collection still
appears in the sub-community list and the overall communities and
collections page. However, wherever it appears, it only links to the page
it's on. You can see what I mean here:
https://drc.libraries.uc.edu/handle/2374.UC/730895 (see the Test Harvest
collection. In other words, we can't tell what the Test Harvest
collection handle really is/was, because it always links to the identifier
for the page it appears on.

I can create new collections and submit new records; the new handles
function properly.

Does anyone have experience with this type of issue or have any feedback to
offer? It's perplexing and we're wondering if a re-index will rid us of
this artifact.

Thanks,
Nathan



Nathan Tallman
Digital Content Strategist
University of Cincinnati Libraries
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] EU / Asia / Middle East / Africa conference call on DSpace Statistics use cases Oct 15th 07:00 UTC

2014-10-08 Thread Bram Luyten
You are kindly invited to join next week's discussion on DSpace statistics
and metrics on *October 15th (07:00 UTC)*

Find out more and note down your use cases in preparation of the meeting:
https://wiki.duraspace.org/display/cmtygp/DCAT+Meeting+October+2014

Even if you can not attend the actual conference call, we still welcome
your online comments on this page.

looking forward to a fruitful discussion,

Bram Luyten  Maureen Walsh
DCAT co-chairs

-- 
[image: logo]
*Bram Luyten* +1 202 684 6365
*2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
www.atmire.com
http://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] EU / North America conference call on DSpace Statistics use cases Oct 14th 15:00 UTC

2014-10-08 Thread Bram Luyten
While the subject of this email was correct, the body wrongfully states
11:00 UTC.
The correct time is 15:00 UTC.

our apologies

-- 
[image: logo]
*Bram Luyten* +1 202 684 6365
*2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
www.atmire.com
http://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml


On 8 October 2014 19:20, Bram Luyten b...@atmire.com wrote:

 You are kindly invited to join next week's discussion on DSpace statistics
 and metrics on *October 14th (11:00 UTC)*

 Find out more and note down your use cases in preparation of the meeting:
 https://wiki.duraspace.org/display/cmtygp/DCAT+Meeting+October+2014

 Even if you can not attend the actual conference call, we still welcome
 your online comments on this page.

 looking forward to a fruitful discussion,

 Bram Luyten  Maureen Walsh
 DCAT co-chairs

 --
 [image: logo]
 *Bram Luyten* +1 202 684 6365
 *2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
 *Esperantolaan 4, Heverlee 3001, Belgium*
 www.atmire.com
 http://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Audio/Video Streaming

2014-10-08 Thread rdiascampos
Hi. I'm using DSpace 3.2, xmlui and I'd like to have better interfaces to images and videos. What options do I have?
 
Shall I upgrade to 4.2 or wait until we have a stable version 5? There is nothing, related to images and videos, in between?
 
Thanks for your help.
 
Ricardo
 

De: pe...@longsight.comEnviada: Terça-feira, 7 de Outubro de 2014 14:55Para: marobl...@santafe.gov.arAssunto: [Dspace-tech] Audio/Video Streaming
Hi Miguel,
 
Here's a PR: https://github.com/DSpace/DSpace/pull/504
 
Also, we've got a theme customization that uses flash for progressive download / playback of video: https://trydspace.longsight.com/handle/123456789/68


Peter DietzLongsightwww.longsight.compe...@longsight.comp: 740-599-5005 x809

2014-10-07 13:32 GMT-04:00 Miguel Angel Robledo marobl...@santafe.gov.ar:
Hi,  Is the feature Audio/Video Streaming [1] included in the Dspace 5 Release Candidate?  Thanks  [1] https://wiki.duraspace.org/pages/viewpage.action?pageId=45548591  --  Ing. Miguel Angel Robledo Secretaría de Tecnologías para la Gestión Ministerio de Gobierno y Reforma del Estado Provincia de Santa Fe San Martín 2466 (S3000FSB) Santa Fe   -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--Meet PCI DSS 3.0 Compliance Requirements with EventLog AnalyzerAchieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS ReportsAre you Audit-Ready for PCI DSS 3.0 Compliance? Download White paperComply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzerhttp://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___DSpace-tech mailing listDSpace-tech@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dspace-techList Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette