/JavaEE-Web-App-Test

Trying JavaEE Web App with servelets

GNU General Public License v3.0GPL-3.0

JavaEE-Web-App-Test

Trying JavaEE Web App with servelets

---How to Run---


Basic Setup for IntelliJ Idea

1 Go to edit Configurations

screenshot_1

2.Add Tomcat Local Server

screenshot_2

3. Relevent settings will automatically setup

screenshot_3

4. Go to Project Setting (ALT+Ctrl+Shift+S)

screenshot_4

5.Go to Module tab,select module folder, then click on Dependencies tab.

screenshot_14

6. Add Tomcat Library and tick Export

screenshot_6

screenshot_7

7. Add Facet Web and select Source Root

screenshot_9

screenshot_10

8. Add Artifact Web Exploded From modules

screenshot_11

screenshot_12

9. Compile and run :)

screenshot_13