Re: [Dspace-tech] controlled-vocabulary question

2013-04-30 Thread Kevin Van de Velde
Hi Jose,

The removal of the vocabulary prefix is handled by the
vocabulary-support.js file (
https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-xmlui/src/main/webapp/static/js/vocabulary-support.js).
This file is included in the sitemap.xmap of the submission aspect (
https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-xmlui/src/main/resources/aspects/Submission/sitemap.xmap#L238
).

Hope this helps,

Kind regards,

[image: logo]
Kevin Van de Velde *@mire*
*2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
www.atmire.comhttp://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=kevinvdv


On 24 April 2013 18:00, Jose Blanco blan...@umich.edu wrote:

 I'm trying to implement controlled-vocabulary, and I used the srsc to try
 it out.  I see a link to Subject Categories

 vocabulary:
 http://blancoj.dev.deepblue.lib.umich.edu/JSON/controlled-vocabulary?vocabularyIdentifier=srscmetadataFieldName=dc_subject

 I see this vocabulary: in front of the url. If I try the url, I get a
 JSON object.  My code is a merged version of 30, so I may be missing a
 javascript or something.  Any clue as to what may be going on.

 Thank you!
 Jose




 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
 ___
 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

@mire_web_2.jpg--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
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] How to get Internal_Id of bitstream in ItemTag.java file

2013-04-30 Thread helix84
On Tue, Apr 30, 2013 at 4:10 AM, Nguyen Hung Thanh
nghungth...@gmail.com wrote:
 I want to edit ItemTag.java file and get Internal_Id of bitstream.

It depends on which method you want to modify.

 What is function using to get it.

Once you have an instance of the Bitstream class, use its getID() method.

http://demo.dspace.org/javadocs/3/apidocs/org/dspace/content/Bitstream.html

P.S. Please, next time don't cross post. Choose one mailing list and
we'll let you know if it's the wrong one. This question should have
gone to dspace-devel.


Regards,
~~helix84

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

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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] Using ftp to upload files into DSpace

2013-04-30 Thread Becker, Pascal-Nicolas
Thanks to Emilio and helix for their answers. I'll consider to solve this using 
HTML5 File API. If I get some useful solutions, I'll share them of course...

Regards,
  Pascal

 -Original Message-
 From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of
 helix84
 Sent: Monday, April 29, 2013 12:44 PM
 To: Becker, Pascal-Nicolas
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Using ftp to upload files into DSpace
 
 Hi Pascal,
 
 the problem you're trying to cope with is that HTTP doesn't have a native way
 of resuming uploads (at least not that browsers actually implement). This is
 the only advantage of FTP over HTTP, other than that, FTP has only
 disadvantages - the need for an active port, unfamiliarity to most modern
 users. I'd argue that you don't want to use a different protocol, only a
 frontend that allows you to resume, show progress and upload multiple files
 in a series. This can be done using HTTP as the protocol - look at e.g. Gmail
 attachment or Youtube video uploads. Yes, this requires an extra
 programmatic support on both server and client side. There are quite a lot of
 existing solutions out there (here's a random example, although it doesn't
 have all the features:
 http://www.solmetra.com/en/disp.php/en_products/flash_uploader/uploa
 der_intro).
 But if you are going to solve this problem, why not solve it in an ideal way
 that will also benefit other DSpace users (assuming you'll share your work).
 
 If this is, for whatever reason, not the way you want to go, I can list the
 different ways how you can get bitstreams to DSpace (but all of them will
 require some customization of your DSpace).
 
 As a sidenote, here's a different solution actively being worked on:
 http://blogs.exeter.ac.uk/openexeterrdm/blog/2012/10/19/big-data-
 submission-tool-at-the-idcc/
 This should be covered by the OR13 presentation Moving BIG DATA into
 DSpace by Lee Taylor from University of Exeter.
 
 
 Regards,
 ~~helix84
 
 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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] Win an Atmire DSpace add-on module

2013-04-30 Thread Bram Luyten
Today is the last day of this contest. We are closing the submission form
at 4PM UTC.

