Hi, I found that moving http://sling.apache.org/site/the-sling-launchpad.html sling home to a new location is not trivial because the full path to the old location is stored in the configuration. In my case I found it in config and home parameters in <sling.home>/config/org/apache/sling/jcr/jackrabbit/server/SlingServerRepository/4b089faf-5ba2-456b-bc1c-78500fa71310.config After updating these manually to the new location it seems to work fine.
Probably in the future this could use a relative path or it could be set dynamically withthe current sling.home (as it seems to be done in sling.properties). BTW the sling home location sling/launchpad/builder/sling suggested in http://sling.apache.org/site/getting-and-building-sling.html Getting and Building Sling might not be a good choice as it is deleted by a clean build (mvn clean) and the whole repository is lost. Best regards, Peter -- View this message in context: http://apache-sling.73963.n3.nabble.com/Moving-sling-home-tp2607807p2607807.html Sent from the Sling - Users mailing list archive at Nabble.com.
