From: markt Date: Mon, 29 Jun 2009 16:06:11 +0000 (+0000) Subject: Make alphabetical X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e4b359e889d019fe067a3b8e8c5e3084b09c485f;p=tomcat7.0 Make alphabetical git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@789372 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/startup/LocalStrings.properties b/java/org/apache/catalina/startup/LocalStrings.properties index a91e01c29..6008fdd9b 100644 --- a/java/org/apache/catalina/startup/LocalStrings.properties +++ b/java/org/apache/catalina/startup/LocalStrings.properties @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +catalina.stopServer=No shutdown port configured. Shut down server through OS signal. Server not shut down. contextConfig.applicationClose=Error closing application web.xml contextConfig.applicationConfig=Configuration error in application web.xml contextConfig.applicationListener=Exception creating listener of class {0} @@ -64,6 +65,7 @@ hostConfig.cce=Lifecycle event data object {0} is not a Host hostConfig.context.destroy=Error during context [{0}] destroy hostConfig.context.remove=Error while removing context [{0}] hostConfig.context.restart=Error during context [{0}] restart +hostConfig.createDirs=Unable to create directory for deployment: {0} hostConfig.deploy=Deploying web application directory {0} hostConfig.deployDescriptor=Deploying configuration descriptor {0} hostConfig.deployDescriptor.error=Error deploying configuration descriptor {0} @@ -96,5 +98,3 @@ userConfig.deploying=Deploying user web applications userConfig.error=Error deploying web application for user {0} userConfig.start=UserConfig: Processing START userConfig.stop=UserConfig: Processing STOP -catalina.stopServer=No shutdown port configured. Shut down server through OS signal. Server not shut down. -hostConfig.createDirs=Unable to create directory for deployment: {0}