RE: Getting slide working with a Samba share and LDAP

2005-08-12 Thread Jarrah Hands
No I'm not getting the message: JNDIPrincipalStore[/]: Adding property "group-member-set" in namespace "DAV:" with value of xxx In my log file. I probably don't have JNDIPrincipalStore set up correctly. I'll look into it. Jarrah Hands Software Engineer (Business Applications) The Un

Re: Info on performance

2005-08-12 Thread Marco Avila
hello, about the store org.apache.slide.store.impl.rdbms.J2EEStore I am accessing slide through a servlet, this servlet gets a list of files, it is made a PROPFIND for the folder and for each file a REPORT is executed, I have tested with 10 files, so it's 11 requests to slide through a servlet.

RE: Info on performance

2005-08-12 Thread Burnside, Phillip \(UK - Glasgow\)
Marco, Thanks for the additional information. Based on what you are seeing, clustering a number of 'tomcats' should give you greatly enhanced performance. It may be the way forward for larger environments. I'll post my tests once completed. Rgrds P -Original Message-

JNDIPrincipalStore and JDBCRealm in JBoss

2005-08-12 Thread Kevin . Bombardier

webdavresource putmethod length?

2005-08-12 Thread Kevin . Bombardier
I am using Slidepre 2.2 If I do the following: HttpURL httpurl = new HttpURL(root); httpurl.setUserinfo(username, password); WebdavResource wdr = new WebdavResource(httpurl); wdr.putMethod(path, new FileInputStream(fis)); I get an exception. If I shorten the name of the path/URI in the putMeth