Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 587 Bytes

SimpleJavaWebApp

Simple Java Web App with one servlet and one JSP page

App appearance

Design

Deploy instruction (IDEA Ultimate)

  1. In IDEA's settings add Tomcat plugin;
  2. Create a new Run configuration based on the local Tomcat server;
  3. Add as an artifact exploded war.

Hot deploy (IDEA Ultimate)

  1. Select exploded WAR;
  2. Update classes and resources;
    1. On ‘Update’ action -> Update classes and resources;
    2. On frame deactivation -> Update classes and resources;
  3. Run in Debug Mode.