Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 80768 invoked from network); 24 Jun 2008 14:03:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jun 2008 14:03:33 -0000 Received: (qmail 44612 invoked by uid 500); 24 Jun 2008 14:03:32 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 44590 invoked by uid 500); 24 Jun 2008 14:03:32 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 44579 invoked by uid 99); 24 Jun 2008 14:03:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 07:03:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wade.girard@comcast.net designates 76.96.30.16 as permitted sender) Received: from [76.96.30.16] (HELO QMTA01.emeryville.ca.mail.comcast.net) (76.96.30.16) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 14:02:40 +0000 Received: from OMTA05.emeryville.ca.mail.comcast.net ([76.96.30.43]) by QMTA01.emeryville.ca.mail.comcast.net with comcast id hm6Q1Z00U0vp7WLA10Gm00; Tue, 24 Jun 2008 14:02:52 +0000 Received: from animal.mqsoftware.com ([66.192.70.99]) by OMTA05.emeryville.ca.mail.comcast.net with comcast id hq2e1Z00528X1RN8Rq2kZ4; Tue, 24 Jun 2008 14:02:48 +0000 X-Authority-Analysis: v=1.0 c=1 a=jyxopZ4ilqaC6Gl6yAMA:9 a=9pEcgLHT0eKXUvz4_OUA:7 a=pjWUsfLLpCJd0YHzPNbOtSXW__0A:4 a=si9q_4b84H0A:10 a=Habk1vZHfC8A:10 a=MSl-tDqOz04A:10 a=gi0PWCVxevcA:10 Message-Id: <4785BC54-0D2F-4994-9AD3-51D170C13AA5@comcast.net> From: Wade Girard To: users@jackrabbit.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Subject: Re: Can anyone explain Date: Tue, 24 Jun 2008 09:02:38 -0500 References: <2FFE82E0-08F2-4E98-BCAB-5E10460AF204@comcast.net> X-Mailer: Apple Mail (2.924) X-Virus-Checked: Checked by ClamAV on apache.org I think I see what I might be running into. If you take the jackrabbit- webapp-1.4 that is currently distributed, set it up, create a default repository, then go to the url http://hostname:port/jackrabbit-webapp-1.4/repository (note that the repository name was purposely left off) You will get an HTTP ERROR 500, and no stack trace in the log, I tried this with tomcat so I know that it is not just a jetty thing. I have the feeling that when I tell the server to map /MyRepository to the webapp, the webapp must not be getting the name of the repository from the URL. I do not know why, maybe it has something to do with how context mapping is handled. Is it possible to define to jackrabbit a "one and only default repository" so that it just serves up one rep and does not require a name?? On Jun 23, 2008, at 11:22 AM, Alexander Klimetschek wrote: > If there is no underlying error related to the 500 shown anywhere, > maybe you try the same setup in a Tomcat and see what it says. > > Regards, > Alex > > On Mon, Jun 23, 2008 at 9:18 AM, Wade Girard > wrote: >> Can anyone tell me why when I create a context mapping for >> jackrabbit in >> jetty that looks like: >> >> > class="org.mortbay.jetty.webapp.WebAppContext"> >> >> > default="."/>/webapps/jackrabbit-webapp-1.4.war >> /MyRepository >> >> >> I get an HTTP ERROR 500 with no stack trace or error from jetty or >> jackrabbit in the log if I try to access http://hostname:port/ >> MyRepository >> >> But if I change the context definition to map to "/" like this: >> >> > class="org.mortbay.jetty.webapp.WebAppContext"> >> >> > default="."/>/webapps/jackrabbit-webapp-1.4.war >> / >> >> >> I can access the repository just fine without any problems using >> the same >> URL as describe above? >> >> > > > > -- > Alexander Klimetschek > alexander.klimetschek@day.com Wade Girard wade.girard@gmail.com