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 skip Maven unit tests

  • 18 October 2017
  • ADM

How to skip Maven unit test using Maven feature maven.test.skip and surefire plugin property skipTests.


Copy and Paste is not working on Remote Desktop Connection

  • 06 February 2017
  • ADM

Copy and Paste is not working on Remote Desktop Connection. The simple solution is to restart the rdpclip application.


How to install OpenSSH on Windows

  • 23 January 2017
  • ADM

How to install OpenSSH on Windows. Simple steps to follow with print screens and verifying step.


How to delete directory in Java

  • 19 October 2016
  • ADM

How to delete directory in Java using File.delete() method. Recursive delete is applied if the directory is not empty.