Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 481 Bytes

File metadata and controls

11 lines (9 loc) · 481 Bytes

minimal-war-example

Build war with maven and with only one JSP :)

Steps:

  1. Download a fresh Tomcat 8 distribution
  2. Clone the repository to your local machine
  3. Start Tomcat ( default at localhost, port 8080 )
  4. Run mvn -X help:active-profiles tomcat:redeploy
  5. Tomcat will automatically deploy the war
  6. Open http://localhost:8080/thisIsMinimalJspHelloWar/ in your browser