项目作者: e1sordo

项目描述 :
Simple Java Web App with one servlet and one JSP page
高级语言: Java
项目地址: git://github.com/e1sordo/SimpleJavaWebApp.git
创建时间: 2018-04-28T17:17:42Z
项目社区:https://github.com/e1sordo/SimpleJavaWebApp

开源协议:

下载


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.