Tag: tomcat
yammer – Metrics made easy – Part I
Joachim Arrasz
02.09.2013
Metrics by yammer provides runtime metrics and statistics for all kind of apps you can imagine. A lot of stuff is directly useable out of the box, for example measuring…
How Sysadmins monitor your Java application with JMX
Sascha Rüssel
07.02.2013
some time ago Aljona showed how to monitor and manage your java application with jmx I’m going to show, how you can make use of JMX from the viewpoint of…
Testing webapp startup on Jenkins using Maven, Tomcat and Web Driver
Florian Hopf
08.10.2011
Modern web applications often consist of quite some configuration files that should at least be tested for validity. Think of Spring controller configurations, web application descriptors and the like that…
The Tale of JBoss and the 7 Little Logging Frameworks
Jochen Schalanda
30.06.2011
At Synyx we’re currently taking care of a rather large legacy project for one of our customers in the course of our Code Clinic services. The project comprises several components…
Context reload with Tomcat
Florian Hopf
13.10.2010
Ever wondered why Tomcat reloads the context when editing web.xml? This is a default configuration that can also be adjusted to your needs. The file conf/context.xml is the default context…
Servlet container options for Maven
Florian Hopf
09.07.2010
When developing web apps with Maven the de facto standard for running the app is to use the excellent Maven Jetty Plugin which runs the project in an embedded Jetty…