| # |
| # 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. |
| # |
| |
| MSG_ServerXml_RO=Undeploy failed. You do not have write access permissions to the file {0}. |
| |
| MSG_AuthorizationFailed=Access to Tomcat server has not been authorized. Set the \ |
| correct username and password with the \"{0}\" role in the Tomcat customizer \ |
| in the Server Manager. |
| MSG_ThreadDeathWarning=\ |
| WARNING: Tomcat Manager application reported a java.lang.ThreadDeath exception \ |
| while performing last operation. This does not necessarily mean a real problem. \ |
| Please, refer to http://www.netbeans.org/issues/show_bug.cgi?id=62529 for more \ |
| information. |
| MSG_DeployBrokenContextXml=Cannot deploy the module. The context.xml file seems to be broken. \ |
| Check whether it is well-formed and valid. |
| MSG_CannotUndeployManager=It is not allowed to undeploy the Tomcat Manager application.\n\ |
| If your are trying to deploy your application to the reserved /manager context path, \ |
| please, use another one. |
| MSG_DeploymentInProgress=Deployment is in progress... |
| MSG_UndeploymentInProgress=Undeployment is in progress... |
| MSG_StartInProgress=Start is in progress... |
| MSG_StopInProgress=Stop is in progress... |
| MSG_ReloadInProgress=Reload is in progress... |
| MSG_DeployInProgress=Deploy is in progress... |
| |
| MSG_CheckingMissingDrivers=Checking data source definitions for missing JDBC drivers... |
| MSG_DeployingJDBCDrivers=Deploying JDBC driver to {0} |
| MSG_DeployingJDBCDriversFailed=WARNING: Cannot deploy the JDBC driver to {0}.\n\ |
| Check whether you have write access rights to the {1} folder. |
| |