RE: Security Not Enabled??

2005-11-29 Thread J H
have even tried removing the "/users" line below, but I can still log in because / is allowing everything. uri="/users"/> uri="/actions"> uri="/actions/read"/> uri="/actions/write"/> uri="/actions/manage"

RE: Security Not Enabled??

2005-11-29 Thread J H
of my content is under a nested collection. Is there a setting in the domain/web.xml that would be causing this? Thanks!! I would appreciate ANY input. Jeff Here's a print out of the permission being applied to "/" Slide Memorydescriptorstore.java GrantPermission / perm

RE: Security Not Enabled??

2005-11-28 Thread J H
One more piece of information, If I set the "directory-browsing-hide-acl" setting to false. I see that all of the permissions are correct. Some folders have no permissions assigned at all, but I can still view their contents! From: "J H" <[EMAIL PROTECTED]> Repl

Security Not Enabled??

2005-11-28 Thread J H
Hi Everyone, I've been struggling on a problem for the last couple of weeks, and I can't trace it down... I have extended slide to be able to access my old repository. The problem I am experiencing is that if the user is able to log in to the system they can see EVERYTHING, even if a partic

RE: Slide 2.1 and Websphere 6.0.0.1

2005-09-07 Thread J H
d, GET, 200 "OK", 63 ms, / [9/7/05 10:28:27:873 MDT] 0049 SystemOut O WebContainer : 2, 07-Sep-2005 10:28:27, unauthenticated, GET, 200 "OK", 140 ms, / [9/7/05 10:28:28:483 MDT] 0047 SystemOut O WebContainer : 0, 07-Sep-2005 10:28:28, unauthenticated, GET, 20

RE: Slide 2.1 and Websphere 6.0.0.1

2005-09-07 Thread J H
ml? I have NOT see that behavior from slide on Tomcat so I must assume it is a websphere configuration issue. Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED] -Original

Slide 2.1 and Websphere 6.0.0.1

2005-09-06 Thread J H
Hi All, I'm really interested in finding a solution for this, and as always thanks for your help in advance! I've been trying to get slide 1.0 to work on Websphere 6 unsuccessfully for the last several weeks, even with the help of a previous posting, so instead of spending all of that time on

Annotations for PDF

2005-06-14 Thread J H
Has anyone worked with adding annotations to PDF with the slide webdav libraries? I need to add annotations to the PDF, but keep it the same version. The other dependancy I have is that it's a third party client implemented using the slide libraries, and opens the PDF in Acrobat, so I need to

Re: Upload files from file system to slide/wedav server

2005-06-14 Thread J H
One more important thing...It seemed to matter where I signed the jars. For example, I signed them on my normal domain, moved the jars to another testing domain and I had problems. When I ran my signing script again, it worked without changing any other settings. Good luck. From: &quo

Re: Upload files from file system to slide/wedav server

2005-06-14 Thread J H
I'm no expert...but here's what I experienced... I created signed applets using the slide webdav libraries to download files to the desktop and encountered some very similar problems. I had to sign ALL of the dependant libraries, using the same keystore. I had to have the certificate in the

RE: looks like a bug: getChildResources() returns messed up hostname

2005-02-24 Thread J H
I had something happen very similar to that when I used the setUserName/Password method. Instead, generate the username and password in the string that I create the url with... ie.. The "stringURL" that I pass into formURL method had was something like "http://localhost:8080/docs"; stringURL=

RE: OutOfMemoryError on putMethod

2005-02-01 Thread J H
Have you tried setting your JVM memory settings? -Xmx -Xms, etc... From: "Clive Borrageiro" <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" To: "Slide Users Mailing List" Subject: OutOfMemoryError on putMethod Date: Tue, 1 Feb 2005 17:24:41 +0200 Hi, I am doing webDavResource.putMethod(p

Search Method Get Responses Out of Order

2005-01-27 Thread J H
Hi All. Some time ago, I wrote to the group about having to write my own XMLHttp object using the jakarta-webdav lib, and getting rid of the MS ServerXMLHttp object, because it didn't perform well at all under high-loads. Well, I have been stress testing this new Webdav lib version of the XMLH

RE: CreateThread Function Fails

