On Thu, Mar 29, 2012 at 12:12, paras jain <[email protected]> wrote: > Rebuild the DSpace installation package by running the following command > from your [dspace-source]/dspace/ directory: > mvn package > Update all DSpace webapps to [dspace]/webapps by running the following > command from your [dspace-source]/dspace/target/dspace-[version]-build.dir > directory: > ant -Dconfig=[dspace]/config/dspace.cfg update > Deploy the the new webapps: > cp -R /[dspace]/webapps/* /[tomcat]/webapps > Restart Tomcat > When you restart the web server you should see your customized JSPs .first > 2 steps are successfully done but i found some error in running 3rd step to > deploy webapps.i found error in my command prompt when i running this > command.so giude me how to successfully i completed these instructions.
What is the error? Did you use actual path names instead of the placeholders in brackets ([dspace], [tomcat])? An alternative option to copying the *.war files is to leave them in [dspace]/webbaps and link to them from tomcat configuration instead, see example in "Installation Steps", step 8: https://wiki.duraspace.org/display/DSDOC18/Installation#Installation-InstallationSteps Regards, ~~helix84 ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

