Hi Bruna:

You just need to add new entries to server.xml config file, using different names for each webapp. Here's an extract of our server.xml (we are running 4 instances of dspace on same server):

<Context path="/jspui-od" docBase="/srv/dspace-2/webapps/jspui/" debug="0"
        reloadable="true" cachingAllowed="false" allowLinking="true"/>

<Context path="/jspui-rl" docBase="/srv/dspace-3/webapps/jspui/" debug="0"
        reloadable="true" cachingAllowed="false" allowLinking="true"/>

        .....

<Context path="/xmlui" docBase="/dspace/webapps/xmlui/" debug="0"
        reloadable="true" cachingAllowed="false" allowLinking="true"/>

<Context path="/xmlui2" docBase="/srv/dspace-2/webapps/xmlui/" debug="0"
        reloadable="true" cachingAllowed="false" allowLinking="true"/>

Regards,
Alvaro Sandoval


El 15/04/12 14:49, Bruna Fagundes Rócio escribió:
Hey guys,

I need to install two dspace in the same server, one of them just for tests. They are in the same version 1.7.1 and i'm using Ubuntu 9.04 Server, Tomcat6 and Postgres 8.4. The database test was created and i applied the changes to the other dspace.cfg, but, i have no idea how to proceed in the right way in Tomcat configuration. In server.xml i already have xmlui and jspui. What i do with the news xmlui and jspui that i have to put in the file?

So, i need your help! Thanks!



------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2


_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Ingeniería y Desarrollo
Fono (5632) 226 3981

http://www.bcn.cl/

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to