/legacy/web/src/main/resources/org/jboss/as/web/LocalDescriptions.properties
https://github.com/rhusar/wildfly · Properties File · 203 lines · 184 code · 19 blank · 0 comment · 0 complexity · 4911423a56eb9c50a781f44aecbb7484 MD5 · raw file
- web=The configuration of the jboss.web subsystem.
- web.add=Operation adding the web subsystem.
- web.default-session-timeout=The web container's default session timeout.
- web.default-virtual-server=The web container's default virtual server.
- web.instance-id=Set the identifier for this server instance.
- web.native=Add the native initialization listener to the web container.
- web.remove=Operation removing the web subsystem.
- web.deprecated=The Web subsystem is deprecated and may be removed or limited to managed domain legacy server use in future versions.
- web.describe-migration=Describes the steps that will be taken to migrate this configuration to Undertow
- web.migrate=Migrates this web subsystem config to Undertow
- web.describe-migration.migration-warnings=Any warnings about resources that could not be migrated
- web.migrate.migration-warnings=Any warnings about resources that could not be migrated
- web.migrate.migration-error=The error that occured during migration
- web.container=Common container configuration
- web.container.add=Adds web container
- web.container.remove=Removes web container
- web.container.welcome-file=A welcome file's declaration.
- web.container.welcome-file.welcome-file=A welcome file declaration.
- web.container.mime-mapping=A mime-mapping definition.
- web.container.mime-mapping.mime-mapping=A mime-mapping definition.
- web.container.mime-mapping.add-mime=Adds mime type
- web.container.mime-mapping.add-mime.name=A mime-mapping name.
- web.container.mime-mapping.add-mime.value=A mime-mapping value.
- web.container.mime-mapping.remove-mime=Remove mime type
- web.container.mime-mapping.remove-mime.name=A mime-mapping name.
- web.configuration.welcome-file=A welcome file declaration.
- web.configuration=The common web container configuration.
- web.configuration.container=Mime-mapping and welcome-file management web container sub-configuration.
- web.configuration.static=Static files serving configuration.
- web.configuration.static.add=Add static configuration
- web.configuration.static.remove=Remove static configuration
- web.configuration.static.listings=Enable folder listings.
- web.configuration.static.sendfile=Enable sendfile if possible, for files bigger than the specified byte size.
- web.configuration.static.file-encoding=Force a file encoding.
- web.configuration.static.read-only=Allow write HTTP methods (PUT, DELETE).
- web.configuration.static.webdav=Enable WebDAV functionality.
- web.configuration.static.secret=Secret for WebDAV locking operations.
- web.configuration.static.max-depth=Maximum recursion for PROPFIND.
- web.configuration.static.disabled=Disables the default Servlet mapping.
- web.configuration.jsp.add=Adds Jakarta Server Pages container configuration.
- web.configuration.jsp.remove=Removes Jakarta Server Pages container configuration.
- web.configuration.jsp=Jakarta Server Pages container configuration.
- web.configuration.jsp.development=Enable the development mode, which gives more information when an error occurs.
- web.configuration.jsp.disabled=Enable the Jakarta Server Pages container.
- web.configuration.jsp.keep-generated=Keep the generated Servlets.
- web.configuration.jsp.trim-spaces=Trim some spaces from the generated Servlet.
- web.configuration.jsp.tag-pooling=Enable tag pooling.
- web.configuration.jsp.mapped-file=Map to the Jakarta Server Pages source.
- web.configuration.jsp.check-interval=Check interval for Jakarta Server Pages updates using a background thread.
- web.configuration.jsp.modification-test-interval=Minimum amount of time between two tests for updates, in seconds.
- web.configuration.jsp.recompile-on-fail=Retry failed Jakarta Server Pages compilations on each request.
- web.configuration.jsp.smap=Enable SMAP.
- web.configuration.jsp.dump-smap=Write SMAP data to a file.
- web.configuration.jsp.generate-strings-as-char-arrays=Generate String constants as char arrays.
- web.configuration.jsp.error-on-use-bean-invalid-class-attribute=Enable errors when using a bad class in useBean.
- web.configuration.jsp.scratch-dir=Specify a different work directory.
- web.configuration.jsp.source-vm=Source VM level for compilation.
- web.configuration.jsp.target-vm=Target VM level for compilation.
- web.configuration.jsp.java-encoding=Specify the encoding used for Java sources.
- web.configuration.jsp.x-powered-by=Enable advertising the Jakarta Server Pages engine in x-powered-by.
- web.configuration.jsp.display-source-fragment=When a runtime error occurs, attempts to display corresponding Jakarta Server Pages source fragment.
- web.connector=A web connector.
- web.connector.add=Add a new web connector.
- web.connector.remove=Remove an existing web connector
- web.connector.name=A unique name for the connector.
- web.connector.protocol=The web connector protocol.
- web.connector.scheme=The web connector scheme.
- web.connector.socket-binding=The web connector socket-binding reference, this connector should be bound to.
- web.connector.enabled=Defines whether the connector should be started on startup.
- web.connector.executor=The name of the executor that should be used for the processing threads of this connector. If undefined defaults to using an internal pool.
- web.connector.enable-lookups=Enable DNS lookups for Servlet API.
- web.connector.proxy-binding=The socket binding to define the host and port that will be used when sending a redirect. The default value is null.
- web.connector.proxy-name=The host name that will be used when sending a redirect. The default value is null.
- web.connector.proxy-port=The port that will be used when sending a redirect.
- web.connector.max-post-size=Maximum size in bytes of a POST request that can be parsed by the container.
- web.connector.max-save-post-size=Maximum size in bytes of a POST request that will be saved during certain authentication schemes.
- web.connector.secure=Indicates if content sent or received by the connector is secured from the user perspective.
- web.connector.redirect-binding=The socket binding to define the port for redirection to a secure connector.
- web.connector.redirect-port=The port for redirection to a secure connector.
- web.connector.max-connections=Amount of concurrent connections that can be processed by the connector with optimum performance. The default value depends on the connector used.
- web.connector.virtual-server=The list of virtual servers that can be accessed through this connector. The default is to allow all virtual servers.
- web.connector.virtual-server.virtual-server=Name of of virtual server that can be accessed through this connector.
- web.connector.bytesSent=Number of byte sent by the connector.
- web.connector.bytesReceived=Number of byte received by the connector (POST data).
- web.connector.processingTime=Processing time used by the connector. In milli-seconds.
- web.connector.errorCount=Number of errors that have occurred in the connector when processing requests.
- web.connector.maxTime=Max time spent to process a requests.
- web.connector.requestCount=Number of requests processed by the connector.
- web.connector.configuration=Various additional configuration
- web.connector.ssl=The SSL configuration of the connector.
- web.connector.ssl.add=Add an SSL configuration of the connector.
- web.connector.ssl.remove=Remove the SSL configuration of the connector.
- web.connector.ssl.name=The configuration name.
- web.connector.ssl.key-alias=The key alias.
- web.connector.ssl.password=Password.
- web.connector.ssl.certificate-key-file=Key file for the certificate.
- web.connector.ssl.cipher-suite=The allowed cipher suite.
- web.connector.ssl.protocol=The SSL protocols that are enabled.
- web.connector.ssl.verify-client=Enable client certificate verification.
- web.connector.ssl.verify-depth=Limit certificate nesting.
- web.connector.ssl.certificate-file=Server certificate file.
- web.connector.ssl.ca-certificate-file=Certificate authority.
- web.connector.ssl.ca-certificate-password=Certificate password.
- web.connector.ssl.ca-revocation-url=Certificate authority revocation list.
- web.connector.ssl.session-cache-size=SSL session cache.
- web.connector.ssl.session-timeout=SSL session cache timeout.
- web.connector.ssl.truststore-type=Type of the truststore, There are various types of keystores available, including "PKCS12" and Sun's "JKS."
- web.connector.ssl.keystore-type=Type of the keystore, There are various types of keystores available, including "PKCS12" and Sun's "JKS."
- web.connector.ssl.ssl-protocol=Name of custom ssl protocol provider
- web.virtual-server=A virtual host.
- web.virtual-server.add=Add a new virtual-server
- web.virtual-server.remove=Remove an existing virtual-server
- web.virtual-server.name=A unique virtual host name
- web.virtual-server.alias=The virtual server aliases
- web.virtual-server.alias.alias=The virtual server alias
- web.virtual-server.default-web-module=The web module deployment name that will be mapped as the root webapp.
- web.virtual-server.enable-welcome-root=Whether or not the bundled welcome directory is used as the root web context.
- web.virtual-server.configuration=configuration of virtual server
- web.virtual-server.access-log=The access log configuration for this virtual server.
- web.virtual-server.access-log.add=Add access log configuration to this virtual server.
- web.virtual-server.access-log.remove=Remove access log configuration from this virtual server.
- web.virtual-server.access-log.pattern=The access log pattern.
- web.virtual-server.access-log.resolve-hosts=Host resolution.
- web.virtual-server.access-log.extended=Enable extended pattern, with more options.
- web.virtual-server.access-log.prefix=Prefix for the log file name.
- web.virtual-server.access-log.rotate=Rotate the access log every day.
- web.virtual-server.access-log.setting=Settings for access log
- web.virtual-server.access-log.directory=The location for the access logging.
- web.virtual-server.access-log.directory.add=Adds directory
- web.virtual-server.access-log.directory.remove=Removes directory
- web.virtual-server.access-log.directory.path=The relative folder path.
- web.virtual-server.access-log.directory.relative-to=The folder the path is relative to.
- web.virtual-server.rewrite=A list of rewrite rules that will be processed in order on the URL or vhost specified in the request.
- web.virtual-server.rewrite.add=Add a rule to the list of rewrite rules.
- web.virtual-server.rewrite.remove=Remove a rule from the list of rewrite rules.
- web.virtual-server.rewrite.pattern=The pattern that will be matched.
- web.virtual-server.rewrite.substitution=The string that will replace the original URL or vhost.
- web.virtual-server.rewrite.flags=Option flags for this rewrite rule.
- web.virtual-server.rewrite.condition=A list of conditions this rule needs to match for rewrite to occur.
- web.virtual-server.rewrite.condition.add=Add a condition to the list of conditions of the rule.
- web.virtual-server.rewrite.condition.remove=Remove a condition from the list of conditions of the rule.
- web.virtual-server.rewrite.condition.test=Test pattern for the condition.
- web.virtual-server.rewrite.condition.pattern=The pattern to match.
- web.virtual-server.rewrite.condition.flags=Option flags for this condition.
- web.virtual-server.sso=The SSO configuration for this virtual server.
- web.virtual-server.sso.add=Add a SSO configuration for this virtual server.
- web.virtual-server.sso.remove=Erase the SSO configuration from the virtual server.
- web.virtual-server.sso.cache-container=Enables clustered SSO using the specified clustered cache container.
- web.virtual-server.sso.cache-name=Name of the cache to use in the cache container.
- web.virtual-server.sso.domain=The cookie domain that will be used.
- web.virtual-server.sso.http-only=The cookie http-only flag will be set.
- web.virtual-server.sso.reauthenticate=Enables reauthentication with the realm when using SSO.
- web.deployment=Runtime resources exposed by web components in the deployment.
- web.servlet=Runtime resources exposed by web components in the deployment.
- web.deployment.servlet=Runtime information about the servlets in the deployment.
- web.deployment.servlet.load-time=Load time
- web.deployment.servlet.maxTime=Maximum processing time of a request
- web.deployment.servlet.min-time=Minimum processing time of a request
- web.deployment.servlet.processingTime=Total execution time of the servlet's service method
- web.deployment.servlet.requestCount=Number of requests processed by this servlet
- web.valve=A global valve.
- web.valve.name=A unique name for the Valve.
- web.valve.module=Module where to find the valve.
- web.valve.class-name=Name of the class containing the Valve
- web.valve.enabled=Defines whether the Valve should be started on startup.
- web.valve.param=Parameter for the Valve like param-name="name" param-value="value"
- web.valve.param.add-param=Add parameter to the Valve.
- web.valve.param.add-param.param-name=Name of the parameter.
- web.valve.param.add-param.param-value=Value of the parameter.
- web.valve.param.remove-param=Remove parameter from the Valve.
- web.valve.param.remove-param.param-name=Name of the parameter.
- web.valve.add=Add a global valve.
- web.valve.remove=Remove a global valve.
- web.deployment.context-root=The context root of the web application
- web.deployment.virtual-host=The name of the virtual host on which the web application is served
- web.deployment.active-sessions=Number of active sessions
- web.deployment.expired-sessions=Number of sessions that have expired
- web.deployment.rejected-sessions=Number of rejected sessions
- web.deployment.max-active-sessions=Max number of concurrent active sessions
- web.deployment.sessions-created=Total sessions created
- web.deployment.duplicated-session-ids=Number of duplicated session IDs generated by the random source (anything \
- bigger than 0 means problems)
- web.deployment.session-avg-alive-time=Average time (in seconds) that expired sessions had been alive
- web.deployment.session-max-alive-time=The longest time (in seconds) that an expired session had been alive