On Fri, Apr 19, 2013 at 1:19 PM, Bram Luyten b...@mire.be wrote:

 Click here if the message below is not rendered correctly:
 http://atmire.com/website/?q=content/win-free-dspace-module

 This month you have the chance to win one of @mire's add-on modules for
 DSpace. Entering this contest is entirely free and open to anyone. We will
 award the module to the participant who sends us the most compelling ways
 in which the module would add value to his or her repository. Our modules
 are aimed at offering better ways to access repository content and
 improving administrative tasks.
  Enter today

 Click here to open the form to enter the 
 contesthttps://docs.google.com/forms/d/1DdopX7m0WfgEkoNAtGrOiItYFQhT6mAanuMQfDWiXnk/viewform.
 The form will be closed on tuesday April 30th, 4pm UTC. The winner will be
 announced in May.
  @mire's DSpace Add-on Modules

 When entering the contest you can choose which of these seven modules you
 would like to win.

 *Metadata Quality*
 Batch metadata editing and duplicate checking
 More information http://atmire.com/website/?q=modules/mqm



 *Content and Usage Analysis*
 Repository usage and growth tracking
 More information http://atmire.com/website/?q=modules/cua

 *Listings and Reports*
 Extracting metadata into neatly formatted documents
 More information http://atmire.com/website/?q=modules/lr

 *Audiovisual Streaming*
 In-browser playback for audio and video
 More information http://atmire.com/website/?q=modules/avs

 *Document Streaming*
 In-browser viewing and searching in documents
 More information http://atmire.com/website/?q=modules/ds

 *Image Zoom*
 Zooming and panning for photographs and images
 More information http://atmire.com/website/?q=modules/iz

 *Information Conversion Suite*
 Converting repository content to multiple output formats
 More information http://atmire.com/website/?q=modules/infocon
 Contest rules

- The prize for this contest is one license for one of the seven @mire
DSpace add-on modules and a maximum of 4 hours of installation services.
- Participation in this contest is free and requires no purchase from
@mire whatsoever.
- Entry to the competitions is restricted to one entry per person.
- Automated entries, bulk entries or third party entries will be
disqualified.
- This contest is open to anyone in the world.
- The winner will be contacted through the email address entered into
the contest form.
- The winner will be selected by a jury consisting of 3 @mire
representatives. The judges are required to identify the best answer to the
questions labeled as contest questions in the entry form.
- The judges decision is final and no correspondance will be entered
into.
- The competition will run from April 4th until April 30th 2013.
- @mire complies with EU Data 
 protectionhttp://ec.europa.eu/justice/data-protection/.
We will not pass on your details to any third party without your prior
consent.

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


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
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] oai problem

2013-04-30 Thread Lars Möller

hi helix,

thanks. i just forgot to install the oai in the tomcat webap folder.
now running.

another problem is to manage the crosswork.
i want to output an xml strukture based on the oia_dc schema (following 
the instruction https://wiki.duraspace.org/display/DSPACE/XsltCrosswalk).
so just copied this and put this lines of code in the dspace.cfg:
crosswalk.dissemination.ese.stylesheet = 
crosswalks/oai/metadataFormats/ese.xsl
crosswalk.dissemination.ese.namespace.ese = 
http://www.openarchives.org/OAI/2.0/oai_dc/
crosswalk.dissemination.ese.schemaLocation = 
http://www.openarchives.org/OAI/2.0/ 
http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd
crosswalk.dissemination.ese.preferList = true

so i have a own crosswalk based on oai_dc named ese.

is it possible to replace the line oai_dc:dc ... with an other tag

 oai_dc:dc
 xsi:schemaLocation
 =
 http://www.openarchives.org/OAI/2.0/oai_dc/ 
 http://www.openarchives.org/OAI/2.0/oai_dc.xsd
 
 dc:title
 Selbstbauhaus
 /dc:title ...
should be:
 own_meta_namesapce 
 dc:title
 Selbstbauhaus
 /dc:title ...

in the xsl file the the template calls:

 xsl:template match=/
 oai_dc:dc 
 xmlns:oai_dc=http://www.openarchives.org/OAI/2.0/oai_dc/;
 xmlns:dc=http://purl.org/dc/elements/1.1/;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation=http://www.openarchives.org/OAI/2.0/oai_dc/ 
 http://www.openarchives.org/OAI/2.0/oai_dc.xsd;

best
lars


Am 29.04.13 18:20, schrieb helix84:
 Hi Lars,

 that Internal System Error message is a generic DSpace system message
 which, unfortunately, does not provide the information we need to help
 you resolve the problem. In order to figure out what the real underlying
 error is, you'll have to look at the DSpace Log files.

 Please see the How to Troubleshoot an Error page for information about
 finding the error in the log files:
 http://wiki.dspace.org/confluence/display/DSPACE/Troubleshoot+an+error

 Once you locate the error in the logs, if you cannot figure out the
 problem, feel free to send the full error message to this mailing list.
 Much more information is available on the above wiki page.


 Regards,
 ~~helix84

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


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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] Restriction of using dspace

