Skip to content

Commit

Permalink
Forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Feb 11, 2015
1 parent a8bf5a2 commit 2a1362d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/src/immutant/web.clj
Expand Up @@ -77,11 +77,11 @@
switch of dispatching them to the worker thread pool, at the
risk of refusing client requests under load.
Inside WildFly, the :host, :port, and :dispatch? options are
ignored, since all handlers are mounted as servlets contained within
WildFly's own Undertow instance. Further, all invocations of `run`
must be within the initialization function for your application,
i.e. your `-main`."
Inside WildFly, the :host, :port, :configuration, and :dispatch?
options are ignored, since all handlers are mounted as servlets
contained within WildFly's own Undertow instance. Further, all
invocations of `run` must be within the initialization function for
your application, i.e. your `-main`."
[handler & options]
(let [options (-> options
kwargs-or-map->map
Expand Down

0 comments on commit 2a1362d

Please sign in to comment.