Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/candrews/callerid-web
CallerID web site and service
https://github.com/candrews/callerid-web
Last synced: 21 days ago
JSON representation
CallerID web site and service
- Host: GitHub
- URL: https://github.com/candrews/callerid-web
- Owner: candrews
- Created: 2012-10-03T23:19:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:45:10.000Z (11 months ago)
- Last Synced: 2024-10-26T08:40:31.344Z (25 days ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Overview
A web and REST interface
### Note
There is a bug that affects Tomcat 7.0.29 (see [Bug 53623](https://issues.apache.org/bugzilla/show_bug.cgi?id=53623). To use Tomcat to run the sample you will need Tomcat 7.0.30 or a nightly 7.0.x snapshot (not yet available at the time of writing).
### Instructions
To start, run `mvn tomcat7:run` and then access it at [http://localhost:8080/callerid-web](http://localhost:8080/callerid-web).
Eclipse users run `mvn eclipse:eclipse` and then import the project. Or just import the code as a Maven project into IntelliJ, NetBeans, or Eclipse.