Hello,
I am trying to deploy two instances of syncope in the same tomcat. For
database, I would want to user two different databases in the same MySQL
instance. I already have the database of the first syncope's intance (with all
the connectosr/resources/users/... info) so I have duplicated it and I have
imported it into a new database called syncope2. I have granted all permissions
to user syncope (which access to syncope database as well) and I have changed
the persistence.properties files of the second instance to
"jpa.url=jdbc:mysql://localhost:3306/syncope2?characterEncoding=UTF-8".
Nevertheless, both instances of Syncope are pointed to database syncope, not
syncope2. This is quite strange, I can't figure out what's going on.
Any of you have tried this before?
Thank you in advance.
P.S.: I have instantiated a new console instance pointing to the second core,
so I am not managing the first core with both consoles. In addition, when I
access two syncopes in different tomcats, I have to log in every time I want to
use one or another. This is not happening here. I have to log in both of them
but, once I have done it, I'm able to use them both without having to log in
again.