http://circus.readthedocs.org/en/0.11.1/

We are using it not only for deploy java, also: python and nodejs
applications. Is a generc process monitor in a userspace with good comand
line interface, with web interface, ... and works pretty well!

Andrey

On Tue, May 26, 2015 at 3:24 PM, Jozef Wagner <jozef.wag...@gmail.com>
wrote:

> We were using http://wrapper.tanukisoftware.com/doc/english/download.jsp
> for deploying uberjars as a service under linux (AWS), and were quite
> satisfied with it.
>
> On Tue, May 26, 2015 at 3:15 PM, Shantanu Kumar <kumar.shant...@gmail.com>
> wrote:
>
>> I'm doing some of those things at work (http-kit,
>> logback+slf4j+MDC+clojure.tools.logging, config via property files). My
>> entry point (main) is a Java class that reads properties file, sets system
>> properties to hoist logging config variables, then uses reflection to load
>> other Java/Clojure initializers that may be referring to SLF4j in some
>> fashion.
>>
>> We're yet to settle on a way to run Java JAR as a system service, but we
>> are looking at http://supervisord.org/ and
>> https://mmonit.com/wiki/Monit/FAQ
>>
>> Shantanu
>>
>> On Tuesday, 26 May 2015 17:08:30 UTC+5:30, Colin Yates wrote:
>>>
>>> Hi,
>>>
>>> I am venturing into new territory using http-kit, as I usually use a
>>> 'managed' web server container like tomcat and have a few questions about
>>> packing and running a JAR file:
>>>
>>>  - are there are convenient service wrappers for windows and/or Linux
>>>  - any best practice around managing class path for things like
>>> logback.xml
>>>
>>> I have a jar created from lein uberjar and java -jar the.jar works, but
>>> this seems a long way away from automated deployment :).
>>>
>>> Any advice welcome - thanks!
>>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Andrey Antukh - Андрей Антух - <n...@niwi.nz>
http://www.niwi.nz
https://github.com/niwinz

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to