All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.glassfish.web.admingui.Strings.properties Maven / Gradle / Ivy

The newest version!
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
# 
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
# 
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License").  You
# may not use this file except in compliance with the License. You can obtain
# a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html
# or glassfish/bootstrap/legal/LICENSE.txt.  See the License for the specific
# language governing permissions and limitations under the License.
# 
# When distributing the software, include this License Header Notice in each
# file and include the License file at glassfish/bootstrap/legal/LICENSE.txt.
# Sun designates this particular file as subject to the "Classpath" exception
# as provided by Sun in the GPL Version 2 section of the License file that
# accompanied this code.  If applicable, add the following below the License
# Header, with the fields enclosed by brackets [] replaced by your own
# identifying information: "Portions Copyrighted [year]
# [name of copyright owner]"
# 
# Contributor(s):
# 
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license."  If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above.  However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.
#

## Monitoring
monitoring=Monitor
monitoring.webContainer.PageHelp=Click Configure Monitoring to turn on monitoring.
webContainer=Web Container
httpService=HTTP Service
jvm=JVM
monitoring.webContainer.pageTitle=Web Container Monitoring
monitoring.httpService.pageTitle=HTTP Service Monitoring
monitoring.jvm.pageTitle=JVM Monitoring
monitoring.requestStatistics=Request Statistics
monitoring.sessionStatistics=Session Statistics
monitoring.servletStatistics=Servlet Statistics
monitoring.jspStatistics=JSP Statistics
monitoring.ConnectionQueueStatistics=Connection Queue Statistics
monitoring.ThreadPoolStatistics=Thread Pool Statistics
monitoring.VirtualServer=Virtual Server
monitoring.HTTPListener=HTTP Listener
monitoring.jvmStatistics= JVM Memory Usage (bytes)
monitoring.jvm.init.tooltip=initial memory that JVM requests from OS for memory management during startup
monitoring.jvm.used.tooltip=amount of memory currently used
monitoring.jvm.committed.tooltip=amount of memory that is guaranteed to be available for use by the JVM
monitoring.jvm.max.tooltip=maximum amount of memory that can be used for memory management
monitoring.jvm.classLoading=Class Loading
monitoring.jvm.compilation=Compilation
monitoring.jvm.garbageCollectors=Garbage Collectors
monitoring.jvm.operatingSystem=Operating System
monitoring.jvm.memory=Memory (bytes)
monitoring.jvm.runtime=Runtime

tree.webContainer=Web Container
tree.webContainer.tooltip=Web Container
tree.httpService=HTTP Service
tree.httpService.tooltip=HTTP Service

monitoring.Title=Monitoring Service
monitoring.PageHelp=Enable or disable monitoring for individual server components or services. To enable monitoring for a component or service, select either LOW or HIGH for that component or service. To view monitoring information click on Application Server in the tree and select the Monitor tab.
monitoring.Http=HTTP Service:
monitoring.Web=Web Container:
monitoring.Jvm=JVM:
monitoring.ThreadPool=Thread Pool:
monitoring.Low=LOW
monitoring.High=HIGH
monitoring.Off=OFF

# These probably belong somewhere else, but...
button.Save=Save
button.SaveAs=Save As...
button.LoadDefaults=Load Defaults
monitoring.Off=OFF

#deployment
war.deployTitle=Deploy Web Application
war.deployTitleHelp=Specify the location of the web application to deploy.  Application can be in packaged war file or specified as a directory.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy