项目作者: e1sordo
项目描述 :
Simple Java Web App with one servlet and one JSP page
高级语言: Java
项目地址: git://github.com/e1sordo/SimpleJavaWebApp.git
SimpleJavaWebApp
Simple Java Web App with one servlet and one JSP page
App appearance

Deploy instruction (IDEA Ultimate)
- In IDEA’s settings add Tomcat plugin;
- Create a new Run configuration based on the local Tomcat server;
- Add as an artifact exploded war.
Hot deploy (IDEA Ultimate)
- Select exploded WAR;
- Update classes and resources;
- On ‘Update’ action -> Update classes and resources;
- On frame deactivation -> Update classes and resources;
- Run in Debug Mode.