Re: [dspace-tech] Re: After migrating dspace from 5.2 to 6.2 LDAP doesn't work anymore

2018-04-27 Thread Christian Scheible
Hi, yes this behaviour is caused by the change of the configuration system in DSpace 6. https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference Commas are a special character which leads to an array of values for a configuration key. Am 26.04.2018 um 17:54 schrieb Tadeu Alves:

[dspace-tech] Dspace on the production-server

2018-04-27 Thread MaX Verner
Hello, there is a way to use the dspace on the production-server without maven and ant? -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [dspace-tech] Modify information displayed

2018-04-27 Thread Claudia Jürgen
Hi, this is not configurable, you must customize the jsp see: https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-jspui/src/main/webapp/display-item.jsp#L139 On how to customize JSP pages see:

Re: [dspace-tech] Dspace on the production-server

2018-04-27 Thread Monika Mevenkamp
Max, I compile my code locally and then copy the compiled code over to the prod/qa vm, where I then run ant update local mvn clean mvn package # also include the commit log ( gitinfo; git log --abbrev-commit --pretty=oneline --graph --no-color >

Re: [dspace-tech] Re: After migrating dspace from 5.2 to 6.2 LDAP doesn't work anymore

2018-04-27 Thread Tim Donohue
Hi all, Thanks for bringing this to our attention. It seems we fixed the DSpace 6.x LDAP configuration documentation to give examples with escaped commas (\,), but we neglected to highlight those changes. I've just updated the LDAP configuration documentation with additional notes to highlight

[dspace-tech] Deploy Web Applications

2018-04-27 Thread Βασιλική Γώγου
Hi, On step Deploy Web Applications, I used *Technique B:* cp -R [dspace]/webapps/* [tomcat]/webapps* how can I define the *root context* ? -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop

Re: [dspace-tech] Modify information displayed

2018-04-27 Thread Rodrigo Sebastian Hidalgo Avila
Thank you very much for the information! El viernes, 27 de abril de 2018, 8:19:39 (UTC-4), Claudia Jürgen escribió: > > Hi, > > this is not configurable, you must customize the jsp see: > > https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-jspui/src/main/webapp/display-item.jsp#L139 > >