|
@@ -11,6 +11,8 @@
|
|
# baseline configuration.
|
|
# baseline configuration.
|
|
Extends = GeminiHello-Prod.conf
|
|
Extends = GeminiHello-Prod.conf
|
|
|
|
|
|
|
|
+DeploymentDescription = Production/${Servlet.MachineName}
|
|
|
|
+
|
|
# Now set any attributes that are specific to this machine.
|
|
# Now set any attributes that are specific to this machine.
|
|
|
|
|
|
db.ConnectString = 172.16.98.98:3306/hello_world?jdbcCompliantTruncation=false&elideSetAutoCommits=true&useLocalSessionState=true&cachePrepStmts=true&cacheCallableStmts=true&alwaysSendSetIsolation=false&prepStmtCacheSize=4096&cacheServerConfiguration=true&prepStmtCacheSqlLimit=2048&zeroDateTimeBehavior=convertToNull&traceProtocol=false&useServerPrepStmts=true&enableQueryTimeouts=false&useUnbufferedIO=false&useReadAheadInput=false&maintainTimeStats=false&cacheRSMetadata=true
|
|
db.ConnectString = 172.16.98.98:3306/hello_world?jdbcCompliantTruncation=false&elideSetAutoCommits=true&useLocalSessionState=true&cachePrepStmts=true&cacheCallableStmts=true&alwaysSendSetIsolation=false&prepStmtCacheSize=4096&cacheServerConfiguration=true&prepStmtCacheSqlLimit=2048&zeroDateTimeBehavior=convertToNull&traceProtocol=false&useServerPrepStmts=true&enableQueryTimeouts=false&useUnbufferedIO=false&useReadAheadInput=false&maintainTimeStats=false&cacheRSMetadata=true
|
|
@@ -18,5 +20,5 @@ db.ConnectString = 172.16.98.98:3306/hello_world?jdbcCompliantTruncation=false&e
|
|
Log.Console.On = yes
|
|
Log.Console.On = yes
|
|
Log.Console.LogDebugThreshold = 50
|
|
Log.Console.LogDebugThreshold = 50
|
|
|
|
|
|
-#db.Driver.Pooling = 30
|
|
|
|
-#db.Driver.MaxPooling = 30
|
|
|
|
|
|
+db.Driver.Pooling = 30
|
|
|
|
+db.Driver.MaxPooling = 30
|