2013-04-30 Thread jayachandra B
Hi,

I am using dspace 1.8.2 Can you make the dsapce to be used by specified
people?
-- 
Regards
Jayachandra
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
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] Re-configuration of dspace.cfg

2013-04-30 Thread jayachandra B
yes you need to rebuild it


On Tue, Apr 30, 2013 at 4:11 PM, SanjibKumarDeka xan...@gmail.com wrote:

 Hi,

 I have make some changes in the dspace.cfg file. Should I need to run
 again mvn package or ant update command to work the changes.

 Kindly reply.

 Regards,
 sanjib kumar deka


 --
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
 Get 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 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




-- 
Regards
Jayachandra
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
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] How to import archived community and its collections in to dspace

2013-04-30 Thread Thornton, Susan M. (LARC-B702)[LITES]
We are running version 1.7.1 JSPUI, so you'll have to check and see if the 
import script changed between versions 1.7.1 and 1.8.2 JSPUI, but here is the 
command from our import script (**Note: this is run outside of launcher.xml):

$BINDIR/dsrun org.dspace.app.itemimport.ItemImport  --add
--eperson=yourem...@youremail.commailto:--eperson=yourem...@youremail.com   
--collection=handle_of_the_collection_you're_importing_into_like_2323/105897   
--source=fully_qualified_directory_where_your_source_files_reside
--mapfile=fully_qualified_directory_where_your_mapfile_will_be_written.map
fully_qualified_directory_where_your_outfile_from_script_will_be_written.out

Hope this helps!
Sue


Sue Walker-Thornton
(w):  (757) 864-2368
(m):  (757) 506-9903

From: jayachandra B [mailto:jayachandra1...@gmail.com]
Sent: Monday, April 29, 2013 10:16 PM
To: Thornton, Susan M. (LARC-B702)[LITES]
Cc: dspace-tech
Subject: Re: [Dspace-tech] How to import archived community and its collections 
in to dspace

Can you give me that import command?

On Mon, Apr 29, 2013 at 8:51 PM, Thornton, Susan M. (LARC-B702)[LITES] 
susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov wrote:
Hi,
 Unzip the files and use ItemImport to re-import the Items back into 
DSpace.  The quickest and easiest way to recreate your Communities and 
Collections is via the online interface.
Good luck!
Sue


Sue Walker-Thornton
(w):  (757) 864-2368
(m):  (757) 506-9903

From: jayachandra B 
[mailto:jayachandra1...@gmail.commailto:jayachandra1...@gmail.com]
Sent: Monday, April 29, 2013 10:28 AM
To: dspace-tech
Subject: [Dspace-tech] How to import archived community and its collections in 
to dspace

Hi,
I am using dpsace 1.8.2 jspui. I have exported some community and its 
collections. Later I have deleted that community and its collections. I have 
the exported zip folder of the deleted community. Now how can i import that 
community in to my dspace.

--
Regards
Jayachandra



--
Regards
Jayachandra
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
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] When uploading a ~5MB file on DSpace 3.1 XMLUI

2013-04-30 Thread Tim Donohue
Hmm...

