From: markt Date: Tue, 1 Jan 2008 17:33:12 +0000 (+0000) Subject: Fix bug 43800. Make clearer relationship between APR and native in docs, error messag... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=56449eefd108f5cfed3664eb1c6aa552a6d04111;p=tomcat7.0 Fix bug 43800. Make clearer relationship between APR and native in docs, error messages and the installer. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@607875 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/core/LocalStrings.properties b/java/org/apache/catalina/core/LocalStrings.properties index 99a0695af..532a7963a 100644 --- a/java/org/apache/catalina/core/LocalStrings.properties +++ b/java/org/apache/catalina/core/LocalStrings.properties @@ -31,12 +31,12 @@ applicationRequest.badParent=Cannot locate parent Request implementation applicationRequest.badRequest=Request is not a javax.servlet.ServletRequestWrapper applicationResponse.badParent=Cannot locate parent Response implementation applicationResponse.badResponse=Response is not a javax.servlet.ServletResponseWrapper -aprListener.aprInit=The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: {0} -aprListener.tcnInvalid=An incompatible version {0} of the Apache Tomcat Native library is installed, while Tomcat requires version {1} -aprListener.tcnVersion=An older version {0} of the Apache Tomcat Native library is installed, while Tomcat recommends version greater then {1} -aprListener.aprDestroy=Failed shutdown of Apache Portable Runtime +aprListener.aprInit=The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: {0} +aprListener.tcnInvalid=An incompatible version {0} of the APR based Apache Tomcat Native library is installed, while Tomcat requires version {1} +aprListener.tcnVersion=An older version {0} of the APR based Apache Tomcat Native library is installed, while Tomcat recommends version greater then {1} +aprListener.aprDestroy=Failed shutdown of APR based Apache Tomcat Native library aprListener.sslInit=Failed to initialize the SSLEngine. -aprListener.tcnValid=Loaded Apache Tomcat Native library {0}. +aprListener.tcnValid=Loaded APR based Apache Tomcat Native library {0}. aprListener.flags=APR capabilities: IPv6 [{0}], sendfile [{1}], accept filters [{2}], random [{3}]. containerBase.addDefaultMapper=Exception configuring default mapper of class {0} containerBase.alreadyStarted=Container {0} has already been started diff --git a/res/tomcat.nsi b/res/tomcat.nsi index c3fbfd0cf..42c1b9e48 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -95,7 +95,7 @@ ${StrRep} LangString DESC_SecTomcat ${LANG_ENGLISH} "Install the Tomcat Servlet container." LangString DESC_SecTomcatCore ${LANG_ENGLISH} "Install the Tomcat Servlet container core." LangString DESC_SecTomcatService ${LANG_ENGLISH} "Automatically start Tomcat when the computer is started. This requires Windows NT 4.0, Windows 2000 or Windows XP." - LangString DESC_SecTomcatNative ${LANG_ENGLISH} "Downloads and installs Tomcat native .dll for better performance and scalability in production environments." + LangString DESC_SecTomcatNative ${LANG_ENGLISH} "Downloads and installs APR based Tomcat native .dll for better performance and scalability in production environments." ; LangString DESC_SecTomcatSource ${LANG_ENGLISH} "Install the Tomcat source code." LangString DESC_SecMenu ${LANG_ENGLISH} "Create a Start Menu program group for Tomcat." LangString DESC_SecDocs ${LANG_ENGLISH} "Install the Tomcat documentation bundle. This include documentation on the servlet container and its configuration options, on the Jasper JSP page compiler, as well as on the native webserver connectors." diff --git a/webapps/docs/apr.xml b/webapps/docs/apr.xml index 675149c97..bced0cfa9 100644 --- a/webapps/docs/apr.xml +++ b/webapps/docs/apr.xml @@ -23,7 +23,7 @@ &project; - Apache Portable Runtime and Tomcat + Apache Portable Runtime (APR) based Native library for Tomcat Remy Maucherat diff --git a/webapps/docs/project.xml b/webapps/docs/project.xml index 0f17a38dc..377d25972 100644 --- a/webapps/docs/project.xml +++ b/webapps/docs/project.xml @@ -59,7 +59,7 @@ - +