[tomcat8] 03/05: More tomcat7 -> tomcat8 replacements

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu Sep 12 22:50:38 UTC 2013


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository tomcat8.

commit 01e83e0b2d8bd213355346bbe7de84ece4ca0fa0
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 13 00:00:25 2013 +0200

    More tomcat7 -> tomcat8 replacements
---
 debian/context/docs.xml                  |    2 +-
 debian/context/examples.xml              |    2 +-
 debian/context/host-manager.xml          |    2 +-
 debian/context/manager.xml               |    2 +-
 debian/default_root/index.html           |   12 ++++----
 debian/po/POTFILES.in                    |    2 +-
 debian/po/cs.po                          |   42 +++++++++++++--------------
 debian/po/da.po                          |   44 ++++++++++++++--------------
 debian/po/de.po                          |   42 +++++++++++++--------------
 debian/po/es.po                          |   42 +++++++++++++--------------
 debian/po/fr.po                          |   42 +++++++++++++--------------
 debian/po/it.po                          |   44 ++++++++++++++--------------
 debian/po/ja.po                          |   40 +++++++++++++-------------
 debian/po/nl.po                          |   42 +++++++++++++--------------
 debian/po/pl.po                          |   42 +++++++++++++--------------
 debian/po/pt.po                          |   44 ++++++++++++++--------------
 debian/po/pt_BR.po                       |   46 +++++++++++++++---------------
 debian/po/ru.po                          |   40 +++++++++++++-------------
 debian/po/sk.po                          |   42 +++++++++++++--------------
 debian/po/sv.po                          |   40 +++++++++++++-------------
 debian/po/templates.pot                  |   26 ++++++++---------
 debian/po/tr.po                          |   38 ++++++++++++------------
 debian/policy/examples/10examples.policy |    2 +-
 23 files changed, 340 insertions(+), 340 deletions(-)

diff --git a/debian/context/docs.xml b/debian/context/docs.xml
index 8646494..4db91b4 100644
--- a/debian/context/docs.xml
+++ b/debian/context/docs.xml
@@ -16,5 +16,5 @@
   limitations under the License.
 -->
 <Context path="/docs" 
-	docBase="/usr/share/tomcat7-docs/docs"
+	docBase="/usr/share/tomcat8-docs/docs"
 	antiResourceLocking="false" />
diff --git a/debian/context/examples.xml b/debian/context/examples.xml
index 4ca91e8..c4f7f71 100644
--- a/debian/context/examples.xml
+++ b/debian/context/examples.xml
@@ -1,2 +1,2 @@
 <Context path="/examples" 
-	docBase="/usr/share/tomcat7-examples/examples" allowLinking="true"/>
+	docBase="/usr/share/tomcat8-examples/examples" allowLinking="true"/>
diff --git a/debian/context/host-manager.xml b/debian/context/host-manager.xml
index 4f66138..b67548b 100644
--- a/debian/context/host-manager.xml
+++ b/debian/context/host-manager.xml
@@ -16,5 +16,5 @@
   limitations under the License.
 -->
 <Context path="/host-manager" 
-	docBase="/usr/share/tomcat7-admin/host-manager" 
+	docBase="/usr/share/tomcat8-admin/host-manager"
 	antiResourceLocking="false" privileged="true" />
diff --git a/debian/context/manager.xml b/debian/context/manager.xml
index 8edbdf9..8628999 100644
--- a/debian/context/manager.xml
+++ b/debian/context/manager.xml
@@ -16,5 +16,5 @@
   limitations under the License.
 -->
 <Context path="/manager" 
-	docBase="/usr/share/tomcat7-admin/manager" 
+	docBase="/usr/share/tomcat8-admin/manager"
 	antiResourceLocking="false" privileged="true" />
diff --git a/debian/default_root/index.html b/debian/default_root/index.html
index 9c48b99..33f2871 100644
--- a/debian/default_root/index.html
+++ b/debian/default_root/index.html
@@ -11,19 +11,19 @@
 
 <p>If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!</p>
  
-<p>This is the default Tomcat home page. It can be found on the local filesystem at: <code>/var/lib/tomcat7/webapps/ROOT/index.html</code></p>
+<p>This is the default Tomcat home page. It can be found on the local filesystem at: <code>/var/lib/tomcat8/webapps/ROOT/index.html</code></p>
 
-<p>Tomcat7 veterans might be pleased to learn that this system instance of Tomcat is installed with <code>CATALINA_HOME</code> in <code>/usr/share/tomcat7</code> and <code>CATALINA_BASE</code> in <code>/var/lib/tomcat7</code>, following the rules from <code>/usr/share/doc/tomcat7-common/RUNNING.txt.gz</code>.</p>
+<p>Tomcat8 veterans might be pleased to learn that this system instance of Tomcat is installed with <code>CATALINA_HOME</code> in <code>/usr/share/tomcat8</code> and <code>CATALINA_BASE</code> in <code>/var/lib/tomcat8</code>, following the rules from <code>/usr/share/doc/tomcat8-common/RUNNING.txt.gz</code>.</p>
 
 <p>You might consider installing the following packages, if you haven't already done so:</p>
 
