-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem passing jetty adapter options as :adapter map using ring by server-headless #206
Comments
some progress (might be that I had a mess in my project or dependencies): Now it seems to have an effect of having the :adapter map because including it causes:
Commenting it starts the jetty, but of course does not include websockets. |
The data from the |
According to the README you can provide the following as general options to project.clj:
:adapter - A map of options to be passed to the Ring adapter. This has no effect if you're deploying your application as a war-file.
Here's my project.clj
When running with the command
lein ring server-headless
, jetty starts but doesn't run the configurator so I can't get websocket endpoints/servlets running.In the compiled artifact everything works when jetty is started as follows:
Maybe I've misunderstood something from the documentation how the :adapter map is supposed to work? Is this working as intended?
The text was updated successfully, but these errors were encountered: