Browse Source

Issue #2374 - Remove resin-web.xml. We use HikariDB, no need of JNDI lookup of DataSource

Martin Tzvetanov Grigorov 8 years ago
parent
commit
27ae45e421
1 changed files with 0 additions and 14 deletions
  1. 0 14
      frameworks/Java/wicket/src/main/webapp/WEB-INF/resin-web.xml

+ 0 - 14
frameworks/Java/wicket/src/main/webapp/WEB-INF/resin-web.xml

@@ -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&amp;elideSetAutoCommits=true&amp;useLocalSessionState=true&amp;cachePrepStmts=true&amp;cacheCallableStmts=true&amp;alwaysSendSetIsolation=false&amp;prepStmtCacheSize=4096&amp;cacheServerConfiguration=true&amp;prepStmtCacheSqlLimit=2048&amp;zeroDateTimeBehavior=convertToNull&amp;traceProtocol=false&amp;useUnbufferedInput=false&amp;useReadAheadInput=false&amp;maintainTimeStats=false&amp;useServerPrepStmts&amp;cacheRSMetadata=true</url>
-    <user>benchmarkdbuser</user>
-    <password>benchmarkdbpass</password>
-    <useUnicode/>
-  </driver>
-</database>
-
-</web-app>