-<p><b>tomcat7-docs</b>: This package installs a web application that allows to browse the Tomcat 7 documentation locally. Once installed, you can access it by clicking <a href="docs/">here</a>.</p>
+<p><b>tomcat8-docs</b>: This package installs a web application that allows to browse the Tomcat 8 documentation locally. Once installed, you can access it by clicking <a href="docs/">here</a>.</p>
 
-<p><b>tomcat7-examples</b>: This package installs a web application that allows to access the Tomcat 7 Servlet and JSP examples. Once installed, you can access it by clicking <a href="examples/">here</a>.</p>
+<p><b>tomcat8-examples</b>: This package installs a web application that allows to access the Tomcat 8 Servlet and JSP examples. Once installed, you can access it by clicking <a href="examples/">here</a>.</p>
 
-<p><b>tomcat7-admin</b>: This package installs two web applications that can help managing this Tomcat instance. Once installed, you can access the <a href="manager/html">manager webapp</a> and the <a href="host-manager/html">host-manager webapp</a>.<p>
+<p><b>tomcat8-admin</b>: This package installs two web applications that can help managing this Tomcat instance. Once installed, you can access the <a href="manager/html">manager webapp</a> and the <a href="host-manager/html">host-manager webapp</a>.<p>
 
-<p>NOTE: For security reasons, using the manager webapp is restricted to users with role "manager-gui". The host-manager webapp is restricted to users with role "admin-gui". Users are defined in <code>/etc/tomcat7/tomcat-users.xml</code>.</p>
+<p>NOTE: For security reasons, using the manager webapp is restricted to users with role "manager-gui". The host-manager webapp is restricted to users with role "admin-gui". Users are defined in <code>/etc/tomcat8/tomcat-users.xml</code>.</p>
 
 </body>
 </html>
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
index c31f74f..370aba4 100644
--- a/debian/po/POTFILES.in
+++ b/debian/po/POTFILES.in
@@ -1 +1 @@
-[type: gettext/rfc822deb] tomcat7.templates
+[type: gettext/rfc822deb] tomcat8.templates
diff --git a/debian/po/cs.po b/debian/po/cs.po
index 5bdd57b..1a82bca 100644
--- a/debian/po/cs.po
+++ b/debian/po/cs.po
@@ -1,12 +1,12 @@
-# Czech PO debconf template translation of tomcat7.
+# Czech PO debconf template translation of tomcat8.
 # Copyright (C) 2010 Michal Simunek <michal.simunek at gmail.com>
-# This file is distributed under the same license as the tomcat7 package.
+# This file is distributed under the same license as the tomcat8 package.
 # Michal Simunek <michal.simunek at gmail.com>, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7 7.0.12-1\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2010-09-23 18:01+0200\n"
 "Last-Translator: Michal Simunek <michal.simunek at gmail.com>\n"
@@ -17,54 +17,54 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Vyhrazený systémový účet pro démona tomcat7:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Vyhrazený systémový účet pro démona tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
-"Server tomcat7 musí ke své činnosti používat vyhrazený účet, jen tak "
+"Server tomcat8 musí ke své činnosti používat vyhrazený účet, jen tak "
 "není ohrožena bezpečnost systému, jako v případě spouštění s právy "
 "superuživatele."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Vyhrazená systémová skupina uživatelů pro démona tomcat7:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Vyhrazená systémová skupina uživatelů pro démona tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
-"Server tomcat7 musí ke své činnosti používat vyhrazenou skupinu uživatelů, "
+"Server tomcat8 musí ke své činnosti používat vyhrazenou skupinu uživatelů, "
 "jen tak není ohrožena bezpečnost systému, jako v případě spouštění s právy "
 "superuživatele."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Zadejte prosím volby Java pro tomcat7 JVM:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Zadejte prosím volby Java pro tomcat8 JVM:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr "JVM pro Tomcat bude spuštěna se zadanou sadou voleb pro Javu."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/da.po b/debian/po/da.po
index f8e0670..e51cb7e 100644
--- a/debian/po/da.po
+++ b/debian/po/da.po
@@ -1,12 +1,12 @@
-# Danish translation tomcat7.
-# Copyright (C) 2010 tomcat7 & nedenstående oversættere.
-# This file is distributed under the same license as the tomcat7 package.
+# Danish translation tomcat8.
+# Copyright (C) 2010 tomcat8 & nedenstående oversættere.
+# This file is distributed under the same license as the tomcat8 package.
 # Joe Hansen (joedalton2 at yahoo.dk), 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2010-11-27 12:42+0000\n"
 "Last-Translator: Joe Hansen <joedalton2 at yahoo.dk>\n"
