https://github.com/muthuishere/simpleipholder
A simple ip holder with a single page jsp application
https://github.com/muthuishere/simpleipholder
Last synced: about 1 month ago
JSON representation
A simple ip holder with a single page jsp application
- Host: GitHub
- URL: https://github.com/muthuishere/simpleipholder
- Owner: muthuishere
- Created: 2016-12-01T18:25:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T20:13:33.000Z (over 8 years ago)
- Last Synced: 2025-02-06T16:59:04.280Z (3 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simpleipholder - POC
A simple ip holder through a single jsp pageUsing application level caching
Build as eclipse project
Set IP via
http://localhost:8080/simpleipholder/operate.jsp?operation=setip&ip=127.0.0.1&jobid=211
retrieve from
http://localhost:8080/simpleipholder/operate.jsp?operation=getip&jobid=211
Use on bash asresult=$(wget -qO- http://localhost:8080/simpleipholder/operate.jsp?operation=setip&ip=127.0.0.1&jobid=211)
echo "$result"