Skip to content

ivakoleva/javacourse181112

Folders and files

NameName
Last commit message
Last commit date

Latest commit

caa3ccf · Feb 11, 2019
Feb 11, 2019
Nov 12, 2018
Jan 31, 2019
Dec 11, 2018
Nov 26, 2018
Jan 31, 2019
Jan 24, 2019
Jan 29, 2019

Repository files navigation

How to test webapp

Using Maven & embedded Apache Tomcat (by plugin)

Open Maven Projects facet (at the right of IDEA), then double-click:

  • clean (if something previously generated at target/)
  • package (build war, found at target/javacourse181112-1.0-SNAPSHOT.war)
  • tomcat7 -> run-war (right-click, run or debug mode)

Using pre-installed Apache Tomcat

Hot deploy (cp-paste war file at webapp dir; Tomcat is constantly watching webapps for new war archives to deploy)

Using Manager web application, distributed (usually) with Tomcat

Using Application Servers IDEA's integration (only available with Intellij IDEA Enterprise Edition)

Running Spring boot application (by plugin)

clean

spring-boot -> run (right-click, run or debug mode)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages