Blog Posts

Recent posts

Java - create a Java application with Maven

less than 1 minute read

With the following command you can create an application directory quickly 1 2 mvn archetype:generate -DgroupId=com.demo.app -DartifactId=appDemo -Darchetyp...

Tomcat - Context in server.xml

less than 1 minute read

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 ...