All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openl.tablets.deploy.jackrabbit.bootstrap.properties Maven / Gradle / Ivy

#bootstrap properties for the repository startup servlet.
#Wed Aug 08 17:43:48 EEST 2007

# Repository configuration settings (will be adjusted by installer)
repository.config=jackrabbit/jackrabbit-repository.xml
repository.home=@DEMODIR@/common-repository
repository.name=2TR

# 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}
rmi.uri=//localhost:1099/2TR

# JNDI Settings
# all properties starting with 'java.naming.' will go into the
# environment of the initial context
jndi.enabled=true
# 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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy