Utility functions only useful within a WildFly container.
Utility functions only useful within a [WildFly](http://wildfly.org/) container.
(async-streaming-supported?)
Returns true if the container supports async HTTP stream sends.
Returns true if the container supports async HTTP stream sends.
(base-uri)
(base-uri host)
(base-uri host protocol)
Returns the base URI for the deployment, given a host
[localhost] and protocol
[http]
Returns the base URI for the deployment, given a `host` [localhost] and `protocol` [http]
(context-path)
Returns the HTTP context path for the deployed app
Returns the HTTP context path for the deployed app
(get-from-service-registry k)
Looks up a service in the WildFly internal service registry.
Looks up a service in the WildFly internal service registry.
Returns the HTTP port for the embedded web server
Returns the HTTP port for the embedded web server
(in-cluster?)
Returns true if running inside a cluster
Returns true if running inside a cluster
(in-eap?)
Returns true if we're in an EAP container.
Returns true if we're in an EAP container.
(messaging-remoting-port)
Returns the port that HornetQ is listening on for remote connections
Returns the port that HornetQ is listening on for remote connections
(port socket-binding-name)
Returns the (possibly offset) port from the socket-binding in standalone.xml
Returns the (possibly offset) port from the socket-binding in standalone.xml
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close