Tomcat - logging all HTTP traffic with Logback
1. Install logback in a tomcat\lib folder logback-access-1.1.2.jar logback-core-1.1.2.jar 2. Create a logback-access.xml in a tomcat\conf foler Example...
1. Install logback in a tomcat\lib folder logback-access-1.1.2.jar logback-core-1.1.2.jar 2. Create a logback-access.xml in a tomcat\conf foler Example...
When Eclipse deploy web application in the existing Tomcat server, it will create Context element in server.xml. The details of Context element in Tomcat is ...
mvn dependency:analyze -DcheckDuplicateClasses blog for details http://pettermahlen.com/2010/08/05/finding-duplicate-class-definitions-using-maven/
http://www.soapui.org/
com.google.common.eventbus is a quiet useful library if you would like to create a quick and simple solution for message bus. You can find more details from ...