I suspect we have a minor .gitignore bug here then.  We shouldn't be ignoring 
*all* *.properties files everywhere.

It looks like the proper .gitignore should instead be:

## Ignore all *.properties file in root folder, EXCEPT build.properties (the 
default)
/*.properties
!/build.properties

I'll submit a Pull Request shortly to get this fixed in 3.x branch and master.

- Tim

On 4/29/2013 5:24 PM, Thomas Misilo wrote:
 Got it working, I couldn't actually find the core.properties file.
 
 However what the problem was is the .gitignore from [1] made it so when I 
 added DSpace to my local git repo, it ignored a bunch of *.properties files 
 in a lot of the other folders :(
 
 Thanks for helping :)
 
 Tom
 
 [1]:  https://github.com/DSpace/DSpace/blob/master/.gitignore#L26
 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
 ___
 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
 

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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] When uploading a ~5MB file on DSpace 3.1 XMLUI

2013-04-30 Thread Tim Donohue
Just as a followup.

I've logged this as a bug:
https://jira.duraspace.org/browse/DS-1540

It's now been fixed on both our master and dspace-3.x branches in 
GitHub.

- Tim

On 4/30/2013 11:20 AM, Tim Donohue wrote:
 Hmm...

 I suspect we have a minor .gitignore bug here then.  We shouldn't be 
 ignoring *all* *.properties files everywhere.

 It looks like the proper .gitignore should instead be:

 ## Ignore all *.properties file in root folder, EXCEPT build.properties (the 
 default)
 /*.properties
 !/build.properties

 I'll submit a Pull Request shortly to get this fixed in 3.x branch and master.

 - Tim

 On 4/29/2013 5:24 PM, Thomas Misilo wrote:
 Got it working, I couldn't actually find the core.properties file.

 However what the problem was is the .gitignore from [1] made it so when I 
 added DSpace to my local git repo, it ignored a bunch of *.properties files 
 in a lot of the other folders :(

 Thanks for helping :)

 Tom

 [1]:  https://github.com/DSpace/DSpace/blob/master/.gitignore#L26
 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
 ___
 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


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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] swordv2 use issues

2013-04-30 Thread Douglas Fils
All,
  I am working with DSpace 3.1 and I can access both the
sword/servicedocument and swordv2/servicedocument endpoints.

  However, I get a prompt to log in with a username and password.  I have
some problems though

1) Are these a dspace user and password?
2) If they are..  is my username my first and last name?  with /without a
space?  my email?

I just can't seem to get these to work.  I did get through the 401 to a 403
but I'm not sure what they meant.


Is there any walk through and getting swordv2 up and running and logged
into to get to a service document?

The client code / API seems rather straightforward if I can get through
this auth process.

Thanks MUCH
Take care
Doug
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
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] Re-configuration of dspace.cfg

2013-04-30 Thread SanjibKumarDeka
Hi,

Thank you for your reply. I changed the configuration from config
directory only. Could you please tell me how to restart the tomcat. I
installed tomcat 7.0.39 from /opt directory.

One more problem I'm facing is that sometimes I couldn't access Dspace from
remote machine. In that case if I restart the installation server, then it
works.

Kindly help me please.

Regards,
sanjib kumar deka


On Tue, Apr 30, 2013 at 8:06 PM, Amandeep Kapila
kapila.amand...@gmail.comwrote:

 Hi,

   You don't need to rebuild if you just changed dspace runtime file at
 [dspace]/config/dspace.cfg You can just restart tomcat and the changes will
 take effect. In case you changed the configuration file in the source
 directory you need to rebuild. Check the manual corresponding to your
 version.

 Cheers,

 aman,
 (Amandeep Kapila),
 New Delhi


 On Tue, Apr 30, 2013 at 4:11 PM, SanjibKumarDeka xan...@gmail.com wrote:

 Hi,

 I have make some changes in the dspace.cfg file. Should I need to run
 again mvn package or ant update command to work the changes.

 Kindly reply.

 Regards,
 sanjib kumar deka


 --
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
 Get 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 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



--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
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