web.xml deployment descriptors

  • 22 February 2017
  • ADM

web.xml deployment descriptors. Servlet version 2.3, 2.4, 2.5, 3.0 and 3.1.


How to configure Tomcat with Eclipse

  • 14 February 2017
  • ADM

How to configure Tomcat with Eclipse. Simple steps to configure Tomcat working within Eclipse IDE.


How to fix Cannot change version of project facet Dynamic Web Module to 3.1 Error in Eclipse

  • 13 February 2017
  • ADM

How to fix Cannot change version of project facet Dynamic Web Module to 3.1 Error in Eclipse. 5 simple steps.


Log4j 1.2.x basic example

  • 10 February 2017
  • ADM

This tutorial presents log4j 1.2.x basic examples. How to log a message and an exception.


Log4j Logging Levels

  • 08 February 2017
  • ADM

Log4j Logging Levels explained. For the standard levels, this is the order: ALL


How to send emails using JavaMail

  • 08 February 2017
  • ADM

How to send emails using JavaMail. Simple example using a gmail account and proxy settings if needed.