Issue 1453: How to delpoy 2 copies of Gerrit on 1 tomcat6 server?
Status:  New
Owner: ----
Reported by zhlntu@gmail.com, Jun 20, 2012
Hi, I want to provide Gerrit services to 2 seperate teams from a single tomcat6 server. 

I deployed 2 copies of Gerrit with different jdbc resources, mysql databases, gerrit site configure files in 2 directories. However, the 2nd copy just cannot start. If I stop the 1st copy, the 2nd can start but it uses the databases configured for the 1st copy. I am sure that I configued a different jdbc resource in the web.xml of the 2nd copy.

Any suggestions about this situation?