• Using the Sky Theme

    m-Power now ships with a new style scheme called Sky. This style scheme will automatically be applied for any new dictionaries that are created. There are several benefits to this new look, including: Increased customization capabilities – Sky has some different HTML layouts that not only make customization much easier,…

  • Modify Summary File Names By Dictionary

    One of the most flexible uses of m-Power is the ability to use a table from anywhere on your database within an application. This is very useful for times where you have an ERP that needs to be used across multiple dictionaries. Alternatively, there will also be times where a…

  • Configure mrc Servlet Reloading

    Overview While there are many reasons why having a development instance and a production instance of m-Power is necessary, one of the strongest reasons is the instability of the development environment. With recompiling, constant changes, and Tomcat restarts, development is not designed for end users to access applications. This separation…

  • Encrypting Passwords

    Overview m-Power can easily be configured to use any existing encrypted column for password values when securing your applications against a flat file. For more on how to do this, see this page. While this works great for existing encryptions, it is also possible to use m-Power to encrypt new…

  • Tomcat Special Server Config

    A security feature of Tomcat is that prior to an application being eligible to be hosted by Tomcat, it first must be enrolled into the web.xml file located in \m-power\mrcjava\WEB-INF. Before the change can be recognized by Tomcat, the run-time context must be restarted. For the majority of our clients,…