Many of you who have installed or are using Tomcat 9 may have noticed the size of your Tomcat log files have increased significantly. There are thousands of lines which start with the following: org.apache.tomcat.util.scan.StandardJarScanner.processURLs Failed to scan [file:/…/m-power/tomcat/lib/derbyLocale_cs.jar] from classloader hierarchy java.io.FileNotFoundException: …\m-power\tomcat\lib\derbyLocale_cs.jar (The system cannot find the file specified) You can remove these … Continue reading Reducing Tomcat 9 Logs
Tag Archives: Tomcat
Configure mrc Servlet Reloading
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 of environments works well for the … Continue reading Configure mrc Servlet Reloading
Tomcat Logger Installation
Occasionally, when a problem arises with an m-Power application it is necessary for the developer to investigate by reviewing the Tomcat log files. Historically, the only way to access these files was to first gain access to the m-Power server. The trouble with that is that some developers don’t have the ability (or desire) to … Continue reading Tomcat Logger Installation
Installing m-Power on CentOS (Fedora)
I recently had the opportunity to setup m-Power on a Fedora based server (RHEL/Centos). If you find yourself wanting to install m-Power on this operating system (or one similar to it), please check out the below instructions: Note:The following instructions assume you are logged in as a root user to a command line interface. If … Continue reading Installing m-Power on CentOS (Fedora)
Upgrade from Tomcat 5 to Tomcat 6
Upgrade from Tomcat 5 to Tomcat 6 on Windows Server Current users of m-Power who run Tomcat 5 on Windows now have the option of upgrading to Tomcat 6. The instructions provided below will walk users with the process of upgrading their application server. Stop and Remove existing Tomcat service. – Open a command window … Continue reading Upgrade from Tomcat 5 to Tomcat 6