@@ -17,54 +17,54 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Dedikeret systemkonto for tomcat7-dæmonen:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Dedikeret systemkonto for tomcat8-dæmonen:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
-"tomcat7-serveren skal bruge en dedikeret konto for at fungere på en måde, der "
+"tomcat8-serveren skal bruge en dedikeret konto for at fungere på en måde, der "
 "gør, at systemets sikkerhed ikke kompromitteres ved at køre den med "
 "superbrugerprivilegier."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Dedikeret systemgruppe for tomcat7-dæmonen:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Dedikeret systemgruppe for tomcat8-dæmonen:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
-"tomcat7-dæmonen skal bruge en dedikeret gruppe for at fungere på en måde, der "
+"tomcat8-dæmonen skal bruge en dedikeret gruppe for at fungere på en måde, der "
 "gør, at systemets sikkerhed ikke kompromitteres ved at køre den med "
 "superbrugerprivilegier."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Vælg venligst indstillinger for tomcat7 JVM Java:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Vælg venligst indstillinger for tomcat8 JVM Java:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr "Tomcats JVM vil blive igangsat med et specifikt sæt af Javaindstillinger."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/de.po b/debian/po/de.po
index 2e6ef80..2c2a223 100644
--- a/debian/po/de.po
+++ b/debian/po/de.po
@@ -1,12 +1,12 @@
-# Translation of tomcat7 debconf templates to german.
+# Translation of tomcat8 debconf templates to german.
 # Copyright (C) 2010, Holger Wansing.
-# This file is distributed under the same license as the tomcat7 package.
+# This file is distributed under the same license as the tomcat8 package.
 # Holger Wansing <linux at wansing-online.de>, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7 7.0.12-1\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2010-08-15 12:59+0200\n"
 "Last-Translator: Holger Wansing <linux at wansing-online.de>\n"
@@ -17,54 +17,54 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Eigenes Systemkonto für den Tomcat6-Daemon:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Eigenes Systemkonto für den Tomcat8-Daemon:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
-"Der Tomcat6-Server muss ein eigenes Konto für seinen Betrieb verwenden, um "
+"Der Tomcat8-Server muss ein eigenes Konto für seinen Betrieb verwenden, um "
 "die Sicherheit des Systems nicht durch die Ausführung mit Superuser-Rechten "
 "zu kompromittieren."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Eigene Systemgruppe für den Tomcat6-Daemon:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Eigene Systemgruppe für den Tomcat8-Daemon:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
-"Der Tomcat6-Server muss eine eigene Gruppe für seinen Betrieb verwenden, um "
+"Der Tomcat8-Server muss eine eigene Gruppe für seinen Betrieb verwenden, um "
 "die Sicherheit des Systems nicht durch die Ausführung mit Superuser-Rechten "
 "zu kompromittieren."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Bitte wählen Sie die Java-Optionen für die Tomcat6-JVM:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Bitte wählen Sie die Java-Optionen für die Tomcat8-JVM:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr "Die Tomcat-JVM wird mit speziellen Java-Optionen gestartet."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/es.po b/debian/po/es.po
index 9b239b0..dea7fc2 100644
--- a/debian/po/es.po
+++ b/debian/po/es.po
@@ -1,6 +1,6 @@
-# tomcat7 po-debconf translation to Spanish
+# tomcat8 po-debconf translation to Spanish
 # Copyright (C) 2010 Software in the Public Interest, SPI Inc.
-# This file is distributed under the same license as the tomcat7 package.
+# This file is distributed under the same license as the tomcat8 package.
 #
 # Changes:
 # - Initial translation
@@ -31,8 +31,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7 6.0.28\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2010-08-08 02:14+0200\n"
 "Last-Translator: Javier Fernández-Sanguino <jfs at debian.org>\n"
@@ -45,48 +45,48 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Cuenta del sistema dedicada para el servicio tomcat7:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Cuenta del sistema dedicada para el servicio tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
-msgstr "El servidor tomcat7 debe utilizar una cuenta dedicada para su operación para no comprometer la seguridad del sistema al ejecutarlo con privilegios de superusuario."
+msgstr "El servidor tomcat8 debe utilizar una cuenta dedicada para su operación para no comprometer la seguridad del sistema al ejecutarlo con privilegios de superusuario."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Grupo de sistema dedicado para el servicio tomcat7:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Grupo de sistema dedicado para el servicio tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
-msgstr "El servidor tomcat7 debe utilizar un grupo dedicado para su operación para no comprometer la seguridad del sistema por ejecutarlo con los privilegios del superusuario."
+msgstr "El servidor tomcat8 debe utilizar un grupo dedicado para su operación para no comprometer la seguridad del sistema por ejecutarlo con los privilegios del superusuario."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Escoja las opciones del JVM Java de tomcat7:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Escoja las opciones del JVM Java de tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr "La JVM de Tomcat puede ejecutarse con un conjunto específico de opciones de Java."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/fr.po b/debian/po/fr.po
index 7e3435a..49d31f2 100644
--- a/debian/po/fr.po
+++ b/debian/po/fr.po
@@ -1,13 +1,13 @@
-# Translation of tomcat7 debconf screens to French
+# Translation of tomcat8 debconf screens to French
 # Copyright (C) 2010 Debian French l10n team <debian-l10n-french at lists.debian.org>
