Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SolrInstall" page has been changed by JanHoydahl. The comment on this change is: Note about need for JDK for full international charset support. http://wiki.apache.org/solr/SolrInstall?action=diff&rev1=26&rev2=27 -------------------------------------------------- * A servlet container such as Tomcat, Jetty, or Resin * A [[http://www.apache.org/dyn/closer.cgi/lucene/solr/|Solr distribution]] (Or a [[http://wiki.apache.org/solr/NightlyBuilds|Nightly build]] if you want the latest) * Although Solr strives to be agnostic of the Locale where the server is running, some code paths may inadvertently be depending on the System default Locale, or Charset. (In particular, there are [[https://issues.apache.org/jira/browse/SOLR-2271|known bugs in Sun's JVM dealing with XSLTs in non English locales]]) It is recommended that when running Solr you set the following system properties: {{{-Duser.language=en -Duser.country=US}}} + * For full international charset support, please make sure you use a full Java JDK, as opposed to the default JRE which is pre-installed on many computers == Setup == * Stop your servlet container