When you start using m-Power, what pieces should be saved for backups? m-Power is simple. The default setup is comprised of a development and production environment installed in the application server’s program files.
Windows
- C:/Program Files/mrc/development/m-power
- C:/Program Files/mrc/production/m-power
UNIX-Style OS (Linux)
- /root/mrc/development/m-power
- \root\mrc\production\m-power
Generated Applications
The generated applications are stored by default in a sub-directory:
- \m-power\mrcjava\WEB-INF\classes\DD (for Windows)
- /m-power/mrcjava/WEB-INF/classes/DD (for UNIX-style OS)
Where DD is the Data Dictionary name.
Development Interface Metadata
The metadata (application specifications) are stored in a derby database folder:
\m-power\derby (for Windows)
/m-power/derby (for UNIX-style OS)
SQL Database
In the database, m-Power will create one general schema named MRCAPPLLIB and another for each Data Dictionary to hold dictionary specific objects.