Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 35314 invoked from network); 24 Apr 2006 07:27:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Apr 2006 07:27:03 -0000 Received: (qmail 80959 invoked by uid 500); 24 Apr 2006 07:27:00 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 80900 invoked by uid 500); 24 Apr 2006 07:26:59 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 80891 invoked by uid 99); 24 Apr 2006 07:26:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 00:26:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.27.42.36] (HELO smtp6-g19.free.fr) (212.27.42.36) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 00:26:59 -0700 Received: from [192.168.1.100] (lal69-3-82-241-209-76.fbx.proxad.net [82.241.209.76]) by smtp6-g19.free.fr (Postfix) with ESMTP id CF302222DA for ; Mon, 24 Apr 2006 09:26:34 +0200 (CEST) Message-ID: <444C7DAF.4060608@nuxeo.com> Date: Mon, 24 Apr 2006 09:26:39 +0200 From: Cedric Bosdonnat User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: Using JCR-RMI with the jackrabbit-server Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi everybody, I'm new here and trying to get a connection to the JCR server servlet throught RMI. I can't figure out what is wrong... To write the client code (a small test) I followed the JCR-API instructions (client package). The configuration of the servlet is at the end of the mail. Some questions to check what I might do wrong: + What is the default port used for RMI ? + is the //localhost/jackrabbit.repository url correct ? + is there something else to add ? Thanks for your help, Cedric ------------- %< -- META-INF/context.xml -- %<------------ ------------ %< -- WEB-INF/web.xml -- %<------------ I uncommented all the RMI related lines and added at the end: jcr/repository javax.jcr.Repository