You have explicitly declared a Context for each of the webapp.s, and also have an appBase pointing at what appears to be the target of a DSpace installation, with autoDeploy='true'. So you've told Tomcat to load individual webapp.s from various directories under /dspace and *also* to deploy any webapp.s found in the directory /home/dspace/dspace/webapps. Probably you need one or the other. I would remove or comment out the <Context> elements. (The Tomcat maintainers discourage the use of <Context> in server.xml, although it does work. If you need full control over a Context, you can define it in a separate file as described in the Tomcat documentation, but then don't place the webapp.s in the appBase directory.)
https://wiki.duraspace.org/display/DSDOC5x/Installing+DSpace#InstallingDSpace-Installation lays out two ways of deploying DSpace in Tomcat, which you may find helpful. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
