https://github.com/jonico/ccf-iaf-dummyservice
CCF IAF Dummy Service
https://github.com/jonico/ccf-iaf-dummyservice
Last synced: about 2 months ago
JSON representation
CCF IAF Dummy Service
- Host: GitHub
- URL: https://github.com/jonico/ccf-iaf-dummyservice
- Owner: jonico
- Created: 2016-02-18T16:24:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T07:26:20.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T02:32:30.454Z (over 1 year ago)
- Language: Java
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Building:
=========
The WAR file generated by the command
mvn package
is directly executable. It uses the jetty console from
http://simplericity.com/2009/11/10/1257880778509.html
Installation:
=============
Simply copy target/ccf-iaf-dummyservice-jetty-console.war to wherever you
want to host the service and run the following command:
java -jar ccf-iaf-dummyservice-jetty-console.war
By default, the dummy service will be available at
http://localhost:8080/services/DummyService
Alternatively, you can deploy the WAR file into your preferred servlet
container.
Options:
========
--sslProxied - Running behind an SSL proxy
--port n - Create an HTTP listener on port n (default 8080)
--bindAddress addr - Accept connections only on address addr (default: accept on any address)
--forwarded - Set reverse proxy handling using X-Forwarded-For headers
--contextPath /path - Set context path (default: /)
--headless - Don't open graphical console, even if available
--help - Print this help message
--tmpDir /path - Temporary directory, default is /tmp