# 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 is the template file for the 'bootstrap.properties' that will # be placed in the repository home directory (or whatever is specified # in the "bootstrap-config" init parameter. # Repository configuration settings (will be adjusted by installer) repository.config=repository-config.json repository.home=oak repository.name=jackrabbit.repository bundle.filter=(|(Bundle-SymbolicName=org.apache.jackrabbit*)(Bundle-SymbolicName=org.apache.sling*)(Bundle-SymbolicName=org.apache.felix*)(Bundle-SymbolicName=org.apache.aries*)) #By default do not shutdown OSGi framework upon timeout shutdown.on.timeout=false #Default timeout for waiting for repository service is 300 sec i.e. 5 min startup.timeout=300 #Configure default index definition to enable fulltext search #while creating the repository repository.create.default.indexes=true # RMI Settings rmi.enabled=true rmi.port=0 rmi.host=localhost # If the URI is not specified, it's composed as follows: #rmi.uri=//${rmi.host}:${rmi.port}/${repository.name} # JNDI Settings # all properties starting with 'java.naming.' will go into the # environment of the initial context # TODO Disabling JMDI support by default as DummyInitialContextFactory does # not exist by default jndi.enabled=false # if the name is not specified, it's initialized with the repository.name #jndi.name=${repository.name} java.naming.provider.url=http://www.apache.org/jackrabbit java.naming.factory.initial=org.apache.jackrabbit.core.jndi.provider.DummyInitialContextFactory