-# This file is distributed under the same license as the tomcat7 package.
+# This file is distributed under the same license as the tomcat8 package.
 # Translator:
 # Steve Petruzzello <dlist at bluewin.ch>
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7_7.0.12-1\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2010-08-12 12:08+0200\n"
 "Last-Translator: Steve Petruzzello <dlist at bluewin.ch>\n"
@@ -18,48 +18,48 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Compte système dédié au démon tomcat7 :"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Compte système dédié au démon tomcat8 :"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
-"Le serveur tomcat7 nécessite un compte dédié pour fonctionner afin de ne pas "
+"Le serveur tomcat8 nécessite un compte dédié pour fonctionner afin de ne pas "
 "compromettre la sécurité du système en s'exécutant avec les privilèges du "
 "superutilisateur."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Groupe système dédié au démon tomcat7 :"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Groupe système dédié au démon tomcat8 :"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
-"Le serveur tomcat7 nécessite un groupe dédié pour fonctionner afin de ne pas "
+"Le serveur tomcat8 nécessite un groupe dédié pour fonctionner afin de ne pas "
 "compromettre la sécurité du système en s'exécutant avec les privilèges  du "
 "superutilisateur."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Options de la machine virtuelle Java pour tomcat7 :"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Options de la machine virtuelle Java pour tomcat8 :"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr ""
 "La machine virtuelle Java (JVM) sera lancée avec un ensemble spécifique "
@@ -67,7 +67,7 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/it.po b/debian/po/it.po
index b142d8e..c13694b 100644
--- a/debian/po/it.po
+++ b/debian/po/it.po
@@ -1,13 +1,13 @@
-# Italian translation of tomcat7'S PO-DEBCONF FILE.
-# Copyright (C) 2011 THE tomcat7'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the tomcat7 package.
+# Italian translation of tomcat8'S PO-DEBCONF FILE.
+# Copyright (C) 2011 THE tomcat8'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tomcat8 package.
 # Dario Santamaria <dario.santamaria at gmail.com>, 2011.
 # Collaboratively translated during an online sprint, thanks to all contributors!
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: 7.0.14-1\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2011-04-14 22:00+0100\n"
 "Last-Translator: Dario Santamaria <dario.santamaria at gmail.com>\n"
@@ -18,54 +18,54 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Account di sistema dedicato per il demone tomcat7:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Account di sistema dedicato per il demone tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
-"Il server tomcat7 deve utilizzare un account dedicato per le sue funzioni "
+"Il server tomcat8 deve utilizzare un account dedicato per le sue funzioni "
 "affinché la sicurezza del sistema non sia compromessa dall'esecuzione con "
 "i privilegi del superutente."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Gruppo di sistema dedicato per il demone tomcat7:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Gruppo di sistema dedicato per il demone tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
-"Il server tomcat7 deve utilizzare un gruppo dedicato per le sue funzioni "
+"Il server tomcat8 deve utilizzare un gruppo dedicato per le sue funzioni "
 "affinché la sicurezza del sistema non sia compromessa dall'esecuzione con "
 "i privilegi di superutente."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Scegliere le opzioni della JVM di tomcat7:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Scegliere le opzioni della JVM di tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr "La JVM di Tomcat sarà eseguita con un insieme specifico di opzioni Java."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/ja.po b/debian/po/ja.po
index 81cd6c1..5159cce 100644
--- a/debian/po/ja.po
+++ b/debian/po/ja.po
@@ -1,11 +1,11 @@
 # Copyright (C) Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-# This file is distributed under the same license as the tomcat7 package.
+# This file is distributed under the same license as the tomcat8 package.
 # Hideki Yamane <henrich at debian.org>, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7 7.0.12-1\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2010-08-10 08:04-0400\n"
 "Last-Translator: Hideki Yamane <henrich at debian.org>\n"
