Re: [xwiki-users] webdav access on virtual wikis

2010-07-31 Thread Asiri Rathnayake
Hi,

On Fri, Jul 30, 2010 at 8:10 PM, Thomas Hoeschele  wrote:

> Hi Asiri,
>
> thanks for the quick reply,
>
> its path based farm, thats why I'm struggling I suppose.
> So there is a webdav access to the virtual wiki it just needs the correct
> address.
> Any Idea what would be the address?
>

I'm really sorry but I'm clue-less in this case. I think you should report a
JIRA saying that webdav doesn't work in path based wiki farms (or may be
even perhaps in any virtual wiki configuration). At least, there should be
some documentation regarding this.

One interesting experiment though is to try changing the webdav servlet
mapping in web.xml file. As you can see in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HConfiguringWebDAV28since1.729webdav
servlet is mapped so that it handles any request matching /webdav/*
pattern. What you can do is try to change this mapping so that it
effectively becomes //webdav/*. This is just an un-proven idea,
but it might work if all goes well.

I wish I had enough time to look into this myself :(

- Asiri


>
> best regards
> Thomas
>
>  Original-Nachricht 
> > Datum: Fri, 30 Jul 2010 19:53:01 +0530
> > Von: Asiri Rathnayake 
> > An: XWiki Users 
> > Betreff: Re: [xwiki-users] webdav access on virtual wikis
>
> > Hi Thomas,
> >
> > On Fri, Jul 30, 2010 at 6:51 PM, Thomas Hoeschele 
> > wrote:
> >
> > > Hallo everybody,
> > >
> > > there is probably an easy solution for this: I would like to have
> access
> > > the virtual Wikis in my farm through the webdav interface like I do
> > access
> > > the main wiki.
> > >
> >
> > I don't exactly remember how we implemented support for virtual wikis in
> > webdave module. Anyway, what kind of a virtual wiki configuration you
> > have?
> > path based or domain name based?
> >
> > If it's a domain name based setup, i think you should be able to access
> > the
> > virtual wiki via webdav the same way you access the main wiki.  That is:
> >
> > http://domain.tld/xwiki/webdav -> main wiki
> >
> > http://subdomain.domain.tld/xwiki/webdav -> 'subdomain' virtual wiki
> >
> > Let us know if it works.
> >
> > Thanks.
> >
> > - Asiri
> >
> >
> > >
> > > Can anybody help me out here?
> > > --
> > > GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> > > Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
> > > ___
> > > users mailing list
> > > users@xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
> --
> GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl.
> Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] webdav access on virtual wikis

2010-07-30 Thread Thomas Hoeschele
Hi Asiri,

thanks for the quick reply,

its path based farm, thats why I'm struggling I suppose.
So there is a webdav access to the virtual wiki it just needs the correct 
address.
Any Idea what would be the address?

best regards 
Thomas

 Original-Nachricht 
> Datum: Fri, 30 Jul 2010 19:53:01 +0530
> Von: Asiri Rathnayake 
> An: XWiki Users 
> Betreff: Re: [xwiki-users] webdav access on virtual wikis

> Hi Thomas,
> 
> On Fri, Jul 30, 2010 at 6:51 PM, Thomas Hoeschele 
> wrote:
> 
> > Hallo everybody,
> >
> > there is probably an easy solution for this: I would like to have access
> > the virtual Wikis in my farm through the webdav interface like I do
> access
> > the main wiki.
> >
> 
> I don't exactly remember how we implemented support for virtual wikis in
> webdave module. Anyway, what kind of a virtual wiki configuration you
> have?
> path based or domain name based?
> 
> If it's a domain name based setup, i think you should be able to access
> the
> virtual wiki via webdav the same way you access the main wiki.  That is:
> 
> http://domain.tld/xwiki/webdav -> main wiki
> 
> http://subdomain.domain.tld/xwiki/webdav -> 'subdomain' virtual wiki
> 
> Let us know if it works.
> 
> Thanks.
> 
> - Asiri
> 
> 
> >
> > Can anybody help me out here?
> > --
> > GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> > Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users

-- 
GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl.  
Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] webdav access on virtual wikis

2010-07-30 Thread Asiri Rathnayake
Hi Thomas,

On Fri, Jul 30, 2010 at 6:51 PM, Thomas Hoeschele  wrote:

> Hallo everybody,
>
> there is probably an easy solution for this: I would like to have access
> the virtual Wikis in my farm through the webdav interface like I do access
> the main wiki.
>

I don't exactly remember how we implemented support for virtual wikis in
webdave module. Anyway, what kind of a virtual wiki configuration you have?
path based or domain name based?

If it's a domain name based setup, i think you should be able to access the
virtual wiki via webdav the same way you access the main wiki.  That is:

http://domain.tld/xwiki/webdav -> main wiki

http://subdomain.domain.tld/xwiki/webdav -> 'subdomain' virtual wiki

Let us know if it works.

Thanks.

- Asiri


>
> Can anybody help me out here?
> --
> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] webdav access on virtual wikis

2010-07-30 Thread Thomas Hoeschele
Hallo everybody,

there is probably an easy solution for this: I would like to have access the 
virtual Wikis in my farm through the webdav interface like I do access the main 
wiki.

Can anybody help me out here?
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users