This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-26
Channels
- # aws (4)
- # beginners (21)
- # boot (12)
- # cider (3)
- # cljs-dev (1)
- # cljsrn (10)
- # clojure (190)
- # clojure-nl (1)
- # clojure-russia (7)
- # clojure-spec (1)
- # clojure-sweden (9)
- # clojure-uk (30)
- # clojurebridge (1)
- # clojurescript (105)
- # cursive (4)
- # emacs (8)
- # jobs (1)
- # jobs-rus (4)
- # klipse (1)
- # luminus (5)
- # om (3)
- # onyx (2)
- # pedestal (5)
- # powderkeg (15)
- # re-frame (13)
- # reagent (1)
- # ring-swagger (5)
- # rum (5)
- # vim (8)
Hi all, I'm trying to get the base Luminus app uploaded and working to elastic beanstalk (as an uberwar on Tomcat), but don't quite understand what I should expose as the :handler
in the :uberwar
definition in project.clj
some of the tutorials specified that as :handler <project-name>.handler/app
, but app
seems to have changed from a variable into a function, so I'm not quite sure what the correct value should be. any help would be much appreciated :)
thanks! the app worked now (after deploy) when moving my code into a +war flag. Re-reading the deployment docs now (http://www.luminusweb.net/docs/deployment.md), I missed this statement "The +war Luminus profile is incompatible with Immutant apps intended to run on WildFly and should not be used". Was only looking at the "Deploying to Tomcat" section and was trying to follow the steps for manually enabling the lein-uberwar plugin