你在这里: Reference Manual > FME Server配置文件 > fmeCommonConfig.txt

fmeCommonConfig.txt

##########################################
#FME Server Common Config File Parameters
##########################################

#Changes to any parameter value in this file will take effect only upon
#FME Server的后续重启。

#下面的参数必须出现在配置文件中,准确地命名
# 如图所示:

#--------------------------------------------------------------------------
#连接限制
#--------------------------------------------------------------------------

#MAX_PENDING_CONNECT_REQUESTS - 挂起的连接请求,以允许在最大数量
#REQUEST_PORT. Connect requests after this number will be
#拒绝,而不是排队等待稍后处理。

#CHANNEL_READ_BUFFER_SIZE - Size of channel buffer used to read in client requests. The default is
#8192。较大的缓冲区大小可能增加较大的读取速度
#客户端请求,但是,过大的缓冲区大小可能会降低
#阅读更小的客户端请求的速度。

#--------------------------------------------------------------------------
# 环境
#--------------------------------------------------------------------------

#LOCALE_CONFIG_PATH - the path to the FME localization config file which contains the FME_LOCALE property

#If no file path or an invalid file path is specified, then the default system locale is used.

#If a valid file path is specified, the FME locale in the specified file is used.
#If there is no FME_LOCALE property in the file, then the default system locale is used.

#语言,国家和变量是用下划线分隔。
#语言总是小写,而国家总是大写。
#示例: “恩”, “de_DE这个”, “_GB”, “en_US_WIN”, “de__POSIX”, “fr__MAC”


#ROOT_PATH - 其下FME Server系统文件可以发现的根路径。

#的server_path - 根据该服务器的文件可以FME Server上发现的根路径。

#RESOURCE_PATH - 其下FME Server系统资源可以被发现的根路径。资源
#包括localisable日志消息文件,系统性能,系统状态文件等

#--------------------------------------------------------------------------
#安全Management
#--------------------------------------------------------------------------

#SECURITY_HOME - 根据该安全模块驻留在根路径。

#SECURITY_DEBUG - Can be true or false. If true, enables security debug messages to appear in
# 日志文件。如果为假,无安全调试信息就会出现。

#--------------------------------------
#授权
#--------------------------------------
#SECURITY_FME_SERVER_HOST - FME Server的主机名。这是用来
#identify the FME Server host resource for
#授权。

#SECURITY_FME_SERVER_REQUEST_PORT - The client port number of FME Server. This
#is used to identify the FME Server client
#port resource for authorization.

#-------------------------------------
#Distribution Management
#-------------------------------------

#NODE_CORE_ADMIN_PORT - 用于管理系统进程的核心管理端口。

#-------------------------------------
#Queue Connection
#-------------------------------------

#QUEUE_PASSWORD - Queue password.

#--------------------------------------------------------------------------
#数据库连接
#--------------------------------------------------------------------------
#DB_TYPE - 在使用标识特定的数据库:在PostgreSQL,SQLSERVER,甲骨文。

#DB_DRIVER - JDBC driver name used for connecting to the Repository database.

#DB_JDBC_URL - JDBC URL用于连接到存储库数据库。

#DB_USERNAME - 存储数据库的用户名

#DB_PASSWORD - 存储数据库的用户密码

#DB_CONNECT_EXPIRY - Database connection expiry in seconds

#DB_SQLSTMTS_PATH - The path to the SQL statement resource bundle

#Examples:

#DB_TYPE = PostgreSQL的
#DB_DRIVER = org.postgresql.Driver
#DB_JDBC_URL=jdbc:postgresql://localhost:5432/fmeserver
#DB_USERNAME=fmeserver
#DB_PASSWORD=fmeserver
#DB_CONNECT_EXPIRY=60
#DB_SQLSTMTS_PATH = C:/应用程序/ FMEServer /服务器/数据库

#DB_TYPE = SQLSERVER
#DB_DRIVER=com.microsoft.sqlserver.jdbc.SQLServerDriver
#DB_JDBC_URL=jdbc:sqlserver://localhost/SQLEXPRESS
#DB_USERNAME=fmeserver
#DB_PASSWORD=$FMEserver
#DB_CONNECT_EXPIRY=60
#DB_SQLSTMTS_PATH = C:/应用程序/ FMEServer /服务器/数据库

#DB_TYPE为oracle
#DB_DRIVER=oracle.jdbc.driver.OracleDriver
#DB_JDBC_URL = JDBC:预言:瘦:@localhost:1521:ORCL
#DB_USERNAME=fmeserver
#DB_PASSWORD=fmeserver
#DB_CONNECT_EXPIRY=60
#DB_SQLSTMTS_PATH = C:/应用程序/ FMEServer /服务器/数据库

