|
@@ -1,14 +0,0 @@
|
|
|
-<web-app xmlns="http://caucho.com/ns/resin">
|
|
|
-
|
|
|
-<database jndi-name='jdbc/hello_world'>
|
|
|
- <driver>
|
|
|
- <type>com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource</type>
|
|
|
-
|
|
|
- <url>jdbc:mysql://127.0.0.1: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&useUnbufferedInput=false&useReadAheadInput=false&maintainTimeStats=false&useServerPrepStmts&cacheRSMetadata=true</url>
|
|
|
- <user>benchmarkdbuser</user>
|
|
|
- <password>benchmarkdbpass</password>
|
|
|
- <useUnicode/>
|
|
|
- </driver>
|
|
|
-</database>
|
|
|
-
|
|
|
-</web-app>
|