The good news is, I get a failure when I try to check
lps.properties into legals:
svn: Commit failed (details follow):
svn: CHECKOUT of '/!svn/ver/4455/openlaszlo/branches/legals/WEB-INF/
lps/config/lps.properties': authorization failed (http://
svn.openlaszlo.org)
The bad news is, the version that's in there has backtraces turned
on! I've attached the corrected version to this message.
--
Regards,
Max Carlson
OpenLaszlo.org
#=====================================================================
==========
# LPS properties file for development
#=====================================================================
==========
# * P_LZ_COPYRIGHT_BEGIN
******************************************************
# * Copyright 2001-2004 Laszlo Systems, Inc. All Rights
Reserved. *
# * Use is subject to license
terms. *
# * P_LZ_COPYRIGHT_END
********************************************************
#=====================================================================
==========
# Default request type for naked .lzx requests (requests with no
(or unknown) lzt
# query string). For development, you want 'app_console'. For
deployment, you
# want 'html'.
#defaultRequestType=html
defaultRequestType=app_console
#=====================================================================
==========
# Request toggles - many of these should be set to false
# for deployment.
allowRequestXML=true
allowRequestINFO=true
allowRequestSOURCE=true
allowRequestFILTER=true
allowRequestKRANK=true
# The following requests will require the admin. password if set below
allowRequestCLEARCACHE=true
allowRequestCLEARLOG=true
allowRequestLOG=true
allowRequestLOGCONFIG=true
allowRequestGC=true
allowRequestCACHEINFO=true
allowRequestSETCACHESIZE=true
allowRequestSERVERINFO=true
allowRequestKRANKSTATUS=true
allowRequestERRORCOUNT=true
allowRequestSTAT=true
allowRequestCONNECTIONINFO=true
allowRequestJAVARPCINFO=true
allowRequestSOAPINFO=true
allowRequestXMLRPCINFO=true
#=====================================================================
==========
# Allow forced recompile (will require admin password if reset)
allowRecompile=true
#=====================================================================
==========
# Uncomment for stat (default is true) and url collection (default
is false)
#collectStat=true
#dataRequest.collectURL=true
#mediaRequest.collectURL=true
#=====================================================================
==========
# Password to check for administrative requests.
# Uncomment and admin requests will require this passwd in the query
# string as ?pwd=your_passwd_here
#adminPassword=SET_ME_PLEASE
#=====================================================================
==========
## Backend http properties
#
#http.maxConns=1000
#http.maxConnsPerHost=1000
# The number of redirects to try (security issue; default is 0)
http.followRedirects=3
# Timeout for back-end http requests
#http.backendTimeout=30000
#http.backendConnectionTimeout=30000
#=====================================================================
==========
# Compilation manager dependency options:
#
# never - compile once
# check - check all includes
# always - compile for each access
#
# 'never' results in highest performance, requires an ?
lzrecompile=true request
# to recompile the application.
compMgrDependencyOption=check
#=====================================================================
==========
# Cache settings
#
# Locations of cache directories
# The default location is inside the WEB-INF/lps/work directory
# of your web application.
# Compilation cache
#cache.directory=WEB-INF/lps/work/cache
# Compilation media cache
#cmcache.directory=WEB-INF/lps/work/cache/cmcache
# Script compiler cache
#scache.directory=WEB-INF/lps/work/scache
# Runtime Media cache
#mcache.directory=WEB-INF/lps/work/mcache
# Runtime Data cache
#dcache.directory=WEB-INF/lps/work/dcache
# Cache sizes (0 = disabled (or allow 1 item for disk caches), -1
means infinite)
# Defaults are 500000000 for disk and 1000000 for mem
#mcache.disk.size=500000000
#mcache.mem.size=1000000
# Max size allowable for an item to be cached in memory
# in the media cache (some media files are big and we
# need to keep them on disk only).
mcache.mem.item.max=1000000
# Cache sizes (0 = disabled (or allow 1 item for disk caches), -1
means infinite)
# Defaults are 500000000 for disk and 1000000 for mem
#dcache.disk.size=500000000
#dcache.mem.size=1000000
# Compiler Media Cache
# there is no need to keep any of these files in memory
cmcache.mem.size=0
# Keeps script cache small
scache.disk.size=10000000
scache.mem.size=1000000
#=====================================================================
==========
# Apache AXIS settings
# Defaults to WEB-INF/lps/config/client-config.wsdd
# axis.clientConfigFile=client-config.wsdd
#=====================================================================
==========
# WSDL load options:
#
# never - loads once
# always - loads for each access
#
# 'never' results in highest performance
rpc.soap.wsdlLoadOption=always
#=====================================================================
==========
# Persistent connection properties
maxMessageLen=2000
connectionLength=65536
#=====================================================================
==========
# KRANK parameters
krankPortNum=4444
#=====================================================================
==========
# Compiler parameters
# Where the LFC lives (relative to HOME)
compiler.runtime.dir=lps/includes/lfc
# Default runtime
compiler.runtime.default=swf7
# Turn backtraces on in the debugger (slower, off by default)
#compiler.debug.backtrace=true
# TODO: Remove after Leopard
# Safari debugging compatibility (of by default)
#compiler.debug.safari=true
# Warn on global assignments (off by default)
#compiler.warn.globalassignments=true
#=====================================================================
==========
# i18n locale parameter
#i18n.locale=ja_JP
i18n.locale=en_US
#i18n.locale=
# Enable/disable the schema validator for more strict warnings in
compilation
compiler.validate = true