@@ -17,54 +17,54 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "tomcat7 デーモン専用のシステムアカウント:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "tomcat8 デーモン専用のシステムアカウント:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
-"tomcat7 サーバは、動作するのに専用アカウントを利用する必要があります。"
+"tomcat8 サーバは、動作するのに専用アカウントを利用する必要があります。"
 "これによって、システムのセキュリティは特権ユーザ権限で動作させることによる"
 "侵害を受けなくなります。"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "tomcat7 デーモン専用のシステムグループ:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "tomcat8 デーモン専用のシステムグループ:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
-"tomcat7 サーバは、動作するのに専用グループを利用する必要があります。"
+"tomcat8 サーバは、動作するのに専用グループを利用する必要があります。"
 "これによって、システムのセキュリティは特権ユーザ権限で動作させることによる"
 "侵害を受けなくなります。"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "tomcat7 JVM Java オプションを選択してください:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "tomcat8 JVM Java オプションを選択してください:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr "Tomcat の JVM は特定の Java オプションを指定して起動されます。"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/nl.po b/debian/po/nl.po
index 8b09f71..ef3ccb5 100644
--- a/debian/po/nl.po
+++ b/debian/po/nl.po
@@ -1,12 +1,12 @@
-# Dutch translation of tomcat7 debconf templates.
+# Dutch translation of tomcat8 debconf templates.
 # Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the tomcat7 package.
+# This file is distributed under the same license as the tomcat8 package.
 # Jeroen Schot <schot at a-eskwadraat.nl>, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7 7.0.23-1\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2011-12-06 12:25+0100\n"
 "Last-Translator: Jeroen Schot <schot at a-eskwadraat.nl>\n"
@@ -18,54 +18,54 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Speciale systeemaccount voor de tomcat7-achtergronddienst:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Speciale systeemaccount voor de tomcat8-achtergronddienst:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
-"De tomcat7-server moet een speciale account gebruiken voor zijn "
+"De tomcat8-server moet een speciale account gebruiken voor zijn "
 "werkzaamheden, want als hij met beheerdersrechten wordt uitgevoerd kan dit "
 "de beveiliging van het systeem in gevaar brengen."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Speciale systeemgroep voor de tomcat7-achtergronddienst:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Speciale systeemgroep voor de tomcat8-achtergronddienst:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
-"De tomcat7-server moet een speciale groep gebruiken voor zijn werkzaamheden, "
+"De tomcat8-server moet een speciale groep gebruiken voor zijn werkzaamheden, "
 "want als hij met beheerdersrechten wordt uitgevoerd kan dit de beveiliging "
 "van het systeem in gevaar brengen."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Kies de tomcat7 JVM Java-opties:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Kies de tomcat8 JVM Java-opties:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr "Tomcat's JVM wordt met een specifieke set Java-opties gelanceerd."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/pl.po b/debian/po/pl.po
index 345d39a..df433b2 100644
--- a/debian/po/pl.po
+++ b/debian/po/pl.po
@@ -1,12 +1,12 @@
-# Translation of tomcat7 debconf templates to Polish.
+# Translation of tomcat8 debconf templates to Polish.
 # Copyright (C) 2010
-# This file is distributed under the same license as the tomcat7 package.
+# This file is distributed under the same license as the tomcat8 package.
 #
 # Michał Kułach <michal.kulach at gmail.com>, 2012.
 msgid ""
 msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2012-02-28 21:15+0100\n"
 "Last-Translator: Michał Kułach <michal.kulach at gmail.com>\n"
@@ -21,54 +21,54 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Oddzielne konto systemowe dla demona tomcat7:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Oddzielne konto systemowe dla demona tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
-"Serwer tomcat7 musi używać wydzielonego konta, dzięki czemu bezpieczeństwo "
+"Serwer tomcat8 musi używać wydzielonego konta, dzięki czemu bezpieczeństwo "
 "systemu nie zostanie naruszone przez działanie z uprawnieniami "
 "superużytkownika."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Oddzielna grupa systemowa dla demona tomcat7:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Oddzielna grupa systemowa dla demona tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
-"Serwer tomcat7 musi używać wydzielonej grupy, dzięki czemu bezpieczeństwo "
+"Serwer tomcat8 musi używać wydzielonej grupy, dzięki czemu bezpieczeństwo "
 "systemu nie zostanie naruszone przez działanie z uprawnieniami "
 "superużytkownika."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Proszę wybrać opcje Java JVM tomcat7:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Proszę wybrać opcje Java JVM tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr "JVM programu Tomcat będzie uruchamiany z podanymi opcjami Java."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/pt.po b/debian/po/pt.po
index 4ff57e8..4601001 100644
--- a/debian/po/pt.po
+++ b/debian/po/pt.po
@@ -1,12 +1,12 @@
-# Translation of tomcat7's debconf messages do Portuguese
-# Copyright (C) 2010 the tomcat7's copyright holder
-# This file is distributed under the same license as the tomcat7 package.
+# Translation of tomcat8's debconf messages do Portuguese
+# Copyright (C) 2010 the tomcat8's copyright holder
+# This file is distributed under the same license as the tomcat8 package.
 #
 # Américo Monteiro <a_monteiro at netcabo.pt>, 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7 7.0.12-1\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2010-08-11 12:23+0100\n"
 "Last-Translator: Américo Monteiro <a_monteiro at netcabo.pt>\n"
