Skip to content

Build java ee war deployment with maven ( for tomcat application server for ex.)

Notifications You must be signed in to change notification settings

vipup/java-maven-war-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Build java ee war deployment with maven ( for tomcat application server for ex.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%