PDA

View Full Version : Laszlo without Tomcat


e
10-08-2004, 09:35 AM
Is it possible to use laszlo without Tomcat?

I'd like to be able to create the flash apps without having to run a Tomcat. Is it possible to run a command-line compiler that would generate the necessary files, or is Tomcat a runtime and compile-time requirement?

thanks!

e

bloch
10-08-2004, 09:39 AM
In the source distro, we have

$LPS_HOME/WEB-INF/lps/server/bin/lzc

which is a command line compiler.

Some features (data/media proxies) in the application won't work today if the app isn't server from the LZServlet though.

-Eric

antun
10-08-2004, 09:44 AM
Indeed it's already been done by an intrepid developer who downloaded the LPS source code:

http://blog.vava.cn/index.php/2004/10/07/p95

Bear in mind that a serverless deployment won't be able to make data or media requests at run-time.

-Antun

e
10-08-2004, 09:46 AM
Thanks very much for your prompt responses. I'm downloading laszlo now... =)

e