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, copyright, defaults, defaults, gpl, gpl, if, license, license, please, the, this, version, version

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.
#

Usage#
deploy.command=Deploy an application to the application server
deploy.command.usagetext=deploy\n\t[--target[=<target(default:server)>]]\n\t[--virtualservers ] [--contextroot ]\n\t[--force[=]]\n\t[--precompilejsp[=]]\n\t[--verify[=]] [--name ]\n\t[--upload[=]] [--retrieve ]\n\t[--dbvendorname ]\n\t[--createtables[=createtables(default:false)>] |\n\t --dropandcreatetables[=]]\n\t[--uniquetablenames[=]]\n\t[--deploymentplan ]\n\t[--enabled[=]]\n\t[--availabilityenabled[=]]\n\t[--lbenabled[=]]\n\t[--asyncreplication[=]]\n\t[--keepstate[=]]\n\t[--generatermistubs[=]]\n\t[--libraries jar_file[,jar_file*]] [--type ]\n\t[--properties (name=value)[:name=value]*]\n\t[-?|--help[=]] file_archive | filepath
deploy.command.path=Path to the file or directory to deploy
deploy.command.name=Name for the application
deploy.command.contextroot=Web application's context-root.  Defaults to filename without extension.
deploy.command.libraries=A comma-separated list of library JAR files. 
deploy.command.force=If true, application is redeployed.  Defaults to false.
deploy.command.precompilejsp=If true, JSPs are compiled during deployment time. Defaults to false.
deploy.command.verify=If true, syntax and semantics of the deployment descriptor is verified.  Defaults to false.
deploy.command.retrieve=Retrieves the client stub JAR file from the server machine to the local directory.
deploy.command.dbvendorname=Name of the database vendor for which tables are created.
deploy.command.createtables=Creates tables at deployment of an application with unmapped CMP beans.
deploy.command.dropandcreatetables=If true, when application is redeployed, the tables created by the previous deployment are dropped before creating the new tables.
deploy.command.uniquetablenames=Guarantees unique table names for all the beans and results in a hashcode added to the table names.
deploy.command.deploymentplan=Takes the deployment plan, which is a JAR containing Sun-specific descriptors, and deploys it.
deploy.command.enabled=If true, allows users to access the application.  Defaults to true.
deploy.command.generatermistubs=If true, static RMI-IIOP stubs are generated and put into the client.jar.  Defaults to false.
deploy.command.availabilityenabled=If true, high-availability is enabled for SFSB checkpointing and potentially passivation.  Valid only for domains configured to support cluster.
deploy.command.target=Specify the target to deploy the application.
deploy.command.properties=Specify properties as name value pairs that will be passed to the application runtime.
deploy.nocontainer=No container services registered, done...
application.alreadyreg.redeploy=Application with name {0} is already deployed. Either specify that redeployment must be forced, or redeploy the application. Or if this is a new deployment, pick a different name. 
deploy.command.success=Application deployed with name {0}.
deploy.command.successwithwarning=Application deployed successfully with name {0} and with the following warning(s):
deploy.unknownarchivetype=Archive type {0} was not recognized
deploy.unknowntype={0} is not a recognized archive type
deploy.unknowncontainer={0} is not a recognized container 
deploy.unknownarchiveformat=Archive format not recognized
deploy.errorexpandingjar=Error while expanding jar file
deploy.cannotcreateexpansiondir=Error while creating directory for jar expansion {0}; continuing
deploy.errorclosingarchive=Error while closing deployable artifact {0}
deploy.invalidpropertyformat=Deployment property does not follow the NAME=VALUE format : {0}
deploy.errOpeningArtifact=Error opening deployable artifact
deploy.errDuringDepl=Error occurred during deployment: {0}. Please see server.log for more details.
deploy.errClosingArtifact=Error while closing deployable artifact {0}
deploy.done={0} was successfully deployed in {1} milliseconds.
deploy.failverifier=Some verifier tests failed for the given application. Aborting deployment. Please see server.log for more details.
deploy.remoteDirDeployChecksumMismatch=The directory-deployed files at {0} on this instance are different from those accessible at the same path from the domain admin server.  The contents must match or else different files would be deployed to different instances.
download.errDownloading=Error while downloading generated files
compat.value.not.supported=WARNING: {0} is not a supported value for compatibility property. The current supported value for the property is v2. Ignoring the property.
#
undeploy.command=Undeploy a previously deployed application from the application server
undeploy.command.usagetext=undeploy\n\t[--target[=<target(default:server)>]]\n\t[--droptables[=]]\n\t[--cascade[=]]\n\t[-?|--help[=]] name
undeploy.command.name=Name of the deployed application
undeploy.command.target=Specify the target to undeploy the application.
undeploy.command.success={0} undeployed successfully
undeploy.contextcreation.failed =Cannot create context for undeployment : {0}

