From 4cdc791f94d619b0286946ff5bd35875001f08dc Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 5 Sep 2015 12:57:18 +0200 Subject: [PATCH] =?utf8?q?Removed=20obsolete=20parameter=20Signed-off-by:R?= =?utf8?q?oland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- web/WEB-INF/web.xml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 853ab6b2..f187d0ca 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,35 +1,5 @@ - - Full-qualified back class name, must implement DatabaseBackend interface - database.backend.class - org.mxchange.jcore.database.backend.base64.Base64CsvDatabaseBackend - - - Login name for MySQL database, mostly not root - database.mysql.login - root - - - Password for above login, an empty password can be archived by setting a space - database.mysql.password - root - - - Hostname or IP address for MySQL server - database.mysql.host - localhost - - - Name of MySQL catalog - database.mysql.dbname - test - - - Data path for file-based database backends. This must be a relative path and it will reside 2 levels up from the server's web path. - database.backend.storagepath - data - javax.faces.PROJECT_STAGE Development -- 2.39.5