@@ -19,55 +19,55 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Conta de sistema dedicada para o daemon do tomcat7:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Conta de sistema dedicada para o daemon do tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
-"O servidor tomcat7 precisa de usar um conta dedicada para a sua operação "
+"O servidor tomcat8 precisa de usar um conta dedicada para a sua operação "
 "para que a segurança do sistema não seja comprometida ao corrê-lo com "
 "privilégios de super utilizador."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Grupo de sistema dedicado para o daemon do tomcat7:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Grupo de sistema dedicado para o daemon do tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
-"O servidor tomcat7 precisa de usar um grupo dedicado para a sua operação "
+"O servidor tomcat8 precisa de usar um grupo dedicado para a sua operação "
 "para que a segurança do sistema não seja comprometida ao corrê-lo com "
 "privilégios de super utilizador."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Por favor escolha as opções Java JVM do tomcat7:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Por favor escolha as opções Java JVM do tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr ""
 "O JVM do Tomcat será lançado com um conjunto específico de opções Java."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
index 94c657f..16b7064 100644
--- a/debian/po/pt_BR.po
+++ b/debian/po/pt_BR.po
@@ -1,12 +1,12 @@
-# Portuguese/Brazil translation of tomcat7.
-# Copyright (C) 2010 THE tomcat7'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the tomcat7 package.
+# Portuguese/Brazil translation of tomcat8.
+# Copyright (C) 2010 THE tomcat8'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tomcat8 package.
 # José de Figueiredo <deb.gnulinux at gmail.com>, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2011-01-18 09:04-0200\n"
 "Last-Translator: José de Figueiredo <deb.gnulinux at gmail.com>\n"
@@ -20,55 +20,55 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Conta de sistema dedicada para o daemon tomcat7:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Conta de sistema dedicada para o daemon tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
-"O servidor tomcat7 deve usar uma conta dedicada para sua operação, desta "
+"O servidor tomcat8 deve usar uma conta dedicada para sua operação, desta "
 "forma a segurança do sistema não será comprometida por rodar com privilégios "
 "de superusuário."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Grupo de sistema dedicado para o daemon tomcat7:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Grupo de sistema dedicado para o daemon tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
-"O servidor tomcat7 deve usar um grupo dedicado para sua operação, desta "
+"O servidor tomcat8 deve usar um grupo dedicado para sua operação, desta "
 "forma a segurança do sistema não será comprometida por rodar com privilégios "
 "de superusuário."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Por favor, escolha as opções Java da JVM para o tomcat7:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Por favor, escolha as opções Java da JVM para o tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr ""
-"A JVM para o tomcat7 iniciará com um conjunto específico de opções Java."
+"A JVM para o tomcat8 iniciará com um conjunto específico de opções Java."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/ru.po b/debian/po/ru.po
index 894b6f3..438a5f5 100644
--- a/debian/po/ru.po
+++ b/debian/po/ru.po
@@ -1,11 +1,11 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the tomcat7 package.
+# This file is distributed under the same license as the tomcat8 package.
 #
 # Yuri Kozlov <yuray at komyakino.ru>, 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7 7.0.12-1\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2010-08-11 19:27+0400\n"
 "Last-Translator: Yuri Kozlov <yuray at komyakino.ru>\n"
@@ -19,54 +19,54 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Отдельная системная учётная запись для службы tomcat7:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Отдельная системная учётная запись для службы tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
 "Для того, чтобы не подвергать риску безопасность системы, "
-"сервер tomcat7 требуется запускать с правами отдельной "
+"сервер tomcat8 требуется запускать с правами отдельной "
 "системной учётной записи."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Отдельная системная группа для службы tomcat7:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Отдельная системная группа для службы tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
 "Для того, чтобы не подвергать риску безопасность системы, "
-"сервер tomcat7 требуется запускать с правами отдельной "
+"сервер tomcat8 требуется запускать с правами отдельной "
 "группы."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Параметры Java для JVM tomcat7:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Параметры Java для JVM tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr "Tomcat JVM будет запущена с определённым набором параметров Java."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/sk.po b/debian/po/sk.po
index 9225701..6a18bbf 100644
--- a/debian/po/sk.po
+++ b/debian/po/sk.po
@@ -1,12 +1,12 @@
-# Slovak translation of tomcat7 debconf templates.
+# Slovak translation of tomcat8 debconf templates.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the tomcat7 package.
+# This file is distributed under the same license as the tomcat8 package.
 # Ivan Masár <helix84 at centrum.sk>, 2012.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2012-06-17 20:17+0100\n"
 "Last-Translator: Ivan Masár <helix84 at centrum.sk>\n"
