Fork me on GitHub
#reagent
<
2015-11-15
>
bherrmann15:11:40

Hi. I've been tinkering with reagent. How do I take my "lein new reagent" application and tranform it into a WAR file - suitable for deployment on tomcat ?

colin.yates15:11:34

@bherrmann: just passing through but they are unrelated - reagent is pure client side, WAR is pure server side. So the answer is “just like any other application” which involves some ring plumbing.

colin.yates15:11:50

this has more info: https://github.com/weavejester/lein-ring but in brief you state in the project.clj where the handler fn is

colin.yates15:11:31

let me find a repro...

bherrmann16:11:29

thanks colin.

colin.yates16:11:41

@bherrmann: post here or in the #C03S1KBA2 channel and I am sure somebody will help - gotta run

bherrmann16:11:53

k thanks again