Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-12 Thread Felix Meschberger
Hi Torgeir, Torgeir Veimo schrieb: On 25 Jul 2008, at 23:53, Felix Meschberger (JIRA) wrote: The filesystem resource provider is your friend: Create a configuration mapping sling.home into the resource tree and start looking at it. Can someone provide the exact details of what to change

Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-12 Thread Torgeir Veimo
On 12 Aug 2008, at 16:00, Felix Meschberger wrote: Nothing needs to be changed to the sling.properties file. Just create a configuration object with the Provider Root set to the location where you want to hook (mount) the filesystem provider in the resource tree and set the Filesystem

Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-12 Thread Felix Meschberger
Hi Torgeir, Torgeir Veimo schrieb: On 12 Aug 2008, at 16:00, Felix Meschberger wrote: Nothing needs to be changed to the sling.properties file. Just create a configuration object with the Provider Root set to the location where you want to hook (mount) the filesystem provider in the

Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-12 Thread Torgeir Veimo
On 12 Aug 2008, at 19:43, Felix Meschberger wrote: Ok, I found it and tried configuring with eg. provider.roots = test and provider.file = . I still cannot seem to trigger that this one is being used when trying to access localhost/sling/test/. Any ideas? Could it be that the

Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-12 Thread Felix Meschberger
Hi Torgeir, Torgeir Veimo schrieb: Starting with a fresh org.apache.sling.launchpad.webapp-4-incubator-SNAPSHOT.war (from trunk) deployed as sling.war into a tomcat instance. Also deploying FsResourceProvider bundle using mangement console. ok, freshly built FsResourceProvider from

Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-12 Thread Torgeir Veimo
On 12 Aug 2008, at 20:30, Felix Meschberger wrote: Torgeir Veimo schrieb: Starting with a fresh org.apache.sling.launchpad.webapp-4-incubator- SNAPSHOT.war (from trunk) deployed as sling.war into a tomcat instance. Also deploying FsResourceProvider bundle using mangement console. ok,

Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-12 Thread Felix Meschberger
Hi, Torgeir Veimo schrieb: Macintosh-3:fsresource torgeir$ cat ~/java/apache-tomcat-6.0.14/sling/config/org/apache/sling/fsprovider/FsResourceProvider.config service.pid=org.apache.sling.fsprovider.FsResourceProvider provider.roots=/test provider.file=. Ah ! That is the point. The

Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-12 Thread Torgeir Veimo
On 12 Aug 2008, at 21:19, Felix Meschberger wrote: Ah ! That is the point. The FsResourceProvider is a component factory. The configuration you are showing is not one which causes FsResourceProvider to activate. If you are using the old (I think this is default) 1.0 release of the Felix

Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-12 Thread Felix Meschberger
Hi, Torgeir Veimo schrieb: On 12 Aug 2008, at 21:19, Felix Meschberger wrote: Ah ! That is the point. The FsResourceProvider is a component factory. The configuration you are showing is not one which causes FsResourceProvider to activate. If you are using the old (I think this is

Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-12 Thread Torgeir Veimo
On 12 Aug 2008, at 21:43, Felix Meschberger wrote: Hi, Torgeir Veimo schrieb: On 12 Aug 2008, at 21:19, Felix Meschberger wrote: Ah ! That is the point. The FsResourceProvider is a component factory. The configuration you are showing is not one which causes FsResourceProvider to

Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-12 Thread Felix Meschberger
Hi, Torgeir Veimo schrieb: On 12 Aug 2008, at 21:43, Felix Meschberger wrote: Hi, Torgeir Veimo schrieb: On 12 Aug 2008, at 21:19, Felix Meschberger wrote: Ah ! That is the point. The FsResourceProvider is a component factory. The configuration you are showing is not one which causes

Re: [jira] Created: (SLING-583) Implement a file system resource provider

2008-08-11 Thread Torgeir Veimo
On 25 Jul 2008, at 23:53, Felix Meschberger (JIRA) wrote: The filesystem resource provider is your friend: Create a configuration mapping sling.home into the resource tree and start looking at it. Can someone provide the exact details of what to change in sling.properties for this to

[jira] Created: (SLING-583) Implement a file system resource provider

2008-07-25 Thread Felix Meschberger (JIRA)
Implement a file system resource provider - Key: SLING-583 URL: https://issues.apache.org/jira/browse/SLING-583 Project: Sling Issue Type: New Feature Components: Samples