- mysql server
- two tomcat instances, both using own resource connection to their own schema
(publicschema, authorschema)
- magnolia war, based off empty-webapp, including blossom able to bootstrap
modules with spring. Not using war overlays.
Have you checked that both schemas are populated with tables?
The behaviour you describe may happen if both webapps are pointing to
the same disk location for the repo files, or if they sometimes start in
memory and sometimes with the db repo. You machine has a constant name
and the webapp name is not changed with every deploy?
Just my two cents, but you should use the in memory repository (with in
memory indexes) for development: it's harder in the beginning if you
forget to save your changes, but in the long run you are sure that
everything boots fine and nothing is missing.
Regards, Danilo.
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------