[Hawkular-commits] [hawkular/hawkular-metrics] 568263: initial commit for servlet based impl of REST API

John Sanda jsanda at redhat.com
Wed Aug 12 11:57:14 EDT 2015


  Branch: refs/heads/servlet-impl
  Home:   https://github.com/hawkular/hawkular-metrics
  Commit: 568263b14ab6a1d133db2c140ad794071ed7cebb
      https://github.com/hawkular/hawkular-metrics/commit/568263b14ab6a1d133db2c140ad794071ed7cebb
  Author: John Sanda <jsanda at redhat.com>
  Date:   2015-08-12 (Wed, 12 Aug 2015)

  Changed paths:
    A api/servlet-impl/pom.xml
    A api/servlet-impl/src/main/java/org/hawkular/metrics/api/servlet/PingServlet.java
    A api/servlet-impl/src/main/webapp/WEB-INF/web.xml
    M pom.xml

  Log Message:
  -----------
  initial commit for servlet based impl of REST API

This commit just puts the maven project in place with a ping servlet that
prints the date similar to PingHandler. It can be run/tested as follows,

  1) mvn jetty:run
  2) curl http://localhost:8080/ping




More information about the hawkular-commits mailing list