robertkuhar / myservice

lein ring thing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myservice

Example project allowing a ring application to run stand-alone in a specific context that matches the default context the uberwar will run in when tossed into a Java servlet container. This project realizes the mutli-route technique described on Can I make lein ring server-headless run on a specific servlet context? by user ez121sl.

Usage

To produce the myservice uberwar:

$ lein ring uberwar myservice.war

To run stand-alone through lein ring:

$ lein ring server-headless

Curl it at:

$ curl -i -X GET http://localhost:3000/myservice/healthz
HTTP/1.1 200 OK
Date: Wed, 02 Mar 2016 20:47:50 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 3
Server: Jetty(9.2.10.v20150310)

License

Copyright © 2015

About

lein ring thing

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%