#
deploydir.command=deploys an exploded format of application archive. This command is deprecated.  Please use deploy command.  See 'deploy --help' for a complete description of deploy command.
deploydir.command.usagetext=deploydir\n\t[--target[=<target(default:server)>]]\n\t[--virtualservers ] [--contextroot ]\n\t[--force[=]]\n\t[--precompilejsp[=]]\n\t[--verify[=]] [--name ]\n\t[--retrieve ]\n\t[--dbvendorname ]\n\t[--createtables[=createtables(default:false)>] |\n\t --dropandcreatetables[=]]\n\t[--uniquetablenames[=]]\n\t[--deploymentplan ]\n\t[--enabled[=]]\n\t[--availabilityenabled[=]]\n\t[--lbenabled[=]]\n\t[--asyncreplication[=]]\n\t[--keepstate[=]]\n\t[--generatermistubs[=]]\n\t[--libraries jar_file[,jar_file*]] [--type ]\n\t[--properties (name=value)[:name=value]*]\n\t[-?|--help[=]] dirpath

#
redeploy.command=Redeploy a previously deployed application.  
redeploy.command.name=Name of the application to be redeployed. This is a required option.
redeploy.command.path=Path to the file or directory to deploy.
redeploy.command.invalid.path=Cannot determine the path of application.
redeploy.command.cannot.redeploy=Cannot redeploy app, {0} without specifying the path operand.
redeploy.command.success={0} redeployed successfully
redeploy.command.usagetext=redeploy\n\t[--target[=<target(default:server)>]]\n\t[--virtualservers ] [--contextroot ]\n\t[--precompilejsp[=]]\n\t[--verify[=]] --name \n\t[--upload[=]] [--retrieve ]\n\t[--dbvendorname ]\n\t[--createtables[=createtables(default:false)>] |\n\t --dropandcreatetables[=]]\n\t[--uniquetablenames[=]]\n\t[--deploymentplan ]\n\t[--enabled[=]]\n\t[--availabilityenabled[=]]\n\t[--lbenabled[=]]\n\t[--asyncreplication[=]]\n\t[--keepstate[=]]\n\t[--generatermistubs[=]]\n\t[--libraries jar_file[,jar_file*]] [--type ]\n\t[--properties (name=value)[:name=value]*]\n\t[-?|--help[=]] [file_archive | filepath]

#
enable.command=Enables the application
enable.command.target=Specifies the target on which you are enabling the application.
enable.command.component=Name of the application to enable.
enable.command.success={0} enabled successfully

#
disable.command=Disables the application
disable.command.usagetext=disable\n\t[--target[=<target(default:server)>]]\n\t[-?|--help[=]] component
disable.command.component=Name of the application to disable.
disable.command.success={0} disabled successfully
disable.command.failed={0} disabled failed

#
failToLoadOnInstance=Failed to load the application on instance {0}. The application will not run properly. Please fix your application and redeploy. \n{1}. Please see server.log for more details. 

#
list.components=List user deployed applications.
list.components.type=Type of application to be listed.  Applicable types are: application, ejb, web, connector and webservice.  If nothing is specified, then all of the components are listed.
list.components.success=list-components successfully.
list.components.command.invalid.type=Invalid type option value.
list.components.no.elements.to.list=Nothing to list.
list.applications.success=list-applications successfully.
list.applications=List user deployed applications.  See 'list-applications --help' for a list of valid options.
list.applications.warning=WARNING: This command will be removed.  Please use list-components command.
list.applications.verbose.enabled=enabled
list.applications.verbose.disabled=disabled

#
component.status=Status of {0} is {1}.

# common strings
application.alreadyreg=Application with name [{0}] is already deployed
application.notreg=Application with name [{0}] is not deployed
lifecycle.alreadyreg=Lifecycle module with name [{0}] already exists
lifecycle.notreg=Lifecycle module with name [{0}] does not exist
ref.not.referenced.target=Application {0} is not deployed on this target [{1}]
lifecycle.not.referenced.target=Lifecycle module {0} is not deployed on this target [{1}]
virtualservers=List of virtual servers to apply the command to
fnf=File not found : {0}
invalidconfig=invalid domain.xml entries, please file a bug
nocontainer=No container services registered, done...
unknownmoduletpe=Module type not recognized

appref.already.exists=Application reference {0} already exists in target {1}.
appref.not.exists=Target {1} does not have a reference to application {0}.


wildcard.not.allowed=WARNING: version expression are available only with --enabled=false

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.