Sounds like exactly what I would do.

I think I know what the problem might be. ConfigurationManager uses a
different method of determining the modules directory - it's based on
dspace.dir, not on location of dspace.cfg, look here:
https://github.com/DSpace/DSpace/blob/dspace-1_8_x/dspace-api/src/main/java/org/dspace/core/ConfigurationManager.java#L796

Your dspace_sword directory is exactly what you need in this case.
Edit [dspace]/webapps/sword/WEB-INF/web.xml and set dspace.dir to your
dspace_sword directory (do this after the ant update step).

      <param-name>dspace.dir</param-name>
      <param-value>/dspace_sword</param-value>

Regards,
~~helix84

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to