Distribution
In order to distribute your QWT application, simply run mvn clean package to generate a target/yourapp-version.war file.
Your application should run in any Tomcat 6 servlet container.
QWT applications follow Sun's servlet specification 2.5. Unfortunately, the servlet specification has currently no support for "reverse Ajax" (sometimes called "Comet"). QWT uses Tomcat 6 features to work-around this limitation. As a consequence, you cannot deploy in other servlet containers.