]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Garr, comments are not supported, but XML specification allows it. :-(
authorRoland Haeder <roland@mxchange.org>
Wed, 19 Aug 2015 16:19:31 +0000 (18:19 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 19 Aug 2015 16:56:07 +0000 (18:56 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

web/WEB-INF/web.xml

index 3d6dc4674d066cb063fa44b0ef08cb93b0b63321..78c62db097cb394c560c99d4c02363d4c93ae20a 100644 (file)
@@ -3,7 +3,7 @@
     <context-param>
         <description>Full-qualified back class name, must implement DatabaseBackend interface</description>
         <param-name>database.backend.class</param-name>
-        <param-value>org.mxchange.jcore.database.backend.mysql.MySqlDatabaseBackend</param-value>
+        <param-value>org.mxchange.jcore.database.backend.base64.Base64CsvDatabaseBackend</param-value>
     </context-param>
     <context-param>
         <description>Login name for MySQL database, mostly not root</description>