https://github.com/namila007/javaee-web-app-test
Trying JavaEE Web App with servelets
https://github.com/namila007/javaee-web-app-test
java-web java-web-app java-web-framework javaee
Last synced: 20 days ago
JSON representation
Trying JavaEE Web App with servelets
- Host: GitHub
- URL: https://github.com/namila007/javaee-web-app-test
- Owner: namila007
- License: gpl-3.0
- Created: 2018-02-01T18:05:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T18:04:16.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T05:42:32.400Z (11 months ago)
- Topics: java-web, java-web-app, java-web-framework, javaee
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaEE-Web-App-Test
Trying JavaEE Web App with servelets
## ---How to Run---
------
### Basic Setup for IntelliJ Idea
#### 1 Go to edit Configurations

#### 2.Add Tomcat Local Server

#### 3. Relevent settings will automatically setup

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

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

#### 6. Add Tomcat Library and tick `Export`


#### 7. Add Facet `Web` and select Source Root


#### 8. Add Artifact `Web Exploded` From modules


#### 9. Compile and run `:)`
