Fork me on GitHub
#ring-swagger
<
2017-03-26
>
pc12305:03:42

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 🙂

ikitommi06:03:20

@pc123 I think #luminus would be a good place to get help for this?

pc12306:03:20

I'll try over there as well, thanks (thought I'd post here because it had to do with wiring up the handler to an API defined with compojure-api)

ikitommi07:03:41

cool. please tell how you got it resolved.

pc12317:03:55

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; I ended up re-making my app with the +war profile enabled and everything works great now