| # Licensed to the Apache Software Foundation (ASF) under one or more |
| # contributor license agreements. See the NOTICE file distributed with |
| # this work for additional information regarding copyright ownership. |
| # The ASF licenses this file to You under the Apache License, Version 2.0 |
| # (the "License"); you may not use this file except in compliance with |
| # the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| catalina.incorrectPermissions=权限错误,此文件没有读取权限 |
| catalina.init=服务器在[{0}]毫秒内初始化 |
| catalina.serverStartFail=所必需的服务组件启动失败,所以无法启动Tomcat |
| |
| catalinaConfigurationSource.cannotObtainURL=无法获取相对路径 [{0}] 的URL。 检查catalina.base是否已设置。 |
| |
| contextConfig.altDDNotFound=未找到 alt-dd 文件 [{0}] |
| contextConfig.applicationStart=正在解析应用程序 web.xml 文件 [{0}] |
| contextConfig.applicationUrl=无法确定应用程序 web.xml 的URL |
| contextConfig.authenticatorConfigured=为方法 [{0}] 配置了验证器 |
| contextConfig.authenticatorMissing=不能配置一个认证为方法[{0}] |
| contextConfig.badUrl=不能处理上下文描述符[{0}] |
| contextConfig.cce=生命周期事件数据对象[{0}] 不是一个上下文 |
| contextConfig.contextMissing=缺少 context.xml:[{0}] |
| contextConfig.defaultMissing=未找到全局 web.xml |
| contextConfig.defaultPosition=发生在 [{0}] 行 [{1}] 列 |
| contextConfig.fixDocBase=上下文[{0}]的异常修复docBase |
| contextConfig.init=上下文配置: 正在初始化 |
| contextConfig.inputStreamWebResource=不能处理注释的Web资源[{0}] |
| contextConfig.jspFile.error=JSP文件[{0}]必须以''/''开头。 |
| contextConfig.processAnnotationsDir.debug=使用注解 [{0}]扫描目录中的类文件 |
| contextConfig.processAnnotationsWebDir.debug=扫描 web 应用程序目录下含有 [{0}] 注解的 class 文件 |
| contextConfig.role.runas=<run-as> 中使用的安全角色名 [{0}],未在 <security-role> 中定义 |
| contextConfig.tomcatWebXmlError=处理 /WEB-INF/tomcat-web.xml 发生错误 |
| |
| engineConfig.cce=生命周期事件数据对象[{0}]不是一个引擎(Engine) |
| engineConfig.stop=配置引擎,处理进程停止。 |
| |
| expandWar.copy=错误的拷贝[{0}] to [{1}] |
| expandWar.createFailed=无法创建文件夹[{0}]。 |
| expandWar.deleteFailed=[{0}] 无法被彻底删除。其余残留文件可能会导致问题 |
| expandWar.deleteOld=发现一个展开的目录[{0}],它的最后修改时间与关联的WAR不一致.它将被删除. |
| expandWar.missingJarEntry=无法获得 JarEntry [{0}] 的输入流 - WAR 文件是否已损坏? |
| |
| hostConfig.appBase=主机[{0}]的应用程序基础[{1}]不存在或不是目录。deployOnStartUp和autoDebug已设置为false,以防止部署错误。其他错误仍然可能发生。 |
| hostConfig.deployDir=把web 应用程序部署到目录 [{0}] |
| hostConfig.deployWar.error=部署 Web 应用程序 archive [{0}] 时出错 |
| hostConfig.docBaseUrlInvalid=所提供的部署目录无法用URL来表示 |
| hostConfig.expanding=扩展已发现的 web 应用程序 archive |
| hostConfig.stop=:)Host配置:停止处理 |
| |
| tomcat.baseDirNotDir=基本目录指定的位置[{0}]不是一个目录 |
| tomcat.homeDirMakeFail=无法创建用作主目录的目录 [{0}] |
| tomcat.invalidCommandLine=无效的命令行参数 [{0}] |
| tomcat.noContextXml=不能找到web 应用的context.xml [{0}] |
| |
| userConfig.database=加载用户数据库异常 |
| userConfig.deploying=正在部署用户 web 应用程序 |
| userConfig.error=为用户 [{0}]部署web应用发生错误 |
| userConfig.start=用户配置:处理开始 |
| |
| versionLoggerListener.catalina.home=CATALINA_HOME: {0} |
| versionLoggerListener.java.home=Java 环境变量: {0} |
| versionLoggerListener.os.arch=结.造: {0} |
| versionLoggerListener.os.version=OS.版本: {0} |
| versionLoggerListener.prop=系统属性: {0} = {1} |
| versionLoggerListener.serverInfo.server.built=Server.构建: {0} |
| versionLoggerListener.serverInfo.server.version=Server.服务器版本: {0} |
| versionLoggerListener.vm.vendor=JVM.供应商: {0} |
| versionLoggerListener.vm.version=JVM 版本: {0} |
| |
| webAnnotationSet.invalidInjection=方法资源注入注解无效。 |