#--------------------------------------------------------------------------

#************** FME SERVER SETTINGS START **************

#--------------------------------------------------------------------------
#连接限制
#--------------------------------------------------------------------------
MAX_PENDING_CONNECT_REQUESTS=500
CHANNEL_READ_BUFFER_SIZE = 8192

#--------------------------------------------------------------------------
# 环境
#--------------------------------------------------------------------------
LOCALE_CONFIG_PATH =亚搏在线 {{SAFE resourcesDir}} / fmeLocaleConfig.txt
ROOT_PATH =亚搏在线 {{SAFE INSTALLDIR}}
SERVER_PATH={SAFE{serverDir}}
RESOURCE_PATH =亚搏在线 {{SAFE resourcesDir}}

#--------------------------------------------------------------------------
#安全Management
#--------------------------------------------------------------------------
SECURITY_HOME =亚搏在线 {{SAFE serverDir}} /安全
SECURITY_DEBUG = FALSE

#--------------------------------------
#部署管理
#--------------------------------------
NODE_NAME =亚搏在线 {{SAFE节点名称}}
NODE_DESCRIPTION = FME Server上运行{{安全节点名称亚搏在线}}
NODE_HOST =亚搏在线 {{SAFE节点名称}}

NODE_ENGINE_ADMIN_PORT =亚搏在线 {{SAFE processMonitorAdminPortEngine}}
NODE_CORE_ADMIN_PORT={SAFE{processMonitorAdminPortCore}}

#--------------------------------------
#授权
#--------------------------------------
SECURITY_FME_SERVER_HOST={SAFE{fmeserverHostnameLocal}}
SECURITY_FME_SERVER_CLUSTER={SAFE{securityCluster}}
SECURITY_FME_SERVER_REQUEST_PORT = 7071

#-------------------------------------
#Queue Connection
#-------------------------------------

QUEUE_PASSWORD={SAFE{redisPassword}}
QUEUE_MAXNUMCLIENT=300

#-------------------------------------------------------------------------------
#数据库连接
#-------------------------------------------------------------------------------
{亚搏在线SAFE {pgsqlComment}} DB_TYPE = PostgreSQL的
{SAFE{pgsqlComment}}DB_DRIVER=org.postgresql.Driver
{亚搏在线SAFE {pgsqlComment}} DB_JDBC_URL = JDBC:在PostgreSQL:// {SAFE {pgsqlHostname}}:{{SAFE pgsqlPort}} / fmeserver
{SAFE{pgsqlComment}}DB_USERNAME=fmeserver
{亚搏在线SAFE {pgsqlComment}} DB_PASSWORD = fmeserver
{亚搏在线SAFE {pgsqlComment}} DB_CONNECT_EXPIRY = 60
{亚搏在线SAFE {pgsqlComment}} DB_SQLSTMTS_PATH = {{SAFE serverDir}} /数据库

{SAFE{sqlserverComment}}DB_TYPE=sqlserver
{SAFE{sqlserverComment}}DB_DRIVER=com.microsoft.sqlserver.jdbc.SQLServerDriver
{亚搏在线SAFE {sqlserverComment}} DB_JDBC_URL = JDBC:SQLSERVER:// {SAFE {sqlserverHostname}}:{{SAFE sqlserverPort}};的databaseName = fmeserver
{亚搏在线SAFE {sqlserverComment}} DB_USERNAME = fmeserver
{亚搏在线{安全} sqlserverComment} DB_PASSWORD = $ FME $ 1ser $版本
{SAFE{sqlserverComment}}DB_CONNECT_EXPIRY=60
{亚搏在线SAFE {sqlserverComment}} DB_SQLSTMTS_PATH = {{SAFE serverDir}} /数据库

{亚搏在线SAFE {oracleComment}} DB_TYPE =预言
{亚搏在线SAFE {oracleComment}} DB_DRIVER = oracle.jdbc.driver.OracleDriver
{亚搏在线SAFE {oracleComment}} DB_JDBC_URL = JDBC:预言:瘦:@ {SAFE {oracleHostname}}:{{SAFE oraclePort}}:{{SAFE oracleSID}}
{亚搏在线SAFE {oracleComment}} DB_USERNAME = fmeserver
{SAFE{oracleComment}}DB_PASSWORD=fmeserver
{SAFE{oracleComment}}DB_CONNECT_EXPIRY=60
{SAFE{oracleComment}}DB_SQLSTMTS_PATH={SAFE{serverDir}}/database

#************** FME服务器设置END **************