<%@ page import="org.apache.jackrabbit.j2ee.JCRWebdavServerServlet, org.apache.jackrabbit.j2ee.RepositoryAccessServlet, org.apache.jackrabbit.j2ee.SimpleWebdavServlet, java.net.URI, javax.jcr.Repository" %><%-- 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. --%><% Repository rep; try { rep = RepositoryAccessServlet.getRepository(pageContext.getServletContext()); } catch (Throwable e) { log("Error accesing the repository", e); %><% } request.setAttribute("title", "Apache Jackrabbit JCR Server"); %>

Welcome to the Apache Jackrabbit JCR Server. This web application contains a JCR content repository and makes it available to clients through WebDAV and other means.

The following two WebDAV views are provided for accessing the content in the JCR content repository.

Clients can also access the repository using the JCR API. Both local and remote access is supported.

About Apache Jackrabbit

Apache Jackrabbit is a fully conforming implementation of the Content Repository for Java Technology API (JCR). A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more. Typical applications that use content repositories include content management, document management, and records management systems.

Version 1.0 of the JCR API was specified by the Java Specification Request 170 (JSR 170) and work on the JCR version 2.0 has begun in JSR 283.

Apache Jackrabbit is a project of the Apache Software Foundation.