スタンドアロン・コンパイラ

 LZXファイルをSWFファイルに静的にコンパイルすることができます。Unixプラットフォーム用としては、WEB-INF/server/bin/lzcが標準で用意されています。Windows向けは標準では用意されていませんが、以下のサイトで公開されています。
http://blog.vava.cn/index.php/2004/10/07/p95
 これを利用することで、LZXファイルを動的に生成するようなページを除けば、Javaが動かないようなサーバでも、Laszloアプリケーションを動かすことができます。次のバージョンでは、この辺が強化されるようです。

追記:
 現在のバージョン(LPS 2.2)では、SOAPXML-RPCを利用したデータリクエストの含まれるアプリケーションも駄目みたいです。次のバージョンからは可能とのこと。

Serverless deployment
In a serverless deployment mode, the lzc tool is be used to create a file that can be placed on an Apache or other server that isn't running the JRE. LPS 2.2 supports serverless deployment for applications that don't make runtime data or media requests, and don't use SOAP or XML-RPC. The next major release will add serverless support for data requests. Over time we will add support for the remaining areas of serverless deployment, but this is an area that community contributions can greatly accelerate.