This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-19
Channels
- # announcements (1)
- # beginners (115)
- # calva (7)
- # cider (8)
- # clj-kondo (3)
- # cljdoc (12)
- # clojure (50)
- # clojure-europe (4)
- # clojure-italy (5)
- # clojure-nl (6)
- # clojure-spec (70)
- # clojure-uk (88)
- # clojurescript (54)
- # core-async (16)
- # cursive (5)
- # datomic (31)
- # editors (4)
- # emacs (4)
- # fulcro (29)
- # graphql (17)
- # luminus (1)
- # lumo (2)
- # off-topic (37)
- # pathom (16)
- # random (2)
- # re-frame (5)
- # reitit (3)
- # rum (2)
- # shadow-cljs (192)
- # sql (11)
Hi. I am struggling to deploy my app to Tomcat. On the first attempt lein uberwar
failed in lein 2.9.1
, but I got around that by downgrading to 2.8.3. Now when uploading the file to tomcat/webapps
I get the error clojure.lang.ArityException: Wrong number of args (1) passed to: iso-ukhozi-app.handler/app
, what is tomcat trying to pass to the app? And how do I fix this? Thanks.