@@ -18,43 +18,43 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Vyhradený systémový účet pre démona tomcat7:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Vyhradený systémový účet pre démona tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "The tomcat7 server must use a dedicated account for its operation so that the system's security is not compromised by running it with superuser privileges."
-msgstr "Server tomcat7 musí používať na svoju prevádzku vyhradený účet, aby nebola kompromitovaná bezpečnosť systému, keď sa spúšťa s oprávneniami superpoužívateľa."
+#: ../tomcat8.templates:1001
+msgid "The tomcat8 server must use a dedicated account for its operation so that the system's security is not compromised by running it with superuser privileges."
+msgstr "Server tomcat8 musí používať na svoju prevádzku vyhradený účet, aby nebola kompromitovaná bezpečnosť systému, keď sa spúšťa s oprávneniami superpoužívateľa."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Vyhradená systémová skupina pre démona tomcat7:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Vyhradená systémová skupina pre démona tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "The tomcat7 server must use a dedicated group for its operation so that the system's security is not compromised by running it with superuser privileges."
-msgstr "Server tomcat7 musí používať na svoju prevádzku vyhradenú skupinu, aby nebola kompromitovaná bezpečnosť systému, keď sa spúšťa s oprávneniami superpoužívateľa."
+#: ../tomcat8.templates:2001
+msgid "The tomcat8 server must use a dedicated group for its operation so that the system's security is not compromised by running it with superuser privileges."
+msgstr "Server tomcat8 musí používať na svoju prevádzku vyhradenú skupinu, aby nebola kompromitovaná bezpečnosť systému, keď sa spúšťa s oprávneniami superpoužívateľa."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Prosím, vyberte voľby JVM Java tomcat7:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Prosím, vyberte voľby JVM Java tomcat8:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr "JVM Tomcatu bude spustený s určenou sadou volieb Javy."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:+CMSIncrementalMode option if you run Tomcat on a machine with exactly one CPU chip that contains one or two cores."
 msgstr "Pamätajte, že ak použijete -XX:+UseConcMarkSweepGC, mali by ste pridať voľby -XX:+CMSIncrementalMode ak spúšťate Tomcat na počítači s práve jedným CPU, ktorý obsahuje jedno alebo dve jadrá."
 
diff --git a/debian/po/sv.po b/debian/po/sv.po
index b8b35a6..67d8147 100644
--- a/debian/po/sv.po
+++ b/debian/po/sv.po
@@ -1,4 +1,4 @@
-# Swedish translation of debconf messages for tomcat7.
+# Swedish translation of debconf messages for tomcat8.
 # Copyright © 2010 Martin Bagge <brother at bsnet.se>
 # This file is distributed under the same license as the schroot package.
 #
@@ -6,8 +6,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Tomcat 7\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2010-08-20 10:08+0100\n"
 "Last-Translator: Martin Bagge / brother <brother at bsnet.se>\n"
@@ -20,53 +20,53 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "Systemanvändare för tomcat7-tjänsten:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "Systemanvändare för tomcat8-tjänsten:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
-"Tomcat7-servern måste köra som en systemanvändare så att systemets säkerhet "
+"tomcat8-servern måste köra som en systemanvändare så att systemets säkerhet "
 "inte äventyras genom att köra tjänsten med superanvändarens rättigheter."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "Systemgrupp för tomcat7-tjänsten:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "Systemgrupp för tomcat8-tjänsten:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
-"Tomcat7-servern måste köra ha en systemgrupp så att systemets säkerhet inte "
+"tomcat8-servern måste köra ha en systemgrupp så att systemets säkerhet inte "
 "äventyras genom att köra tjänsten med superanvändarens rättigheter."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "Ange Java-flaggor för tomcat7 JVM:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "Ange Java-flaggor för tomcat8 JVM:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr ""
 "Tomcats JVM kommer att startas med en särskild uppsättning Java-flaggor."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
index a835b35..b2db678 100644
--- a/debian/po/templates.pot
+++ b/debian/po/templates.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
@@ -18,48 +18,48 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
+#: ../tomcat8.templates:1001
 msgid ""
-"The tomcat7 server must use a dedicated account for its operation so that "
+"The tomcat8 server must use a dedicated account for its operation so that "
 "the system's security is not compromised by running it with superuser "
 "privileges."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
+#: ../tomcat8.templates:2001
 msgid ""
-"The tomcat7 server must use a dedicated group for its operation so that the "
+"The tomcat8 server must use a dedicated group for its operation so that the "
 "system's security is not compromised by running it with superuser privileges."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid ""
 "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
 "+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
