My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Preferences  
preferences file description (server.ini)
Featured, Phase-Deploy
Updated Dec 23, 2009 by nimro...@gmail.com

Introduction

Fcsh server preferences are stored in server.ini file in application folder (e.g. C:\Program Files\FCSHServer\server.ini).

server.ini (since version 1.0.132)

[FCSHServer]
#Currently must not be modified, default "40000"
port=40000

#[Required] Path to Flex SDK e.g. "c:\flex\3.3\"
sdk=c:\work\3.3\

#[Optional] Java virual machine to use e.g. "D:\Program Files\Java\jre1.5.0_08\", if empty java from Windows Path variable will be used
java=

#[Optional] Java virtual machine options to use for fcsh
vmoptions=-Xmx384m -Xms125m -XX:MaxPermSize=512m -Dsun.io.useCanonCaches=false -Duser.language=en

#[Optional] Time in milliseconds to wait for fcsh output, default "50"
console.wait=50

#[Optional] Buffer for console output, in bytes, default "8192"
console.buffer=8192

#[Optional] Viewer to open logfile, default "notepad.exe ${log}", ${log} is replaced with full path in quotes
logViewer=notepad.exe ${log}

#[Optional] Enabled log levels, default "info,warn,error", possible "info,warn,error,debug"
logLevels=info,warn,error

[Application]
#Set AlwaysOnTop mode 0/1
AlwaysOnTop=0

Sign in to add a comment
Powered by Google Project Hosting