# # 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. # # # This file contains localization strings for configuration labels and # descriptions as used in the metatype.xml descriptor generated by the # the Sling SCR plugin # # JNDI Registration Support jndi.name = Apache Sling JCR Repository JNDI Registrar jndi.description = The JNDI Registrar listens for embedded repositories \ to be registered as services and registers them in the JNDI context under the \ name specified in the "name" service property. jndi.factory.name = Initial Context Factory jndi.factory.description = The fully qualified class name of the factory class \ that will create an initial context. jndi.providerurl.name = Provider URL jndi.providerurl.description = An URL string for the service provider (e.g. \ "ldap://somehost:389"). # # RMI Registration Support rmi.name = Apache Sling JCR Repository RMI Registrar rmi.description = The RMI Registrar listens for embedded repositories \ to be registered as services and registers them in an RMI registry under the \ name specified in the "name" service property. rmi.port.name = Port Number rmi.port.description = Port number of the RMI registry to use. The RMI Registrar \ first tries to create a private RMI registry at this port. If this fails, an \ existing registry is tried to connect at this port on local host. If this \ number is negative, the RMI Registrar is disabled. If this number is higher \ than 65535, an error message is logged and the RMI Registrar is also \ disabled. If this number is zero, the system default RMI Registry port 1099 \ is used.