diff --git a/debian/po/tr.po b/debian/po/tr.po
index 99bb985..d06efbe 100644
--- a/debian/po/tr.po
+++ b/debian/po/tr.po
@@ -5,8 +5,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tomcat7\n"
-"Report-Msgid-Bugs-To: tomcat7 at packages.debian.org\n"
+"Project-Id-Version: tomcat8\n"
+"Report-Msgid-Bugs-To: tomcat8 at packages.debian.org\n"
 "POT-Creation-Date: 2010-08-06 04:08+0200\n"
 "PO-Revision-Date: 2012-03-15 13:34+0200\n"
 "Last-Translator: Atila KOÇ <akoc at artielektronik.com.tr>\n"
@@ -17,43 +17,43 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "Dedicated system account for the tomcat7 daemon:"
-msgstr "tomcat7 artalan sürecine özgü sistem hesabı:"
+#: ../tomcat8.templates:1001
+msgid "Dedicated system account for the tomcat8 daemon:"
+msgstr "tomcat8 artalan sürecine özgü sistem hesabı:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:1001
-msgid "The tomcat7 server must use a dedicated account for its operation so that the system's security is not compromised by running it with superuser privileges."
-msgstr "tomcat7 sunucusu, işlevini gerçekleştirirken, süper kullanıcı hakları ile çalıştırılmasının getireceği güvenlik açıklarını engellemek için kendine özgü bir kullanıcı hesabı kullanmalıdır."
+#: ../tomcat8.templates:1001
+msgid "The tomcat8 server must use a dedicated account for its operation so that the system's security is not compromised by running it with superuser privileges."
+msgstr "tomcat8 sunucusu, işlevini gerçekleştirirken, süper kullanıcı hakları ile çalıştırılmasının getireceği güvenlik açıklarını engellemek için kendine özgü bir kullanıcı hesabı kullanmalıdır."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "Dedicated system group for the tomcat7 daemon:"
-msgstr "tomcat7 artalan sürecine özgü sistem grubu:"
+#: ../tomcat8.templates:2001
+msgid "Dedicated system group for the tomcat8 daemon:"
+msgstr "tomcat8 artalan sürecine özgü sistem grubu:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:2001
-msgid "The tomcat7 server must use a dedicated group for its operation so that the system's security is not compromised by running it with superuser privileges."
-msgstr "tomcat7 sunucusu, işlevini gerçekleştirirken, süper kullanıcı hakları ile çalıştırılmasının getireceği güvenlik açıklarını engellemek için kendine özgü bir grup hesabı kullanmalıdır."
+#: ../tomcat8.templates:2001
+msgid "The tomcat8 server must use a dedicated group for its operation so that the system's security is not compromised by running it with superuser privileges."
+msgstr "tomcat8 sunucusu, işlevini gerçekleştirirken, süper kullanıcı hakları ile çalıştırılmasının getireceği güvenlik açıklarını engellemek için kendine özgü bir grup hesabı kullanmalıdır."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
-msgid "Please choose the tomcat7 JVM Java options:"
-msgstr "tomcat7 için Java Sanal Makinesi (JVM) Java seçeneklerini seçiniz:"
+#: ../tomcat8.templates:3001
+msgid "Please choose the tomcat8 JVM Java options:"
+msgstr "tomcat8 için Java Sanal Makinesi (JVM) Java seçeneklerini seçiniz:"
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Tomcat's JVM will be launched with a specific set of Java options."
 msgstr "Tomcat'in Java Sanal Makinesi (JVM) özel bir Java seçenekleri kümesi ile başlatılacaktır."
 
 #. Type: string
 #. Description
-#: ../tomcat7.templates:3001
+#: ../tomcat8.templates:3001
 msgid "Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:+CMSIncrementalMode option if you run Tomcat on a machine with exactly one CPU chip that contains one or two cores."
 msgstr "Eğer Tomcat'i içerisinde bir ya da iki çekirdek barındıran tek işlemcili bir makine üzerinde çalıştırıyor ve -XX:+UseConcMarkSweepGC seçeneğini kullanıyorsanız, -XX:+CMSIncrementalMode seçeneğini de eklemelisiniz."
 
diff --git a/debian/policy/examples/10examples.policy b/debian/policy/examples/10examples.policy
index 9dfcb62..8fcfe2f 100644
--- a/debian/policy/examples/10examples.policy
+++ b/debian/policy/examples/10examples.policy
@@ -1,3 +1,3 @@
 grant codeBase "file:${catalina.home}/bin/tomcat-juli.jar" {
-       permission java.io.FilePermission "/usr/share/tomcat7-examples/examples/WEB-INF/classes/logging.properties", "read";
+       permission java.io.FilePermission "/usr/share/tomcat8-examples/examples/WEB-INF/classes/logging.properties", "read";
 };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git



More information about the pkg-java-commits mailing list