aah, nirvana.

On Tuesday, 28 October 2014 09:47:42 UTC, Mikera wrote:
>
> Ah that one is easy - while I develop and do some testing on Windows I 
> always deploy on Linux :-)
>
> I've not used it, but procrun looks like a reasonable choice if you are 
> constrained to deploying on Windows.
>
> On Tuesday, 28 October 2014 17:40:49 UTC+8, Colin Yates wrote:
>>
>> Hi Mikera,
>>
>> How do you cope with reboots - procrun I guess?
>>
>> On Tuesday, 28 October 2014 09:30:42 UTC, Mikera wrote:
>>>
>>> To keep things simple I have found it easy to use "lein uberjar" and 
>>> "java -jar myapp.jar". This removes the need for a separate container / app 
>>> server and it is probably the easiest choice when you are running an 
>>> embedded server such as http-kit. Configuration is virtually zero, and this 
>>> has the added advantage of working identically on Windows and Linux.
>>>
>>> I've also found nginx-clojure to be a pretty solid choice if you need 
>>> some of the extra stuff than nginx provides. 
>>>
>>> On Tuesday, 28 October 2014 17:21:34 UTC+8, Colin Yates wrote:
>>>>
>>>> Hi all,
>>>>
>>>> How do you delight the world with your beautiful works of art once you 
>>>> have finished lovingly crafting them from the joy that is Clojure?
>>>>
>>>> I have a legacy in J2EE so I use ring uberwar and deploy to a servlet 
>>>> container (Tomcat as it is the most seamless on Windows), but I notice 
>>>> more 
>>>> and more libraries are starting containers themselves (using 
>>>> ring.middleware.jetty for example).
>>>>
>>>> For context, our internal stuff is run on Linux using the fantastic 
>>>> puppet, but our clients all use Windows.
>>>>
>>>> Do you deploy using WAR or do you use 
>>>> http://commons.apache.org/proper/commons-daemon/procrun.html and run 
>>>> lein or something else?
>>>>
>>>>
>>>>

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