Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 21654 invoked from network); 2 Jun 2010 18:48:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 18:48:52 -0000 Received: (qmail 82696 invoked by uid 500); 2 Jun 2010 18:48:52 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 82669 invoked by uid 500); 2 Jun 2010 18:48:52 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 82662 invoked by uid 99); 2 Jun 2010 18:48:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 18:48:52 +0000 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; Wed, 02 Jun 2010 18:48:49 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id A410417DB7; Wed, 2 Jun 2010 18:48:28 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 02 Jun 2010 18:48:28 -0000 Message-ID: <20100602184828.22408.51702@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22SolrInstall=22_by_HossMan?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "SolrInstall" page has been changed by HossMan. The comment on this change is: note about locale and charset. http://wiki.apache.org/solr/SolrInstall?action=3Ddiff&rev1=3D21&rev2=3D22 -------------------------------------------------- * Java5 or greater installed * A servlet container such as Tomcat, Jetty, or Resin * A [[http://people.apache.org/builds/lucene/solr/nightly/|Solr distribu= tion]] + * Although Solr strives to be agnostic of the Locale where the server is= running, some code paths may inadvertently be depending on the System defa= ult Locale, or Charset. It is recommended that when running Solr you set t= he following system properties: {{{-Duser.language=3Den -Duser.country=3DUS= }}} = =3D=3D Setup =3D=3D * Stop your servlet container