For a very similar scenario, I retrieved a javax.sql.DataSource from the
Tomcat JNDI context in a static initializer and retrieved a connection in
the constructor. Here is how to create a data source in Tomcat:
http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasource-examples-howto.html
Hope this
did u got any answer,i have the same problem
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Monday 28 August 2006 16:55, Zac Morris (zmorris) wrote:
> Hi Marco, apreciate the feedback but:
>
> http://support.microsoft.com/kb/q296126/
>
> ...is regarding adding/deleting a contact, and doesn't have any
> information the SUBSCRIBE method.
>
> I'm able to connect and query details perfectl
28, 2006 5:10 AM
To: Slide Users Mailing List
Subject: Re: Question regarding webDAV client and Subscription
On 8/26/06, Zac Morris (zmorris) <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi,
>
> I'm working on a project trying to do a webDAV "update" subscription
> to a
On 8/26/06, Zac Morris (zmorris) <[EMAIL PROTECTED]> wrote:
Hi,
I'm working on a project trying to do a webDAV "update" subscription to an
MS Exchange calendar folder (so if anyone has a working example of doing
this with the Slide - webDAV client that would be very helpful!).
I've tried lot
server. You can go to developer.xythos.com and
download an eval copy.
Thanks,
--Barry
-Original Message-
From: Darren Hartford [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 09, 2006 8:02 AM
To: Slide Users Mailing List
Subject: RE: Question on Slide Functionality
Is it possible
Is it possible? Absolutely!!
Is there an application that already does this for Windows? Not that is
open source that I know of, but would be a great addition.
For an example, you should check out Oracle Drive's capabilities. For a
custom Windows Desktop application, using the built-in .NET webd
Hi Gian,
yes you can.
Regards,
Jeroen
Gian Uberto Lauri wrote:
If I put something like this
/somewhere/store/metadata
/somewhere/work/metadata
/somewhere/store/content
/somewhere/work/content
can I assume that metadat
Well I wasn't meaning having an all-powerful admin, let's change in my
example, full access to write access. We still have the issue that
denying write access to another group which that particular user happens
to belong to, will deny the user write access even if belongs to a group
that explic
>From a security standpoint the concept of an all-powerful admin is a bad
thing. The new ACL-type implementations I've seen seem to moving to a
more localized security policy where it's easier to control who has
access to a resource and it's easier to contain a security breach (since
no one account
On Fri, 2005-01-14 at 10:11 +1100, Michael Smith wrote:
... snip ...
> Now, a client can _also_ use a request for the acl property on a
> resource to figure out what permissions the user has. So it's possible
> (though somewhat tricky) to figure out whether the user would be able to
> write the
Nick Longinow wrote:
Thanks all for replies.
This basically means that if a principal has read access in one group and
read-write in another, then if the read group comes first, then when a
webdav request is made to edit the document, the resource will be streamed
to the user in read-only mode. No
> to the user in read-only mode. Not desirable in some circumstances...
> Anyhow, at least I know now how to proceed. thanks again
> Nick
>
> -Original Message-
> From: Oliver Zeigermann [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 12, 2005 2:09 PM
> To: Sli
circumstances...
Anyhow, at least I know now how to proceed. thanks again
Nick
-Original Message-
From: Oliver Zeigermann [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 12, 2005 2:09 PM
To: Slide Users Mailing List
Subject: Re: Question - is ACL negotiation unchangeable w/ competing
This should be discussed at the webdav mailinglist directly as it is of
interest for all other WebDAV-server vendors.
I'd encourage everyone to join the w3c-dist-auth at w3.org mailing list.
Cheers,
Daniel
"Slide Users Mailing List" schrieb am 13.01.05
04:02:17:
>
> This is ok, but the issue i
This is ok, but the issue is that when checking the ACL for a user
belonging to several groups, the first one that explicitly grants/denies
access is the one that takes effect. This sounds right but sometimes is
not what you expect. For example, you have an admin group that you've
given full ac
Michael Oliver wrote:
Michael, this is EXCELLENT and a very good thing to go into the
Wiki...please! I would but you should get the credit.
Ok. I've put it on the (more-or-less empty, previously) Security page.
Feel free to edit it however you want.
Mike
-
]
-Original Message-
From: Michael Smith [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 12, 2005 3:20 PM
To: Slide Users Mailing List
Subject: Re: Question - is ACL negotiation unchangeable w/ competing
rights ?
Nick Longinow wrote:
> Hi
> If a resource (document) in Slide has an AC
Nick Longinow wrote:
Hi
If a resource (document) in Slide has an ACL with multiple entries for the
same principal, the spec (as I recall it) says that the lesser permission is
applied to requests. ie, if user has read-only access as a member of one
group, and read-write as a member of another group
I read the spec at
http://www.greenbytes.de/tech/webdav/rfc3744.html#acl.evaluation
such that the order is important and not strictness. Slide code says the same.
Oliver
On Wed, 12 Jan 2005 13:15:16 -0500, Nick Longinow
<[EMAIL PROTECTED]> wrote:
> Hi
> If a resource (document) in Slide has an
Yes, caches hold information in memory that otherwise would have to be
gathered from hard disk. You would need to turn off caches if you for
some reason want all information to gathered directly from hard disk,
i.e. if you expect to change it there,
Oliver
On Wed, 3 Nov 2004 17:03:26 -0500, Nick
It is a good approach, thank a lot.
regards
Yong
- Original Message - From: "Ingo Brunberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 24, 2004 7:41 PM
Subject: Re: question about WebdavResource.exists()
> I would recommend not to use ex
I would recommend not to use exists() at all. Whenever I want to check
the existence of a resource I simply use the HEAD method.
For the given example:
if (webdavResource.headMethod("/rootpath/files/test.txt") {
// test.txt exists
}
Regards,
Ingo
> All,
>
> Does anyone know how to use exis
You need to add the new user in the Domain.xml, too.
Tomcat uses the tomcat-users.xml to authenticate. Slide does
authorization against it's user base, which you can build in
Domain.xml.
On 7 Jul 2004 at 14:13, Sheldon Shi wrote:
> I am new to Slide. I am trying hard to figure out how
> role-b
Michael Katz wrote:
Hi,
If a client is using ms network folders to access
slide can we make them enter properties before
posting or changing a file?
No.
--
bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
-
To unsu
Hi Martin,
for me the question was, is a 404 really an exception or something
more usual. To correct myself: Of course an exception should be
thrown. But if we agree that a 404 is a usual respose it would be more
easy for a user if it were a special exception such as
ResourceNotFoundException.
Un
> From: Ingo Brunberg [mailto:[EMAIL PROTECTED]
>
> The "normal" way of creating a new Resource would be to first create a
> WebdavResource of an existing URL, usually the top-level resource, and
> then call resource.putMethod("newPath", "this is my data").
>
> Anyway, throwing an exception does
This is of course the most obvious and elegant solution for this
scenario. Still the question remains: Should an exception be thrown in
case of a 404 response to a PROPFIND request?
Ingo
> Hi Robert,
>
> you have to use another constructor:
> WebdavResource r = new WebdavResource(url,WebdavResou
The "normal" way of creating a new Resource would be to first create a
WebdavResource of an existing URL, usually the top-level resource, and
then call resource.putMethod("newPath", "this is my data").
Anyway, throwing an exception doesn't seem quite right. I guess this
change was introduced to in
Hi Robert,
you have to use another constructor:
WebdavResource r = new WebdavResource(url,WebdavResource.NOACTION,0);
So no propfind is executed before you do the put request.
HTH
Martin
> -Original Message-
> From: Robert Bjornson [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 11. D
DB tables for versions previous to 4.0.14
as for the out of memory problems its probably due to server configuration,
so i will check it.
-Original Message-
From: Wendt, Alexander [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 29 de Setembro de 2003 9:18
To: 'Slide Users Mailing Lis
Hi.
> Stuart wrote:
> I don't understand why you have use the tag KEY... What is the concept of
> KEY if not to be used as some kind of unique key?
In mysql a key is a not-unique index. An index is to speed up any select
(log(n)). So all you have is the speed. ;-)
> If you anticipate URIs of lo
sn't make sense.
If you anticipate URIs of longer than 255 then why not use LONGBLOB?
Stu
-Original Message-
From: Wendt, Alexander [mailto:[EMAIL PROTECTED]
Sent: 29 September 2003 08:14
To: 'Slide Users Mailing List'
Subject: RE: Question about slide and mysql
Hi.
Hi.
@stuart:
What you said about the primary-key is not the whole thruth.
The primary-key of BLOBs in the slide-mysql-shema is definitively wrong.
A BLOB can be primary, but primary has to be unique and a key in MySQL has
only a length of 255 chars. So if you use an uri with more than this 255
ch
BLOB fields can be used as PKs. What transactional problems are you having
exactly? I am using mySQL MyISAM tables with Slide 1.0.16 and Tomcat 4.1.27
with no problems (at least, none related to the ones you are talking about).
Also, are you schooled on DB concepts? PKs can only ever be unique;
: Wednesday, September 10, 2003 3:03 AM
To: 'Slide Users Mailing List'
Subject: RE: Question on persistence of nodes and
revisions
Post your domain.xml file.
-Original Message-
From: Aruna Goli [mailto:[EMAIL PROTECTED]
Sent: 10 September 2003 00:37
To: [EMAIL PROTECTED]
Subject: Q
Post your domain.xml file.
-Original Message-
From: Aruna Goli [mailto:[EMAIL PROTECTED]
Sent: 10 September 2003 00:37
To: [EMAIL PROTECTED]
Subject: Question on persistence of nodes and revisions
Hello
I am using the jdbcDescriptorStore for nodeStore and
XAFileContentStore for stori
> Thanks for your response. I still have the problem that I described previously .
> If I set my content store's rootpath to C:/temp
>
> and if I have scope set to /files in web.xml , yes , I won't see /files, /actions/
> and /users anymore, BUT when you copy a file over to the web folder, the
Thanks for your response. I still have the problem that I described previously .
If I set my content store's rootpath to C:/temp
and if I have scope set to /files in web.xml , yes , I won't see /files, /actions/ and
/users anymore, BUT when you copy a file over to the web folder, the file will
> Thank you for your help. My question is still whether or not we can
> prevent Slide from showing the 3 ("virtual") folders (/files,
> /actions, and /users) to the user when he/she logs in to Slide ? I
> think Slide creates these 3 folders by default , and they don't
> physically exist in the co
Thank you for your help.
My question is still whether or not we can prevent Slide from showing the 3
("virtual") folders (/files, /actions, and /users) to the user when he/she logs in to
Slide ? I think Slide creates these 3 folders by default , and they don't physically
exist in the content
Have a look at the scope parameter in web.xml and the filespath
parameter in Domain.xml.
Regards,
Ingo
> Hi I have a question about uploading file to Slide by dragging the
> file from windows explorer to the webfolder. I am setting Slide's
> Domain.xml so that the rootpath points to a directory
Hello Leo,
"Braginsky, Leo" <[EMAIL PROTECTED]> writes:
> I am about to start evaluating Slide as content storage and retrieval facility. My
>web application will be accessing Slide server programmatically to render pieces of
>content on the screen. I am most interested in performance of conte
We have been using the permission model in Slide a lot lately and have a
similar scenario where the number of users and directories is dynamic. The
number of Groups is dynamic in our case as well. Let me see if I can
help.
/users/admin needs /actions on / (full access to everything)
/u
On 23 Jan 2003 at 11:18, Willie Vu wrote:
> I want to setup permissions so that:
>
> 1. each user (say John) has his own /files/ directory. Only he
> and root has write permission.
> 2. John is allowed to grant read permission to other users (say Mary).
> 3. The number of users who can share dir
sToken(new
String("frank")));
structure.retrieve(frankToken,
"/files/eric/resources/folder1/folder2/folder3");
Is it a bug?
--
Willie Vu
> -Original Message-
> From: Willie Vu [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 23, 2003 12:10
> To: 'Slid
Here is a sample node tree. Permissions are listed in square brackets.
Notice that /files/eric/resources/folder1/folder2/folder3 is granted
/actions/read to /users/eric-groups/egg only. When I call
security.checkPermission(folder3, frank, read), why isn't
AllowedDeniedException thrown?
Root : /
- Original Message -
From: "Sutton, Ndele" <[EMAIL PROTECTED]>
> i have noticed that when i issue an ls request, using the slide client
api,
> that two PROPFIND requests are sent to the server one with a depth of 0
and
> the other with a depth of 1. what is the rationale for this? wou
I am finding that many requests on the URLs of auto created users
fail because of this RevisionDescriptorNotFoundException.
These auto-created users were created by Slide when I was
authenticating via an NT domain using Tomcat's JAASRealm.
I am running slide 2.0 with DeltaV enabled.
If I do a PRO
Hi,
Since changes are being made to that code could we have some of ContentInterceptor's
methods throw Exceptions ? I am thinking of ContentInterceptor::preStoreContent() as
an example, implementations may want to check the content before approving of storing
it. For instance in my case I wan
> Hi all,
> Is it possible to tell using ContentInterceptor
> when nodes are deleted? I'm trying to do some special
> processing whenever collections with a particular MIME
> type are created or their immediate children are added
> or deleted. I've subclassed ContentInterceptor and
> used it
Hi
You are correct that you need read access on /files/folder1 to see
/files/folder1/folder2. But you also need read acess on the content of
the folder itself.
If you don't want users to access /files/folder1/folder3 then don't give
them access.
For example:
> hi remy,
>Is there a way in which a webdav client can be made to see
>only a portion of the namespace and not the full namespace.
>For example show only the /files portion of the namespace to the webdav
> client.
That should be done on the server side, right ?
Otherwise, the client
> Thanks Remy,
>
> It works just fine. I mean LOCK, UNLOCK sequence on a non existing
resource.
>
> What is the purpose for Null Resource?
I think it's for reserving the resource name. The spec insists the lock
should appear as a lock null resource when doing a PROPFIND on the parent
collection,
Thanks Remy,
It works just fine. I mean LOCK, UNLOCK sequence on a non existing resource.
What is the purpose for Null Resource?
Valeriy
-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 8:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Question
> Try to lock an unexisting resource, say "temp_res_a.html":
>
> webdavResource.lockMethod(rootPath + "temp_res_a.html");
>
> and got properties for this URI in the table PROPERTY, a row in LOCKS, and
> OBJECTS on the unexisting resource.
>
> Is it a desired behaviour?
Yes (at least I think so).
This is the cause of the error ( I use Win2000 ):
13 Apr 2001 18:42:12 - INFO - PROPFIND (time: 321 ms) URI = /
tempFileName=/col1/13.txt-1.0
java.io.IOException: The system cannot find the path specified
at java.io.Win32FileSystem.createFileExclusively(Native Method)
at java.io
Thanks,
I'll try this weekend.
Valeriy
-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 13, 2001 1:38 PM
To: [EMAIL PROTECTED]
Subject: Re: Question: SQL contentstore
> Trying to use SQL content store I got an error:
>
> [LOCALHOST]
> Trying to use SQL content store I got an error:
>
> [LOCALHOST] /slide/ $ put 1.txt 12.txt
> Uploading '/slide/12.txt' to '1.txt': failed.
> Internal Server Error (500) $ PUT 1.txt 12.txt
>
> And on the server:
>
> 13 Apr 2001 12:45:52 - WARNING -
> org.apache.slide.common.ServiceAccessExceptio
> While I'm on the subject, what are the differences between the two webdavs
> at this stage? Any moves to marry them?
I wrote the WebdavServlet in Tomcat 4. It's based on code from Slide, but
the objective was very different. Tomcat 4 WebDAV is there to provide
functionality equivalent to the FP
> Thanks Remy,
> For DAV:resourcetype
> Another question:
> After using propFindMethod.getResponseProperties(url), For the property
> resourcetype, The getPropertyAsString() method gives "" even for
collection
> resource type.
> the reply xml fragment is :
>
>
> Could we find a way to distingu
collection and noncollection based on
using propFindMethod?
I am using slide milestone 7 code by the way.
Thanks
-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 7:12 PM
To: [EMAIL PROTECTED]
Subject: Re: Question on propfind
> Hi,
&
> Hi,
> Using slide client library, When we run a PropFindMethod, After we get
the
> response, I know there must have a way to get all the properties for each
> response uris. Does anybody know how to do it?
After executing the request, call getAllResponseURLs(), then call
getResponseProperties(
> hi all.
> I wish to add myself as a user for the slide application.
> I came to know that for this purpose I have to do some change in
> domain.xml.But I am not able to do it correctly since the problem exists
as it
> is.
> how should I do that. help me.
Could you be more specific ?
Thanks,
Re
> hi all!
> thanks remy for guidance .
> but I am not to find the Server component in the down loaded material.
> suggest how to find it or check wheteher is was proper or not.
The server components should be in the lib folder of your distribution
directory.
You can also use the webapp/slide.war
hi all!
thanks remy for guidance .
but I am not to find the Server component in the down loaded material.
suggest how to find it or check wheteher is was proper or not.
bye
vivek
Enjoy being an Indyan at http://www.indya.com
> hi ! all
> I have down load the currently availble binary ver of slide.
> I have also install the reqd file as instructed in read me file.
> I am not able to get how to use it. whether I requires special webdav
> server or other can be used. Moreover I want to test it for my org
> How should I
> Hi,
>
> I'm new to SLIDE so please forgive me if this question has been
> asked before.
> Here is what I have currently installed:
>
> jakarta-tomcat-3.2.1
> slide 1.0M6
>
> I've placed the slide.war file in the webapp directory of the
> tomcat web server.
>
> My first test is to run the " /slid
68 matches
Mail list logo