https://github.com/cchacin/tomee-jstl-test
TomEE project to test JSTL
https://github.com/cchacin/tomee-jstl-test
Last synced: 5 months ago
JSON representation
TomEE project to test JSTL
- Host: GitHub
- URL: https://github.com/cchacin/tomee-jstl-test
- Owner: cchacin
- License: apache-2.0
- Created: 2014-11-26T18:00:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T19:06:21.000Z (over 3 years ago)
- Last Synced: 2024-04-16T19:17:10.770Z (over 1 year ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TomEE project to test JSTL
==========================Generated from:
```bash
mvn archetype:generate \
-DarchetypeGroupId=org.apache.openejb.maven \
-DarchetypeArtifactId=tomee-webapp-archetype \
-DarchetypeVersion=1.6.0
```To run your app:
```bash
mvn clean package tomee:run
```And go to: http://localhost:8080
To test JSTL -> http://localhost:8080/test.jsp