Re: download binary content

2007-12-20 Thread Alex Lukin
Wednesday 19 December 2007 23:38:08 wdlcs написав: > Hi Alex...could you explain me how to enabled SimpleWebDav servlet from > Jackrabbit?.I'm kind of lost in that part. > Regards. > Well, it depends of your deployment model. See http://jackrabbit.apache.org/doc/deploy.html The simpliest way is:

Re: download binary content

2007-12-19 Thread wdlcs
Millis (f.lastModified ()); > resource.setProperty("jcr:lastModified", lastModified); > > After that you can acces this node by any browser or webdav client using > URL > like: http://myhost/myapp/repository/default/PathToMyFiles/MyFile.jpg > Simp

Re: download binary content

2007-12-11 Thread wdlcs
odified); > > After that you can acces this node by any browser or webdav client using > URL > like: http://myhost/myapp/repository/default/PathToMyFiles/MyFile.jpg > SimpleWebDav servlet from jackrabbit distro must be enabled ofcourse. > -- > SY, Alex Lukin > RIPE NIC HDL: LEXA1-RIPE > > -- View this message in context: http://www.nabble.com/download-binary-content-tp14260127p14280943.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Re: download binary content

2007-12-11 Thread wdlcs
you mean adding images, zip files, etc to the repository through >>> JCR/Jackrabbit? >>> >>> >>> Cheers >>> >>> Michael >>> >>> >>>> (My repository content is a >>>> PostgreSQL database). >>>> >>>>

Re: download binary content

2007-12-11 Thread Fabián Mandelbaum
I've answered another post that is related to this one I think. For "download URL" I understand something like: /full/path/to/jcr/node/having/the/bin/content/property/jcr:content/jcr:data which may not work at all, because I think that the (only) way to get content out of the repo is with the sm

Re: download binary content

2007-12-11 Thread wdlcs
> [EMAIL PROTECTED], [EMAIL PROTECTED] > +41 44 272 91 61 > > > -- View this message in context: http://www.nabble.com/download-binary-content-tp14260127p14275888.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Re: download binary content

2007-12-10 Thread Alex Lukin
Hi! Monday 10 December 2007 21:50:48 wdlcs написав: > Hi all, I would like to know it's possible to get the download URL of a > binary content in the content repository, (My repository content is a > PostgreSQL database). > Thanks in advance. First, you must create right node for binary content. I

Re: download binary content

2007-12-10 Thread Michael Wechner
wdlcs wrote: Hi all, I would like to know it's possible to get the download URL of a binary content in the content repository, you mean adding images, zip files, etc to the repository through JCR/Jackrabbit? Cheers Michael (My repository content is a PostgreSQL database). Thank

download binary content

2007-12-10 Thread wdlcs
Hi all, I would like to know it's possible to get the download URL of a binary content in the content repository, (My repository content is a PostgreSQL database). Thanks in advance. -- View this message in context: http://www.nabble.com/download-binary-content-tp14260127p14260127.html