On 15 Jun 2017, at 15:25, Mark H. Wood <mwood...@gmail.com> wrote:
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 a topic in the Google Groups "DSpace Technical Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dspace-tech/FLE1oXDt-vU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dspace-tech...@googlegroups.com.