An open API service indexing awesome lists of open source software.

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

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