On Tue, Oct 29, 2013 at 8:45 AM, Sean Carte <[email protected]> wrote: > Google tries to find them at <http://ir.dut.ac.za/sitemaps/sitemap0.xml.gz>, > which generates a 'org.apache.cocoon.ResourceNotFoundException: Page cannot > be found' error.
I'm not sure why that is. I do see it at http://ir.dut.ac.za/sitemap Here's what the URL returns: <?xml version="1.0" encoding="UTF-8"?> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap><loc>http://ir.dut.ac.za:8080/xmlui/sitemap?map=0</loc><lastmod>2013-10-29T08:08:14Z</lastmod></sitemap> </sitemapindex> Even though everything works, you might want to set your dspace.url and dspace.baseUrl to "http://ir.dut.ac.za" (exclude the port and the /xmlui). That would also remove the need for you to actually provide the webapp at /xmlui and you could only provide it at site root (/). I also noticed your handles take a long time to resolve (and are resolving to the address with the port and /xmlui, which should be fixed by my suggestion above). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

