Thanks for those links David.

On 26 May 2015 at 14:06, David Powell <djpow...@djpowell.net> wrote:
> I use procrun as a service wrapper on Windows.
> <https://commons.apache.org/proper/commons-daemon/procrun.html>
> It is configured by the command-line used to install it, and generally works
> with little fuss.
>
> I use InnoSetup to create a windows installer.
> For the runtime class path, I just use something like, java -cp
> conf;myuberjar.jar mypackage.main
>
>
> On Tue, May 26, 2015 at 12:38 PM, Colin Yates <colin.ya...@gmail.com> 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.

-- 
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