I've uploaded a pre-built WAR file of OpenLaszlo with SWF11 runtime to Rapidshare: https://rapidshare.com/#!download|9|3375343577|trunk-swf11-servlet.war|119993
This version passes the "megatest" Ant target without failures (based on the SDK upgrade applied to revision 19574). After deploying the app, you manually have to set the permissions on the mxmlc, compc and fdb command, using the following bash commands: cd $LPS_HOME chmod +x WEB-INF/flexsdk/4.5.1/bin/mxmlc* chmod +x WEB-INF/flexsdk/4.6.0/bin/mxmlc* chmod +x WEB-INF/flexsdk/4.5.1/bin/compc* chmod +x WEB-INF/flexsdk/4.6.0/bin/compc* chmod +x WEB-INF/flexsdk/4.5.1/bin/fdb* chmod +x WEB-INF/flexsdk/4.6.0/bin/fdb* Happy testing, Raju
