Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 78504 invoked from network); 19 Oct 2006 10:34:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 10:34:41 -0000 Received: (qmail 80934 invoked by uid 500); 19 Oct 2006 10:34:40 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 80923 invoked by uid 500); 19 Oct 2006 10:34:39 -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 80908 invoked by uid 99); 19 Oct 2006 10:34:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 03:34:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.19.7] (HELO sineb-mail-2.sun.com) (192.18.19.7) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 03:34:37 -0700 Received: from fe-apac-06.sun.com (fe-apac-06.sun.com [192.18.19.177] (may be forged)) by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id k9JAYEN4005444 for ; Thu, 19 Oct 2006 18:34:15 +0800 (SGT) Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0J7D00801P6U8N00@mail-apac.sun.com> (original mail from Ruchi.Goel@Sun.COM) for users@jackrabbit.apache.org; Thu, 19 Oct 2006 18:34:14 +0800 (SGT) Received: from [129.158.227.88] by mail-apac.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0J7D005N9PCUY0J7@mail-apac.sun.com> for users@jackrabbit.apache.org; Thu, 19 Oct 2006 18:34:13 +0800 (SGT) Date: Thu, 19 Oct 2006 16:09:51 +0530 From: ruchi goel Subject: Re: Help needed in installing Jackrabbit on Glassfish/Sun Appserver In-reply-to: <337642BF269E9B4688AD6E36BDF700280879EF98@KYLE.office.techtarget.com> Sender: Ruchi.Goel@Sun.COM To: users@jackrabbit.apache.org Message-id: <453755F7.1030005@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en, ja, en-us References: <337642BF269E9B4688AD6E36BDF700280879EF98@KYLE.office.techtarget.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ok. I deployed Jackrabbit RAR as Connector , as a result of which I see the application Jackrabbit-jca-1 under j2ee-modules. This application is collection of all the jackrabbit dependent jars . Now I have following changes in my domain.xml I restarted the server. Still , I do not see the registered repository under c:/testRepository/PortalRepository Am I missing something ? -Ruchi Ottinger, Joseph wrote: >You shouldn't need to do this. Get the Jackrabbit RAR, and install it in >glassfish as a connector. Much easier and has the benefit of actually >being correct - no need to copy files, either. > >-----Original Message----- >From: Ruchi.Goel@Sun.COM [mailto:Ruchi.Goel@Sun.COM] >Sent: Thursday, October 19, 2006 4:54 AM >To: users@jackrabbit.apache.org >Subject: Help needed in installing Jackrabbit on Glassfish/Sun Appserver > >Hi all, > I am trying model2 deployment of JAckrabbit. Was able to successfully >do it on Tomcat . > >Now I want to port it to glassfish/Sun Java Enterprise Server 8.x. I >have followed the following steps. > >1. copied the following from >commons-collections-3.1.jar >concurrent-1.3.4.jar >derby-10.1.3 >jackrabbit-core-1.0.1.jar >jackrabbit-jcr-commons-1.0.1.jar >jackrabbit-jcr-rmi-1.0.1.jar >jcr-1.0.jar >log4j-1.2.8.jar >lucene-1.4.3. >slf4j-log4j12-1.0.jar >xercesImpl-2.6.2 >xmlParserApis-2.0.2.jar > > >from tomcat's commons/lib to /glassfish/domain/domain1/lib. > >2. Added the following in /glassfish/domain/domain1/config/domain.xml > >factory-class="org.apache.jackrabbit.core.jndi.BindableRepositoryFactory >" >jndi-name="jcr/globalRepository" object-type="user" >res-type="javax.jcr.Repository"> > value="c:/repo/repository-xml.xml"/> > > > >3.Restarted the server. > >4. I should see three folders under c:/rep/Repository > something like myrepository,versions,workspaces but I do not see >anything. > >5. Following is c:/repo/repository-xml.xml > > > class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > > > > class="org.apache.jackrabbit.core.security.SimpleAccessManager"/> > class="org.apache.jackrabbit.core.security.SimpleLoginModule"/> > > > defaultWorkspace="default" /> > > class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > > > class="org.apache.jackrabbit.core.state.xml.XMLPersistenceManager" /> > class="org.apache.jackrabbit.core.query.lucene.SearchIndex"> > > > > > class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > > > class="org.apache.jackrabbit.core.state.xml.XMLPersistenceManager" /> > > > > > >Please not that above configuration works fine on Tomcat. > > >Help appreciated. I have to do a POC using Jackrabbit and graffito and >this is a bit urgent. > > >Thanks, >Ruchi > > > > > >