Skip to content

Configuring Atmosphere using the web.xml or atmosphere.xml

jfarcand edited this page Mar 27, 2013 · 22 revisions

The following elements can be utilized to configure your Atmosphere's application via your web.xml or your atmosphere.xml.

web.xml

    <init-param>
      <param-name>NAME</param-name>
      <param-value>VALUE</param-value>
    </init-param>

atmosphere.xml

     <applicationConfig>
        <param-name>NAME</param-name>
        <param-value>VALUE</param-value>
     </applicationConfig>

See this page for a list of properties.

Step by Step Tutorials

Concepts & Architecture

15 Minutes Tutorial

Advanced Topics

API

Known WebServer Issues

References

External Documentations

githalytics.com alpha

Clone this wiki locally