Hello All! I am trying to integrate DSpace 1.8.2 with NetBeans 7.1.2. I am following instruction on https://wiki.duraspace.org/display/DSPACE/IDE+Integration+-+DSpace+and+NetBeans
For this purpose, i want to configure a web application project in NetBeans for which i am following the steps from the above link which are as follows: *1. Select the project for the Web Application you wish to run through Tomcat (e.g. "DSpace XML-UI (Manakin) :: Web Application Resources" for the XMLUI). This project must be a "war" based project, as Tomcat only runs WAR files. 2. Right click on your selected project and click "Properties" 3. From the Properties window, select the "Run" category. 4. From these Run settings, you'll want to specify the Server which this application should run on. Select your newly configured Tomcat server. 5. Also, specify a "Context Path". This should be the ending path on the URL. For example, specifying "/xmlui" will mean your web application will be available from "http://localhost:8080/xmlui" 6. Now, click over to the "Actions" category on the left. 7. You'll see a list of Actions on the right. Click on the "Run Project" action (as this is the one used to run your web application). 8. In that Action's "Set Properties" section, add a property to point it to your DSpace installation's configuration file (dspace.cfg). The following is an example on Windows, assuming that you've installed DSpace to "C:/dspace/": dspace.config=C:/dspace/config/dspace.cfg (make sure to include this entire line – also, do NOT include quotes around the file path) 9. Finally, click "OK" at the bottom to save all your new project settings.* I followed the above mentioned steps but when I click the changes i made in the run/action properties are not saved because when i again go to properties to see those changes all the fields look as they were before those changes. Please suggest me some way to save those changes. Thanks in advance -- View this message in context: http://dspace.2283337.n4.nabble.com/DSpace-integration-with-netbeans-problem-saving-changes-in-project-properties-tp4656231.html Sent from the DSpace - Tech mailing list archive at Nabble.com. ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

