Bryce,<br>
<br>
The only way I know to pull this off is to run a new instance of Tomcat
for each dspace you need.&nbsp; If you using modjk with Apache to talk
to Tomcat then you can just assign each instance of modjk to a new
port.&nbsp; You then can use one URL and just map each instance like so:<br>
<a href="http://my.dspace.edu/dspace1">my.dspace.edu/dspace1</a><br>
<a href="http://my.dspace.edu/dspace2">my.dspace.edu/dspace2</a><br>
<br>
If you are just using Tomcat you can simple bind each instance to a new port like so:<br>
<br>
<a href="http://my.dspace.edu:8080">my.dspace.edu:8080</a> (dspace1)<br>
<a href="http://my.dspace.edu:8081">my.dspace.edu:8081</a> (dspace2)<br>
<br>
If you would like more information on how to do this please let me know and I can send you some documentation.<br>
<br>
Cody<br><br><div><span class="gmail_quote">On 11/14/05, <b class="gmail_sendername">bryce benton</b> &lt;<a href="mailto:brycebenton@gmail.com">brycebenton@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm attempting to install multiple instances of DSpace on the same<br>machine. I've followed the instructions for setting up dspace, but<br>I've used the user dspace2, dspace3 and created databases named<br>similarly.<br>
<br>Everything works fine in the build process, but when I visit the URL,<br>I see that the new DSpace instance is reading from the original DSpace<br>database.<br><br>Additionally, it seems that the new DSpace instances are getting their
<br>configuration data from the original dspace.cfg file. Doing<br>/dspace/bin/install-configs updates all 3 installations, whereas<br>/dspace2/bin/install-configs has no effect.<br><br>Is it possible to run more than one instance of DSpace on the same
<br>machine? If so, how do I connect the new installations to the proper<br>databases and configuration files? It seems there's a crucial step<br>that I'm missing.<br><br>Thanks,<br>Bryce<br><br>_______________________________________________
<br>Dspace-general mailing list<br><a href="mailto:Dspace-general@mit.edu">Dspace-general@mit.edu</a><br><a href="http://mailman.mit.edu/mailman/listinfo/dspace-general">http://mailman.mit.edu/mailman/listinfo/dspace-general
</a><br></blockquote></div><br>