https://github.com/padcom/servlet-3.0-example
https://github.com/padcom/servlet-3.0-example
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/padcom/servlet-3.0-example
- Owner: padcom
- Created: 2012-01-17T19:57:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T09:03:27.000Z (almost 11 years ago)
- Last Synced: 2025-06-13T06:04:39.163Z (12 months ago)
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 5
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Servlet 3.0 example project readme file
---------------------------------------
This project shows the usage of the following technologies:
1. Servlet 3.0 annotation configuration
2. Integration with legacy servlets (UrlRewriteFilter)
3. commons-logging with log4j adapter
4. Maven 2 Cargo plugin
To start the project issue the following command:
mvn package cargo:run
Then try the following URL to see the URL rewrite at work:
http://localhost:8080/example/old/123
You should see /new/123 printed on the page.