2005-01-18 Thread J H
I found the problem. I'm not sure what caused it, but one of the DLL's that we were calling through JNI became corrupted. The file size still read the same size, but as soon as I replaced it and restarted tomcat the problem went away. From: "J H" <[EMAIL PRO

CreateThread Function Fails

2005-01-18 Thread J H
Hi All! I'd appreciate any help on this!! I found a page asking about this problem, but unfortunately, no replies as to how it was fixed. I left Tomcat 4.1.27 running last night after my stress testing successfully completed. I even checked everything before I left and there were no 404's o

RE: Slide search performance issues

2005-01-12 Thread J H
Surprise, but I too am seeing very slow search times! I'd greatly appreciate any insight the users of this list may have. I'm also seeing that when I do a getChildren on any collection with more than 10 entries, the times are very slow, even if it's just more collections. Thanks, Jeff From:

Re: Large Files

2005-01-11 Thread J H
Hi Chaitu, I'm using slide 2.0 to retrieve documents, and I was hoping it would be faster. Is it buffering the files in memory for retrievals as well? Is there anything in 2.1 that would improve speed? Are there any links about this? Thanks in Advance!! Thanks, Jeff From: Oliver Zeigermann <[

RE: Performance issues

2005-01-05 Thread J H
I have another java server application that I had to restart every night for a similar reason. Have you experimented with -Xincgc (allows jvm to release memory back to the server). This worked for my application, but I think it might have slowed it down a little bit. This only works on certai

Re: Performance issues, Slow Downs

2005-01-04 Thread J H
se.write("Error SendRequestPROPFIND(): Open failed."); xmlhttp = null; return null; } try { xmlhttp.send(); if(xmlhttp.status >= 300) ... From: "J H" <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List&

Re: Performance issues, Slow Downs

2005-01-03 Thread J H
anything, of course, but they are cached. Subsequent operations are faster, specially searches which basically touch every object in the store (unless especial DASL indexing is used). I don't know but maybe the whole cache is being flushed when it gets full or something similar. Carlos J H

RE: Performance issues, Slow Downs

2005-01-03 Thread J H
g to find out how to improve Slide's DB2 table access performance. Thanks, Warwick > -Original Message- > From: J H [mailto:[EMAIL PROTECTED] > Sent: Monday, January 03, 2005 6:20 PM > To: slide-user@jakarta.apache.org > Subject: RE: Performance issues, Slow Downs >

RE: Performance issues, Slow Downs

2005-01-03 Thread J H
I just sent a different response on my performance enhancements to date, but I'm still stuck on one thing Thanks in advance for any input! After we do PROPFINDS or SEARCHES for about 5 minutes with around 16-20 clients our system becomes very unresponsive for around 30 seconds to a minute.

RE: Performance issues

2005-01-03 Thread J H
Pontus, I've been researching Tomcat performance, and here's what I've learned so far. I'd appreciate any feedback anyone has on these comments, because I'm no Tomcat expert... Using the -server tag makes enormous speed and memory improvements Using -Xincgc slows the system down Using -Xms and

RE: WebdavResource getChildResources() : Directory Listing

2005-01-03 Thread J H
Robert, I had a similar problem some time ago. I noticed that whenever a parent collection contained a special character, it was returned infinitely down the line. For example Collection 10~9 contains 3 children, getChildResources would return 10~9 and the 3 children. When I did a getChildren

JSP Webdav Client

2004-10-11 Thread J H
Hi All! As always I appreciate any insight... I'm looking at coding a JSP webdav client, has anyone had any exprience using JSP for the webdav protocols? Are there any open source products or commercial products which I could obtain? Thanks, Jeff _

Streaming Downloads??

2004-06-10 Thread J H
Hi All, Has anyone tried to stream downloads with the slide libraries yet? I'm implementing a webdav client, which is caching a pdf to disk, but I'd like to be able to start viewing the pdf before it is completely downloaded, much like internet explorer does. I'd greatly appreciate any thought

Re: how can i create new user in slide

2004-05-21 Thread J H
I remember reading somewhere that this is specific to the slide server and not a generic webdav specification is that true? Jeff From: Simone Gianni <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: how ca

Re: Slide 2.0 Webdav lib : Pb with WebdavFile.listFiles()

2004-05-12 Thread J H
I was having the same problem when I called url.setUserInfo(user,pass) From: Ingo Brunberg <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Slide 2.0 Webdav lib : Pb with WebdavFile.listFiles() Date: Wed, 12 May 2004 15:45:57 +0200 Ju

Re: Slide Tomcat Sessions - Closing them

2004-05-11 Thread J H
If you just want to add your credentials to the url, you have to do it like this... http://user:[EMAIL PROTECTED]:8080/sharedfolder NOTE: The latest http-commons doesn't set credentials correctly (see prior e-mail chain with my name), I had to manually insert the username and password into th

Create New Users

2004-05-07 Thread J H
Hi all, I'm trying to find some information on if the webdav protocol supports creating new users. What I'm trying to do is I'm building an applet which can browse documents, but I also want to create an admin tool, so that the administrator can assign users access to reports. It looks like t

Re: Problem with getChildResources, ports and httpurl

2004-04-28 Thread J H
blem was gone. Oleg Carlos Villegas wrote: J H wrote: Unfortunately, the infinite folder problem is still here. Since I just skimmed over the problem earlier, what I am seeing is that collections that have any odd characters, such as '&', ',' and '

RE: Problem with getChildResources, ports and httpurl

2004-04-27 Thread J H
lves in the getChildResources or listWebdavResources and when I am trying to generate a JTree from this it gets a collection back identical to it's parent...and displays it because that is what the webdavResource is returning...has anyone seen this before? Thanks in Advance!! Jeff From: &

Problem with getChildResources, ports and httpurl

2004-04-27 Thread J H
Hello Everyone, I have a rather odd problem, and I and I was hoping the slide Gurus could help me out. I'm finally making the transition to a more recent build of the slide 2.0 libraries because I am getting an infinite folder problem with folders/collections that have characters such as '&',','

Re: WebdavResource - creating an empty file (another newbie question)

2004-04-27 Thread J H
source - creating an empty file (another newbie question) Date: Mon, 26 Apr 2004 21:58:02 -0400 I take that back... I have been playing around with the security constraints and seem to have turned something off Thanks! J H wrote: Did you make sure that "test","test" are

RE: WebdavResource - creating an empty file (another newbie question)

2004-04-26 Thread J H
Did you make sure that "test","test" are working by going to http://localhost:8080 in your web browser? From: Amr Elssamadisy <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: slide mailing list <[EMAIL PROTECTED]> Subject: WebdavResource - creating an empty file (another newbie question) Date

Download File from Webdav Server

2004-03-29 Thread J H
Hi All, I've been looking at the documentation trying to figure out how to download a WebdavResource if it is a non-collection entity. The methods which seem to make sense for doing this don't seem like they do what I want (getMethod and copyMethod). What I'm doing here is I have made a webda

RE: User addition problem

2004-03-02 Thread J H
Andrey, I'm having a very similar problem, but I haven't yet found a solution. I'm using the old 1.0 stuff, but will be migrating to 2.0 soon. --Jeff From: "Andrey Shulinsky" <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" <[EMAIL PROTECTED]> To: "'Slide Users Mailing List'" <[EMAIL

RE: newbie questions : compile error, direct API examples. etc

2004-02-13 Thread J H
To get the latest build http://jakarta.apache.org/site/cvsindex.html --Follow the directions, you will need to get a CVS program For examples...there are several example/test programs in the cvs From: lixin chu <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" <[EMAIL PROTECTED]> To: [E

RE: Two basic problems (newbie) plus Qs

2004-02-13 Thread J H
I can't completely understand what you want here. But if you simply want to browse slide/webdav, checkout webdrive.com. It's a program for browsing webdav servers, and it was the only solution I found for our digest authentication setup that actually worked. From: "Alfie Kirkpatrick" <[EMAIL

Re: WEBDAV: Cannot open document by copying link into web browser

2004-02-11 Thread J H
ing link into web browser Date: Fri, 06 Feb 2004 14:39:20 -0800 Just as an FYI, I've heard the lastest IE patch affects the functionality where you put the username/password in the URL. Go look in the MS Knowledge base regarding this. J H wrote: I've found a work-around for this problem.

Re: WEBDAV: Cannot open document by copying link into web browser

2004-02-06 Thread J H
uot;);<br> document.write("If not automatically redirected, click <a href=\""+unescape(delineate(text))+"\">here</a>");<br> noJs(unescape(delineate(text)));<br> From: Oliver Geisser <[EMAIL PROTECTED]> Reply-To: "Slide Users

WEBDAV: Cannot open document by copying link into web browser

2004-02-05 Thread J H
Hi All, I sent an e-mail about this last week, but I wanted to run some new information by everyone. What I am trying to do is launch a web browser (internet explorer) with the url location of a document stored in webdav and secured with digest authenitcation. To get the URL I am browsing out

Open Document with system call

2004-01-28 Thread J H
Hello All! I'm having a rather difficult time trying to figure out how to open a PDF document (or any document for that matter) from the webdav server once I have browsed out to it with an applet/standalone client I have created, and I would appreciate any ideas which anyone can think of. What

RE: files/folders properties not being stored in file system

2004-01-08 Thread J H
I just went through this myself... Go to the following url and download the source with the listed cvs commands. (You'll need to get a cvs client off the web) http://jakarta.apache.org/site/cvsindex.html Then...you'll also need to download ant which is available on the apache.org site, to buil

Re: Newbie Authentication Questions

2004-01-08 Thread J H
Thanks for any feedback! I have attached two things, the code I used to connect with the http-commons library and the code which I am trying to use to connect with the webdav api. I was using the HTTP Commons example code to connect...this works, but since it's not using the webdav api, I can'

Newbie Authentication Questions

2004-01-08 Thread J H
Hello all, I'm having a very difficult time understanding how to use authentication with the webdav/slide api. If anyone has ANY code they wouldn't mind sharing, it would be greatly appreciated!!! Or even a javadoc for the client in cvs. What I'm trying to do is connect to my webdav server w

Re: Digest Authentication/ Webdav API

2004-01-06 Thread J H
hentication/ Webdav API Date: Tue, 06 Jan 2004 16:29:42 -0800 Define "current version of Slide". The "current" released version is 2 years old, version 1.0.16. It is based on pre-2.0 Slide code and likely does not support digest authentication. The CVS version of Slide uses a

Digest Authentication/ Webdav API

2004-01-06 Thread J H
Hello All! I'm trying to connect to a tomcat/slide webdav server which is set-up to use digest authentication via the slide java api. I've been in contact with the HTTP-commons people because I was able to connect with digest authentication using http-commons-2.0-rc2 (html transfers only, not