We use several DSpaces 4.3 in one server in two ways: 1. More than one DSpace instance under the same Tomcat container. It is implemented using Tomcat virtualhosts. 2. Two Tomcat instances, each one with its own DSpace instances, on the same server.
The real tricks are: - each DSpace instance must listen to a different http port. - the solr must listen to the same port. - each DSpace instance must be deployed to a different directory (other than the default `webapps/`). All DSpace instances share the same PostgreSQL server, but different databases. -- Vinicius Assef On 3 March 2016 at 11:18, Alain Tschanz <[email protected]> wrote: > Hello, > I'm trying to run 4 DSpace instances on one server with one handle server. > What's the best way to implement that scenario? > > I saw an old post at > http://dspace.2283337.n4.nabble.com/One-handle-server-for-two-DSpace-instances-td4662743.html > . > > helix84 said that there's an unofficial solution. Could helix84 share his > solution with me off-list? > > Thank you. > > > -- > 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. > -- 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.
