Hi Ton,y
On 17.06.2010 21:49, Tony Giaccone wrote:
>
> On Jun 17, 2010, at 10:10 AM, Felix Meschberger wrote:
>
>> sling.home
> Felix,
>
>
> I'm such a literal guy.. I need a bit of hand holding..
;-)
I mean in the web.xml file, where the SlingServlet is configured, you
can define init-params. You set sling.home there, something like:
<init-param>
<param-name>sling.home</param-name>
<param-value>/var/sling</param-value>
</init-param>
This will cause everything currently below "sling" to be placed inside
/var/sling (requiring access to this filesystem location ;-) ) This
includes also the filesystem data of the repository.
Look at the web.xml file enclosed in the sling launchpad .war file. You
should see some commment and even a prepared <init-param> element for
you to start with.
Hope, this helps.
Regards
Felix
>
>
> do you mean that by setting this property
>
>
> sling.home
>
> in
>
> sling/launchpad/base/src/main/resources/sling.properites
>
> which is currently set to
>
> sling.home = sling
>
>
> to something like:
>
> sling.home = /sling
>
> that I would move the sling and all the deployed directories to a different
> location on the file system?
>
>
>
> Tony