From commits-return-6771-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Dec 30 04:40:21 2008 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 99825 invoked from network); 30 Dec 2008 04:40:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2008 04:40:21 -0000 Received: (qmail 93162 invoked by uid 500); 30 Dec 2008 04:40:21 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 93134 invoked by uid 500); 30 Dec 2008 04:40:21 -0000 Mailing-List: contact commits-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 commits@jackrabbit.apache.org Received: (qmail 93124 invoked by uid 99); 30 Dec 2008 04:40:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2008 20:40:21 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2008 04:40:19 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id BFE40118E3 for ; Tue, 30 Dec 2008 04:39:58 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@jackrabbit.apache.org Date: Tue, 30 Dec 2008 04:39:58 -0000 Message-ID: <20081230043958.10365.39193@eos.apache.org> Subject: [Jackrabbit Wiki] Update of "JackRabbitOnTomcat6" by SteveDalton X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by SteveDalton: http://wiki.apache.org/jackrabbit/JackRabbitOnTomcat6 ------------------------------------------------------------------------------ Note: please use mirror + You can now go to http://localhost:8080/jackrabbit and you should see the welcome page. Create a standard default repository (mine is called "jackrabbit") + == Customisation for Mysql == + Create Mysql database (mine called jackrabbit here with standard user/password): + + {{{ + mysqladmin -u root create jackrabbit + mysql -u root jackrabbit -e "GRANT ALL ON jackrabbit.* TO 'jackrabbit'@'localhost' IDENTIFIED BY 'jackrabbit'" + }}} +