| Package | Description |
|---|---|
| org.apache.jackrabbit.j2ee |
| Class and Description |
|---|
| AbstractConfig
Abstract configuration class that is based on a bean map.
|
| BootstrapConfig
The bootstrap configuration hold information about initial startup
parameters like repository config and home.
|
| JNDIConfig
The JNDI config hold information about JNDI connection details.
|
| RepositoryAccessServlet
This Class implements a servlet that is used as unified mechanism to retrieve
a jcr repository either through JNDI or RMI.
|
| RepositoryAccessServlet.ClientFactoryDelegater
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
optional class for RMI, will only be used, if RMI client is present |
| RepositoryStartupServlet
The RepositoryStartupServlet starts a jackrabbit repository and registers it
to the JNDI environment and optional to the RMI registry.
|
| RepositoryStartupServlet.RemoteFactoryDelegater
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
optional class for RMI, will only be used, if RMI server is present |
| RMIConfig
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
The RMI config hold information about RMI connection details. It supports the following properties and init parameters:
+-------------------+--------------------+
| Property Name | Init-Param Name |
+-------------------+--------------------+
| rmi.enable | {rmi-port sepc.} |
| rmi.host | rmi-host |
| rmi.port | rmi-port |
| rmi.name | {repository name} |
| rmi.url | rmi-url |
+-------------------+--------------------+
|
| ServletExceptionWithCause
Utility class that links
ServletException with support for
the exception chaining mechanism in Throwable. |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.