Tomcat Guide - achakra/seck GitHub Wiki

Tomcat

Tomcat is configured to run in place within the top level directory, to use it:

cd /path/to/seck
mvn tomcat:run

Point your web browser to http://localhost:8080/seck-web/hello

If you want to use tomcat 6 (or 7):

mvn tomcat6:run

You will notice that we now have a different port for tomcat 6 (and 7) and the top level directory is no longer seck-web

http://localhost:9090/