[ckan-changes] [okfn/ckan] 071b96: [doc][xs] Nicer fix for SOLR JDK startup issue
GitHub
noreply at github.com
Sun Apr 29 16:19:38 UTC 2012
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: 071b9668ca9c36842d24c710b6028e55402f97a5
https://github.com/okfn/ckan/commit/071b9668ca9c36842d24c710b6028e55402f97a5
Author: amercader <amercadero at gmail.com>
Date: 2012-04-29 (Sun, 29 Apr 2012)
Changed paths:
M doc/solr-setup.rst
Log Message:
-----------
[doc][xs] Nicer fix for SOLR JDK startup issue
diff --git a/doc/solr-setup.rst b/doc/solr-setup.rst
index 3c158b2..395da67 100644
--- a/doc/solr-setup.rst
+++ b/doc/solr-setup.rst
@@ -50,13 +50,12 @@ and the admin site::
http://localhost:8983/solr/admin
-.. note:: If you get the message `Could not start Jetty servlet engine because no Java Development Kit (JDK) was found.` then you will have to edit /etc/profile and add this line to the end such as this to the end (adjusting the path for your machine's jdk install):
+.. note:: If you get the message ``Could not start Jetty servlet engine because no Java Development Kit (JDK) was found.`` then you will have to edit the ``JAVA_HOME`` setting in ``/etc/default/jetty`` (adjusting the path for your machine's JDK install):
``JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64/``
Now run::
- export JAVA_HOME
sudo service jetty start
================================================================
More information about the ckan-changes
mailing list