87 lines
2.3 KiB
Plaintext
87 lines
2.3 KiB
Plaintext
|
|
object dmServer: TdmServer
|
||
|
|
OldCreateOrder = False
|
||
|
|
OnCreate = DataModuleCreate
|
||
|
|
OnDestroy = DataModuleDestroy
|
||
|
|
Height = 307
|
||
|
|
Width = 382
|
||
|
|
object HTTPServer: TROIndyHTTPServer
|
||
|
|
Encryption.UseCompression = True
|
||
|
|
Dispatchers = <
|
||
|
|
item
|
||
|
|
Name = 'BINMessage'
|
||
|
|
Message = BINMessage
|
||
|
|
Enabled = True
|
||
|
|
PathInfo = 'Bin'
|
||
|
|
end>
|
||
|
|
OnBeforeServerActivate = HTTPServerBeforeServerActivate
|
||
|
|
IndyServer.Bindings = <>
|
||
|
|
IndyServer.CommandHandlers = <>
|
||
|
|
IndyServer.DefaultPort = 8099
|
||
|
|
IndyServer.Greeting.NumericCode = 0
|
||
|
|
IndyServer.MaxConnectionReply.NumericCode = 0
|
||
|
|
IndyServer.ReplyExceptionCode = 0
|
||
|
|
IndyServer.ReplyTexts = <>
|
||
|
|
IndyServer.ReplyUnknownCommand.NumericCode = 0
|
||
|
|
Port = 8099
|
||
|
|
Left = 40
|
||
|
|
Top = 16
|
||
|
|
end
|
||
|
|
object BINMessage: TROBinMessage
|
||
|
|
Left = 136
|
||
|
|
Top = 16
|
||
|
|
end
|
||
|
|
object IBXDriver: TDAIBXDriver
|
||
|
|
Left = 304
|
||
|
|
Top = 16
|
||
|
|
end
|
||
|
|
object DriverManager: TDADriverManager
|
||
|
|
DriverDirectory = '%SYSTEM%\'
|
||
|
|
AutoLoad = False
|
||
|
|
TraceActive = True
|
||
|
|
TraceFlags = [toPrepare, toExecute, toError, toStmt, toConnect, toTransact, toMisc]
|
||
|
|
OnTraceEvent = DriverManagerTraceEvent
|
||
|
|
Left = 136
|
||
|
|
Top = 80
|
||
|
|
end
|
||
|
|
object ConnectionManager: TDAConnectionManager
|
||
|
|
MaxPoolSize = 10
|
||
|
|
PoolTimeoutSeconds = 60
|
||
|
|
PoolBehaviour = pbWait
|
||
|
|
WaitIntervalSeconds = 1
|
||
|
|
Connections = <
|
||
|
|
item
|
||
|
|
Name = 'IBX'
|
||
|
|
ConnectionString =
|
||
|
|
'IBX?Server=ROBERTO;Database=E:\Codigo\BD\FACTUGES.FDB;UserID=sys' +
|
||
|
|
'dba;Password=masterkey;Dialect=3;Charset=ISO8859_1;'
|
||
|
|
Default = True
|
||
|
|
Tag = 0
|
||
|
|
end>
|
||
|
|
DriverManager = DriverManager
|
||
|
|
PoolingEnabled = True
|
||
|
|
Left = 40
|
||
|
|
Top = 80
|
||
|
|
end
|
||
|
|
object JvAppRegistryStorage: TJvAppRegistryStorage
|
||
|
|
StorageOptions.BooleanStringTrueValues = 'TRUE, YES, Y'
|
||
|
|
StorageOptions.BooleanStringFalseValues = 'FALSE, NO, N'
|
||
|
|
RegRoot = hkLocalMachine
|
||
|
|
Root = 'Software\%APPL_NAME%'
|
||
|
|
SubStorages = <>
|
||
|
|
Left = 136
|
||
|
|
Top = 208
|
||
|
|
end
|
||
|
|
object SessionManager: TROInMemorySessionManager
|
||
|
|
SessionDuration = -1
|
||
|
|
OnSessionDeleted = SessionManagerSessionDeleted
|
||
|
|
Left = 216
|
||
|
|
Top = 16
|
||
|
|
end
|
||
|
|
object JvLogFile1: TJvLogFile
|
||
|
|
FileName = 'serverlog.txt'
|
||
|
|
AutoSave = True
|
||
|
|
Left = 248
|
||
|
|
Top = 208
|
||
|
|
end
|
||
|
|
end
|