currently brix only runs with jackrabbit, some extra work will be needed to
get it to work with alfresco. brix uses jcr workspaces extensively and until
jcr2.0 there is no standard method for doing this. so brix uses
jackrabbit-specific code to accomplish this. if you want to use it with
alfresco you will have to implement your own WorksapceManager that is
specific to alfresco's workspace management api.

anyways, this is better taken to the brix google discussion.

-igor

On Thu, Oct 16, 2008 at 12:20 AM, Nayak Vishal <[EMAIL PROTECTED]> wrote:

>
>
> I am trying to run the brix demo.
>
> i have configured alfresco in my local system(which will me moved to
> some central repository later).
>
> I have also installed RMI extension to it. So that i can access via rmi.
>
>
> I am facing problems configuring it with alfresco in the
> application.properties.
>
> Does any one have any idea what should go in
> brixdemo.workspaceManagerUrl of application.properties.
>
> What should this workspace manager url contain ???
>
>
>
>
> application.properties
>
> brixdemo.jcr.defaultWorkspace = brix-demo-site
> brixdemo.jcr.login=admin
> brixdemo.jcr.password=admin
> brixdemo.jcr.url=rmi://localhost:1099/javaContentRepository
>
> # url pointing to workspace manager implementation
> # leave empty for filesystem repositories,
> # for rmi backed repositories provide the rmi url
> brixdemo.workspaceManagerUrl=rmi://localhost:1099/javaContentRepository
>
> brixdemo.httpPort=8082
> brixdemo.httpsPort=8443
>
> Regards
> Vishal Nayak
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to