alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Glassfish example source code file (LocalStrings.properties)

This example Glassfish source code file (LocalStrings.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Glassfish tags/keywords

cddl, gpl, gpl, http, http, id, if, license, license, listener, the, version, version, x-powered-by

The Glassfish LocalStrings.properties source code

#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2010 Oracle and/or its affiliates. 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_1_1.html
# or packager/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 packager/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# Oracle designates this particular file as subject to the "Classpath"
# exception as provided by Oracle in the GPL Version 2 section of the License
# file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [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.
#
acceptor.threads.too.low=The acceptor threads must be at least 1

create.http.fail.protocolnotfound=The specified protocol {0} is not yet configured
create.http.listener.acceptorthreads=The number of acceptor threads for the listen socket. The recommended value is the number of processors in the machine. The default value is 1.
create.http.listener.default-virtual-server=The ID attribute of the default virtual server for this listener.
create.http.listener.defaultvs=The ID attribute of the default virtual server for this listener.
create.http.listener.duplicate=Http Listener named {0} already exists.
create.http.listener.enabled=If set to true, the listener is enabled at runtime.
create.http.listener.fail=Listener {0} could not be created, actual reason: {1}
create.http.listener.listener_id=The listener ID of the HTTP listener.
create.http.listener.listeneraddress=The IP address or the hostname (resolvable by DNS).
create.http.listener.listenerport=The port number to create the listen socket on. Legal values are 1\u201365535. On UNIX, creating sockets that listen on ports 1\u20131024 requires superuser privileges. Configuring an SSL listen socket to listen on port 443 is recommended.
create.http.listener.secure=If set to true, uses SSL/TLS to communicate with the domain administration server.
create.http.listener.securityenabled=If set to true, the HTTP listener runs SSL. You can turn SSL2 or SSL3 ON or OFF and set ciphers using an SSL element. The security setting globally enables or disables SSL by making certificates available to the server instance. The default value is false.
create.http.listener.servername=Tells the server what to put in the host name section of any URLs it sends to the client. This affects URLs the server automatically generates; it doesn't affect the URLs for directories and files stored in the server. This name should be the alias name if your server uses an alias. If a colon and port number are appended, that port will be used in URLs that the server sends to the client.
create.http.listener.success=Http Listener {0} created successfully.
create.http.listener.vs.blank=A default virtual server is required.  Please use --default-virtual-server to specify this value.
create.http.listener.vs.bothparams=--defaultVS and --default-virtual-server conflict.  Please use only --default-virtual-server to specify this value.
create.http.listener.vs.notexists=Attribute value (default-virtual-server = {0}) is not found in list of virtual servers defined in config.
create.http.listener.xpowered=If set to true, adds the X-Powered-By: Servlet/2.4 and X-Powered-By: JSP/2.0 headers to the appropriate responses. The Servlet 2.4 specification defines the X-Powered-By: Servlet/2.4 header, which containers may add to servlet-generated responses. Similarly, the JSP 2.0 specification defines the X-Powered-By: JSP/2.0 header, which containers may add to responses that use JSP technology. The goal of these headers is to aid in gathering statistical data about the use of Servlet and JSP technology.
create.http.listener=The create-http-listener command creates an HTTP listener.

create.http.redirect.fail.protocolnotfound=The specified protocol {0} is not yet configured
create.http.redirect.listener.duplicate=http-redirect element named {0} already exists.
create.http.redirect.fail=Failed to create http-redirect for {0}: {1}.

create.network.listener.fail.duplicate=Network Listener named {0} already exists.
create.network.listener.fail.bad.protocol=Protocol {0} has neither a protocol nor a port-unification configured

create.portunif.fail={0} create failed: {1}
create.portunif.fail.notfinder={0} create failed.  Given class is not a ProtocolFinder: {1}
create.portunif.fail.notfilter={0} create failed.  Given class is not a ProtocolFilter: {1}
create.portunif.protocol.duplicate=A protocol definition named {0} already exists.

create.protocol.fail.duplicate={0} protocol already exists. Cannot add duplicate protocol.
create.protocol.fail=Failed to create protocol {0}

create.transport.fail.duplicate={0} transport already exists. Cannot add duplicate transport.
create.transport.fail=Failed to create transport {0}

create.virtual.server.both.http.network=Please use only networklisteners.
create.virtual.server.defaultwebmodule=The standalone web module associated with this virtual server by default.
create.virtual.server.duplicate=Virtual Server named {0} already exists.
create.virtual.server.hosts=A comma-separated (,) list of values allowed in the host request header to select the current virtual server. Each virtual server that is configured to the same connection group must have a unique host for that group.
create.virtual.server.httplisteners=A comma-separated (,) list of HTTP listener IDs. Required only for a virtual server that is not the default virtual server.
create.virtual.server.logfile=Name of the file where log entries for this virtual server are to be written. By default, this is the server log.
create.virtual.server.property=Optional attribute name/value pairs for configuring the virtual server. 
create.virtual.server.state=Determines whether a virtual server is active (on) or inactive (off or disabled). Default is active (on). When inactive, the virtual server does not service requests.
create.virtual.server.usagetext=create-virtual-server --hosts <hosts>\n\t[--httplisteners  |\n\t--networklisteners ]\n\t[--defaultwebmodule ] [--state ]\n\t[--logfile ] [--property ]\n\t[--target ]\n\t[-?|--help[=]] virtual_server_id
create.virtual.server.virtual_server_id=Identifies the unique ID for the virtual server to be created. This ID cannot begin with a number.
create.virtual.server=The create-virtual-server command creates the named virtual server. Virtualization in the Application Server allows multiple URL domains to be served by a single HTTP server process that is listening on multiple host addresses. If the application is available at two virtual servers, they still share the same physical resource pools.
create.vritual.server.fail={0} create failed
create.vritual.server.success=Virtual Server {0} created successfully.

delete.fail={0} delete failed: {1}

delete.http.listener.fail={0} delete failed
delete.http.listener.listener_id=The listener ID of the HTTP listener.
delete.http.listener.notexists=Specified http listener, {0}, doesn''t exist.
delete.http.listener.secure=If set to true, uses SSL/TLS to communicate with the domain administration server.
delete.http.listener.success=Http Listener {0} deleted successfully
delete.http.listener=The delete-http-listener command removes the specified HTTP listener.

delete.http.redirect.notexists=Specified http redirect, {0}, does not exist.
delete.http.redirect.fail=Deletion of http-redirect {0} failed.

delete.protocol.beingused={0} protocol is being used in the network listener {1}
delete.protocol.fail=Deletion of Transport {0} failed
delete.protocol.notexists={0} protocol doesn''t exist

delete.threadpool.beingused={0} threadpool is being used in the network listener {1}
delete.threadpool.notexists=Thread Pool named {0} does not exist.

delete.transport.beingused={0} transport is being used in the network listener {1}
delete.transport.fail=Deletion of Transport {0} failed
delete.transport.notexists={0} transport doesn''t exist

delete.virtual.server.fail={0} delete failed.
delete.virtual.server.notexists=Specified virtual server, {0}, doesn''t exist.
delete.virtual.server.referenced=Specified virtual server, {0}, can not be deleted because it is referenced from http listener, {1}.
delete.virtual.server.success=Virtual server {0} deleted successfully.
delete.virtual.server.virtual_server_id=The unique identifier for the virtual server to be deleted.
delete.virtual.server=The delete-virtual-server command removes the virtual server with the specified virtual server ID.

list.http.listeners.fail=Command list-http-listeners failed.
list.http.listeners.success=Command list-http-listeners executed successfully.
list.http.listeners=The list-http-listeners command lists the existing HTTP listeners. 

list.virtual.servers.success=Command list-virtual-servers executed successfully.
list.virtual.servers=The list-virtual-servers command lists the existing virtual servers.

not.found=No {0} element found with the name {1}

port.in.use=Port [{0}] is already taken for address [{1}], please choose another port.

Other Glassfish examples (source code examples)

Here is a short list of links related to this Glassfish LocalStrings.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.