Storage position of alarm message of Mango 2.4
-
Where does MA 2.4 store its alarm messages? Are they stored in a database named H2 or MySQL?
We need to read alarm message from an application developed by ourselves. We can do that before version 2.4 but not now.
If H2 is used, how can we read alarm message from an application ? the application is developed using PHP language.
thanks.
-
H2 is now the default database rather than Derby. If you where reading alarms before I'm guessing you had Mango configured for a MySQL database. You can still switch to MySQL in the /classes/env.properties file.