View Full Version : pre-compiling lzx files?
ch_bowen
08-08-2003, 08:48 AM
Can this be done? You can do this with JSP's and it would be nice if you could deploy a web application using lzx files to have them precompiled. Is there a way of doing this?
Thanks.
antun
08-08-2003, 08:53 AM
This happens by default when you first test the file - i.e. when you first browse to it.
The server caches the compiled file, so it will check to see if the file has been changed before attempting to recompile it.
If you want, in lps.properties, you can change this line:
compMgrDependencyOption=check
to:
compMgrDependencyOption=never
That will prevent the server from ever recompiling, although personally I've found it more frustrating than useful.
-Antun
ch_bowen
08-08-2003, 11:57 AM
I see....it would be nice option to be able to precompile the lzx files without having to hit the url first. That means after deploying an application, all the urls that point to .lzx files should be hit first due to how long some of these files take to compile.
antun
08-19-2003, 01:48 PM
Sorry for the huge delay here. I've filed this as a feature request.
-Antun
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.