tomcat webdav

2005-10-07 Thread Vineet Chadha
Hi, I am trying to configure webdav to provide web resource to multiple user. For example, inside webdav directory I create multiple user directory ( user1, user2 ,user3 ). I am authenticating users using mysql database ( authentication works fine for single user ( let us say user1) with role

RE: tomcat webdav [255807:132333]

2005-10-07 Thread RTE - Meridian Club
[EMAIL PROTECTED] Received: 10/7/2005 5:15 PM To: tomcat-user@jakarta.apache.org Subject: tomcat webdav Hi, I am trying to configure webdav to provide web resource to multiple user. For example, inside webdav directory I create multiple user directory ( user1, user2 ,user3 ). I am

Converting webdav servlet to be accessed by webservice using axis

2005-10-06 Thread Bhavin Modi
How can I convert/use the WebdavServlet class that is included in tomcat to be used a webservice using axis ? Thanks, Bhavin.

WebDAV characters bug?

2005-10-03 Thread Roland Rabben
I am using Tomcat 5.5.9 (on Windows XP) and WebDAV to upload files to my server. However it seems to be a bug or limitation in the Tomcat WebDAV that limits the use of some characters I frequently use. Unsupported characters are : ; (semicolon) + (plus) # (pound) I know these are reserved

Re: WebDAV characters bug?

2005-10-03 Thread Mark Thomas
Looks like a bug to me. Create a bugzilla entry for it and I'll try and take a look before the next release. Mark Roland Rabben wrote: I am using Tomcat 5.5.9 (on Windows XP) and WebDAV to upload files to my server. However it seems to be a bug or limitation in the Tomcat WebDAV that limits

XP SP1 and WebDav, login error (domain name prefix)

2005-09-29 Thread Salvatore Denaro
I'm having troubles setting up WebDav with tomcat 5.5.9 on JDK 1.5_04 on Fedora Linux FC4 The webdav share works perfectly from my Mac running OS X.3. When I try to connect to the WebDav share from my laptop running XP, the login box comes up and insists on putting changing the login name

Re: Problems setting up Webdav folder on Tomcat 5.5

2005-09-28 Thread David Goodenough
On Monday 26 September 2005 19:32, David Goodenough wrote: On Monday 26 September 2005 16:51, David Goodenough wrote: I am trying to set up a webdav application on a machine running Tomcat 5.5. The effect I want to create is that anyone can use http://machine/app/folder to read files

Problems setting up Webdav folder on Tomcat 5.5

2005-09-26 Thread David Goodenough
I am trying to set up a webdav application on a machine running Tomcat 5.5. The effect I want to create is that anyone can use http://machine/app/folder to read files, but only those who have logged on should be able to use webdav to create, update or delete files from the folder. I tried to do

Re: Problems setting up Webdav folder on Tomcat 5.5

2005-09-26 Thread David Goodenough
On Monday 26 September 2005 16:51, David Goodenough wrote: I am trying to set up a webdav application on a machine running Tomcat 5.5. The effect I want to create is that anyone can use http://machine/app/folder to read files, but only those who have logged on should be able to use webdav

putting files with webdav

2005-09-05 Thread Hugo Osorio
Hello everybody looking for help, i need to use webdav component in Tomcat 5.0, i am using FreeBSD 4.11 stable I have connected Dreamweaver, and DAV Explorer to the http://192.X.X.X:8080/webdav it do retrieves content, and i can get files, But.. I cannot put files on it.. it says the access

RE: putting files with webdav

2005-09-05 Thread Michael Oliver
Look in the /webapps/webdav/WEB-INF/web.xml You should see where you need to uncomment things to enable writing. 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

Re: putting files with webdav

2005-09-05 Thread Hugo Osorio
Thank you, it worked 2005/9/5, Michael Oliver [EMAIL PROTECTED]: Look in the /webapps/webdav/WEB-INF/web.xml You should see where you need to uncomment things to enable writing. Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702

RE: WebDav on Port 80

2005-08-22 Thread Marius Hanganu
@jakarta.apache.org Subject: WebDav on Port 80 Hello, If I downloaded the latest Tomcat 5.0 or 5.5, WebDav works 'straight out of the box' by starting the server and opening 'localhost:8080/webdav' as a web folder. Great! If I then go in to server.xml and change the port to 80; the WebDav functionality is lost - I

Re: WebDav on Port 80

2005-08-22 Thread Kyle
On 5.5.9, I can get http://localhost/webdav/index.html to serve up the webdav home page. If I just put /webdav in, I get the directory index. Though, I suspect I could get it to serve it up straight away if I play with the mapping. AH!!! Just occured to me. I'm picking it up through Apache

Re: WebDav on Port 80

2005-08-22 Thread Tom Spence
On 5.5.9... * Go to webapps/webdav/WEB-INF * Edit web.xml Go to bottom and fix... welcome-file-list welcome-fileindex.html/welcome-file /welcome-file-list After I fixed, still not work... Tom Kyle [EMAIL PROTECTED] wrote: On 5.5.9, I can get http://localhost/webdav

Re: WebDav on Port 80

2005-08-22 Thread George Francis
://issues.apache.org/bugzilla/show_bug.cgi?id=26449 Regards, Marius -Original Message- From: George Francis [mailto:[EMAIL PROTECTED] Sent: Sunday, August 21, 2005 7:07 PM To: tomcat-user@jakarta.apache.org Subject: WebDav on Port 80 Hello, If I downloaded the latest Tomcat 5.0 or 5.5

Re: WebDav on Port 80

2005-08-22 Thread Sunjay Gunda
=26449 Regards, Marius -Original Message- From: George Francis [mailto:[EMAIL PROTECTED] Sent: Sunday, August 21, 2005 7:07 PM To: tomcat-user@jakarta.apache.org Subject: WebDav on Port 80 Hello, If I downloaded the latest Tomcat 5.0 or 5.5, WebDav works 'straight

RE: WebDav on Port 80

2005-08-22 Thread Marius Hanganu
It works also with ports like 81 or 1999. Marius -Original Message- From: Sunjay Gunda [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 4:52 PM To: Tomcat Users List Subject: Re: WebDav on Port 80 Hi George, I am under the impression that some ports are reserved

RE: WebDav on Port 80

2005-08-22 Thread Marius Hanganu
I am using IE 6.0, XP, tomcat 5.5.9, and when clicking File-Open-http://localhost/webdav/ and marking Open as web folder checkbox, the response I receive is: \\localhost\webdav is not accessible. You might not have permissions to use this network resource. Contact administrator... The network

Re: WebDav on Port 80

2005-08-22 Thread George Francis
Thanks - thats exactly my experience also; Does anyone here know why port 80 doesnt work? On 8/22/05, Marius Hanganu [EMAIL PROTECTED] wrote: I am using IE 6.0, XP, tomcat 5.5.9, and when clicking File-Open-http://localhost/webdav/ and marking Open as web folder checkbox, the response I

Re: WebDav on Port 80

2005-08-22 Thread Mark Thomas
George Francis wrote: Thanks - thats exactly my experience also; Does anyone here know why port 80 doesnt work? See http://issues.apache.org/bugzilla/show_bug.cgi?id=36303 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED]

WebDav on Port 80

2005-08-21 Thread George Francis
Hello, If I downloaded the latest Tomcat 5.0 or 5.5, WebDav works 'straight out of the box' by starting the server and opening 'localhost:8080/webdav' as a web folder. Great! If I then go in to server.xml and change the port to 80; the WebDav functionality is lost - I get a message from IE saying

RE: Webdav on Tomcat 5.0.28 fails

2005-06-16 Thread Padmanabhan, Sheeba
with tomcat configuration settings. If I am doing something wrong, please correct me. Any help would be greatly appreciated. Thanks Sheeba -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 3:01 PM To: Tomcat Users List Subject: Re: Webdav on Tomcat

Re: Webdav on Tomcat 5.0.28 fails

2005-06-16 Thread Mark Thomas
It is the webdav servlet mapping that needs to change, not the default servlet. Mark Padmanabhan, Sheeba wrote: Hi Mark, I modified the web.xml under \conf folder to change the url_pattern as follows: !-- The mapping for the default servlet -- servlet-mapping servlet-namedefault

RE: Webdav on Tomcat 5.0.28 fails

2005-06-16 Thread Padmanabhan, Sheeba
Hi Mark, I couldn't find any webdav servlet entry in the \conf\web.xml. Could you please tell me which tag exactly I should modify? Also the litmus test for Webdav, return the OPTIONS method as server does not claim webdav compliance error. This happens only with Tomcat 5.0. Tomcat 4.0 and all

Re: Webdav on Tomcat 5.0.28 fails

2005-06-16 Thread Jason Bainbridge
On 6/16/05, Padmanabhan, Sheeba [EMAIL PROTECTED] wrote: Hi Mark, I couldn't find any webdav servlet entry in the \conf\web.xml. Could you please tell me which tag exactly I should modify? It would be \webapps\webdav\WEB-INF\web.xml -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED

RE: Webdav on Tomcat 5.0.28 fails

2005-06-16 Thread Padmanabhan, Sheeba
, June 16, 2005 3:18 PM To: Tomcat Users List Subject: Re: Webdav on Tomcat 5.0.28 fails On 6/16/05, Padmanabhan, Sheeba [EMAIL PROTECTED] wrote: Hi Mark, I couldn't find any webdav servlet entry in the \conf\web.xml. Could you please tell me which tag exactly I should modify? It would

Webdav on Tomcat 5.0.28 fails

2005-06-15 Thread Padmanabhan, Sheeba
Hi, Our Webdav Server works fine with Tomcat 4.0. But when it is configured to use it through Tomcat 5.0, it just won't work. The Webfolders, Office Appilications - all are failing. Am I missing any configuration settings specific to 5.0? Any help would be much appreciated. Thanks

Re: Webdav on Tomcat 5.0.28 fails

2005-06-15 Thread Mark Thomas
What URL mapping are you using? For MS clients /* works better than /. Mark Padmanabhan, Sheeba wrote: Our Webdav Server works fine with Tomcat 4.0. But when it is configured to use it through Tomcat 5.0, it just won't work. The Webfolders, Office Appilications - all are failing. Am I missing

Symbolic links and Webdav

2005-04-13 Thread Patrick [EMAIL PROTECTED] AG
Hi all I am runnnig Tomcat 5.0.24 standalone. I have setup for Webdav. When I connect to the resource I can't see the Symbolic links. In Fact, the apear very short after connection and then dissapear again. Any ideas? Thanks you for any help Patrick

Webdav issue with non ASCII characters

2005-04-11 Thread Fernando Salazar de Paz
{ String method = req.getMethod(); if (debug 0) { (1)log([ + req.getRequestURI() + ]); String path = getRelativePath(req); (3) log([ + method + ] + path); } The output: INFO: webdav: [/webdav/manual%C3%ADn.pdf] (1

Webdav, WEB_INF

2005-04-11 Thread Rolotec AG new
Hi all When i connect to a webdav resource, the WEB-INF directory remains invisible. I'm running tomcat standalone. What do i have to do to make WEB-INF directory visible when mounting WEBDAV resources? Thank you for any help Patrick

Re: Webdav, WEB_INF

2005-04-11 Thread Tim Funk
IIRC - you cannot see the WEB-INF directory using the webdav webapp. Its a constraint imposed by the servlet spec that any request to WEB-INF is not allowed. -Tim Patrick Sifneos (Rolotec AG new) wrote: Hi all When i connect to a webdav resource, the WEB-INF directory remains invisible. I'm

RE: Webdav issue with non ASCII characters

2005-04-11 Thread Fernando Salazar de Paz
browsers uses ISO-8859-1 but we need to be compatible with IE. Thanks and regards -Mensaje original- De: Fernando Salazar de Paz [mailto:[EMAIL PROTECTED] Enviado el: lunes, 11 de abril de 2005 10:24 Para: tomcat-user@jakarta.apache.org Asunto: Webdav issue with non ASCII characters I can

Re: Webdav, WEB_INF

2005-04-11 Thread Patrick [EMAIL PROTECTED] AG
Thanks for the Info Tim! This is too bad. That means, i have to install Apache abd run tomcat using Apache as Web-Server. It is then possible to see the WEB-INF directory! On 11.04.2005, at 14:28, Tim Funk wrote: IIRC - you cannot see the WEB-INF directory using the webdav webapp. Its

RE: Webdav, WEB_INF

2005-04-11 Thread Raghupathy,Gurumoorthy
Yes .. You can use an Alias -Original Message- From: Patrick [EMAIL PROTECTED] AG [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 13:53 To: Tomcat Users List Subject: Re: Webdav, WEB_INF Thanks for the Info Tim! This is too bad. That means, i have to install Apache abd run tomcat using

Re: Webdav, WEB_INF

2005-04-11 Thread Patrick [EMAIL PROTECTED] AG
Yes what? Is it possible with tomcat standalone? On 11.04.2005, at 15:08, Raghupathy,Gurumoorthy wrote: Yes .. You can use an Alias -Original Message- From: Patrick [EMAIL PROTECTED] AG [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 13:53 To: Tomcat Users List Subject: Re: Webdav, WEB_INF

RE: Webdav, WEB_INF

2005-04-11 Thread Raghupathy,Gurumoorthy
With Apache HTTP server and WEBDAV module you can ... Not with tomcat standalone -Original Message- From: Patrick [EMAIL PROTECTED] AG [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 14:20 To: Tomcat Users List Subject: Re: Webdav, WEB_INF Yes what? Is it possible with tomcat standalone

RE: Webdav issue with non ASCII characters

2005-04-11 Thread Fernando Salazar de Paz
enableLookups=false redirectPort=8443 acceptCount=100 connectionTimeout=2 disableUploadTimeout=true URIEncoding=UTF-8 / --- Tomcat log INFO: webdav: [HEAD] /última-guía.pdf 11-abr-2005 16:31:32

RE: Webdav issue with non ASCII characters

2005-04-11 Thread Fernando Salazar de Paz
Paz [mailto:[EMAIL PROTECTED] Enviado el: lunes, 11 de abril de 2005 16:41 Para: 'Tomcat Users List' Asunto: RE: Webdav issue with non ASCII characters Using URIEncoding parameter, at Server.xml, PUT and DELETE methods works ok. I am still having trouble with GET method. !-- Define a non-SSL

RE: Webdav issue with non ASCII characters

2005-04-11 Thread Peter Crowther
From: Fernando Salazar de Paz [mailto:[EMAIL PROTECTED] when I request a PDF file a new (second) request is made by Acrobat Reader. Acrobat Reader uses ISO-8859-1 and Tomcat will not be able to decode the uri properly. What is the reason for the second request ? The Acrobat reader IE

Re: Authenticated user home folders with WebDAV

2005-04-07 Thread Mark Thomas
Much of this is beyond the simple webdav servlet provided with Tomcat. Try Apache Slide. Mark Martin Lidgard wrote: Hello. I would like to achieve the following using Tomcat 4.1: 1. use a JDBCRealm to access a mysql database containing users, passwords, and roles 2. grant WebDAV access

RE: Webdav Webfolder issue when container security enabled

2005-04-06 Thread Fernando Salazar de Paz
Now, my web.xml looks like - C:\Tomcat 4.1\webapps\webdav\WEB-INF\web.xml -- !-- The mapping for the webdav servlet -- servlet-mapping servlet-namewebdav/servlet-name url-pattern/*/url-pattern /servlet-mapping - C:\Tomcat 4.1\webapps\webdav\WEB-INF\web.xml

Authenticated user home folders with WebDAV

2005-04-06 Thread Martin Lidgard
Hello. I would like to achieve the following using Tomcat 4.1: 1. use a JDBCRealm to access a mysql database containing users, passwords, and roles 2. grant WebDAV access to authenticated users, allowing them to access and upload files to personal home directories 3. personal directories

RE: Webdav Webfolder issue when container security enabled

2005-04-05 Thread Fernando Salazar de Paz
wrong). In my last test I have removed mime-types and welcome-file-list in C:\Tomcat 4.1\webapps\webdav\web.xml, with the same result (it could take the defaults defined in C:\Tomcat 4.1\conf\web.xml, right ? ) C:\Tomcat 4.1\webapps\webdav\web.xml--- ?xml

Re: Webdav Webfolder issue when container security enabled

2005-04-05 Thread Mark Thomas
. I have tried to comment welcome-file-list, but web.xml in C:\Tomcat 4.1\conf have the same welcome-file-list, finally I have removed index.html (I think I am doing something wrong). In my last test I have removed mime-types and welcome-file-list in C:\Tomcat 4.1\webapps\webdav\web.xml

RE: Webdav Webfolder issue when container security enabled

2005-04-04 Thread Fernando Salazar de Paz
Patterns andpractices) File B: user-guide.pdf 202.259/204.800 bytes (Axis User's guide) File C: manual-a4.pdf 7.045.780/7.049.216 bytes (MySql manual) In Windows New Network Site -- http://localhost:8080/webdav 1. I can browse webdav dir

RE: Webdav Webfolder issue when container security enabled

2005-04-04 Thread Fernando Salazar de Paz
Deleting C:\Tomcat 4.1\webapps\webdav\index.html listings were ok If I comment welcome-files in web.xml I think it should take welcome-files defined In C:\Tomcat 4.1\conf\web.xml or not ? Now I can open PDF files with IExplore After several restarts changing webdav\WEB-INF\web.xml i. I could

Re: Webdav Webfolder issue when container security enabled

2005-04-04 Thread Mark Thomas
Can you post you web.xml please. Thanks, Mark Fernando Salazar de Paz wrote: Deleting C:\Tomcat 4.1\webapps\webdav\index.html listings were ok If I comment welcome-files in web.xml I think it should take welcome-files defined In C:\Tomcat 4.1\conf\web.xml or not ? Now I can open PDF files

RE: Webdav Webfolder issue when container security enabled

2005-04-01 Thread Fernando Salazar de Paz
¿? (the file is not corrupted) ¿? Some type of locking ¿? (Restarting tomcat service doesn't seem to correct the problem). -Mensaje original- De: Mark Thomas [mailto:[EMAIL PROTECTED] Enviado el: viernes, 01 de abril de 2005 0:50 Para: Tomcat Users List Asunto: Re: Webdav Webfolder issue when

RE: Webdav Webfolder issue when container security enabled

2005-04-01 Thread Fernando Salazar de Paz
Another thing I have problems using tcpmon from Axis. Index Out of Bounds exceptions when I put the files, and so on. I have used ethereal to sniff network traffic. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Webdav Webfolder issue when container security enabled

2005-04-01 Thread Mark Thomas
Put together some full step-by-step instructions (from a clean install of 4.1.x or 5.5.x) and I'll take another look. Mark Fernando Salazar de Paz wrote: Another thing I have problems using tcpmon from Axis. Index Out of Bounds exceptions when I put the files, and so on. I have used ethereal to

Webdav Webfolder issue when container security enabled

2005-03-31 Thread Fernando Salazar de Paz
authentication is enabled. I have the same problem using tomcat's webdav app; in such case I can read, at server's console, the following: [Fatal Error] :-1:-1: Premature end of file. The problem arise when I try to open recently uploaded files. Disabling container's security all

Re: Webdav Webfolder issue when container security enabled

2005-03-31 Thread Mark Thomas
I have done some testing with the latest TC4.1.x source from CVS, WinXP SP2, and tcpmon from the Axis project so I can look at the request and responses. I have a web folder and IE open on http://localhost:8080/webdav As a result of my tests I noted the following: 1. If I drag a .pdf

Re: changing the storage location for webdav app

2005-03-27 Thread Mark Thomas
The webdav servlet only supports accessing content within the webapp in which the servlet is used. Therefore you have two options: - move the whole webapp outside the webapps directory - on *nix you could use symbolic links but I haven't tested this For a more comprehensive webdav implementation

Tomcat WebDAV access via httpd/jk

2005-03-27 Thread Henrik Vendelbo
Hi guys, I have run in to a little problem with accessing a webdav enabled app on tomcat. I run Tomcat 5.5 with Apache2+jk in front of it, but fail to get working connection when authenticating. I have configured tomcat and app exactly as my installation on a local test server where I access

changing the storage location for webdav app

2005-03-26 Thread Henrik Vendelbo
I want to modify the default webdav app in Tomcat 5.5 to storing information in a folder outside the webapps hierachy. How do I do that ? Henrik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Version control in WebDAV component of Tomcat

2005-02-07 Thread Wong Onn Chee
Hi, I am new to the latest version of Tomcat 5.5. I know that it has a bundled WebDAV component, but I can't get the version control feature working. Does any one know how I can do it? Many thanks in advance. Regards Onn Chee

Re: Version control in WebDAV component of Tomcat

2005-02-07 Thread Remy Maucherat
On Mon, 07 Feb 2005 22:25:20 +0800, Wong Onn Chee [EMAIL PROTECTED] wrote: Hi, I am new to the latest version of Tomcat 5.5. I know that it has a bundled WebDAV component, but I can't get the version control feature working. Does any one know how I can do it? If you mean Delta V

Version control in WebDAV component of Tomcat

2005-02-07 Thread Andrew Paliga
Return Receipt Your Version control in WebDAV component of Tomcat document

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread John Sidney-Woollett
I've also written a custom webdav servlet because we need to work with a custom/virtualised file store. Our servlet works fine for everything except some flavours of M$shite Windows - the symptoms I get are identical to the ones you describe. Like you our server is not running on localhost

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Garret Wilson
: OPTIONS, PROPFIND, GET, HEAD This way, even error messages and redirects will show WebDAV support, and even an OPTIONS request for / will show WebDAV method support. It still doesn't work. The *only* thing that isn't exactly what a WebDAV server would send back is when MS Web Folders tries to do

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread karjera
Laba diena. Dkojame, kad mums parate. Js atsista inut isaugota ms duomen bazje. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Larry Meadors
Uhh, that is what I was thinking. On Tue, 11 Jan 2005 19:17:00 +0200 (EET), [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Laba diena. Dkojame, kad mums parate. Js atsista inut isaugota ms duomen bazje. - To

RE: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Varley, Roger
About the only thing left to try is to allow the PROPFIND on /webapp/ . So here's the Tomcat question---how can I allow a PROPFIND on /webapp/ and return, for example, a 403 forbidden, rather than a 501 Not Implemented? Do I have to override

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Garret Wilson
the Internet-at-large than when accessing localhost. (Likely? I don't know what to expect with MS Web Folders anymore.) I'm guessing the latter is happening, especially as two MS user agents get into the act: Microsoft-WebDAV-MiniRedir/5.1.2600 and Microsoft Data Access Internet Publishing Provider

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Parsons Technical Services
, WebDAV, and Web Folders... Oh, my! Yeah, that's what I *assume*, anyway. But Ethereal doesn't work on localhost, so I can only assume. There are these possibilities: * Tomcat returns something other than 501 Not Implemented when configured on localhost. (Not likely.) * MS Web Folders does

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Garret Wilson
That would be nice. It would have to be an IIS box configured so that: * http://www.example.com/ does not support WebDAV (or everything is forbidden) * http://www.example.com/webapp/ supports WebDAV, but everything is forbidden * http://www.example.com/webapp/webdav/ supports WebDAV

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Mark Thomas
Professional machine? snip I can only guess that the responses are somehow different. Have you tried something like tcpmon (from the Axis project) to look at the headers? I found it invaluable when investigating webDAV issues a while back. Mark

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Garret Wilson
Here's new news: Apparently the whole PROPFIND / and Apache proxy things were red herrings. The central issue seems to be that MS Web Folders doesn't know what to do with a 401 Unauthorized response to an OPTIONS request on the WebDAV root folder (when it finally gets around to checking). I

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Garret Wilson
While I'm tracking down the domain authentication problem, here's another problem to be aware of. IE 5, Office 2000, and Office XP only support WebDAV BASIC authentication, but not DIGEST: http://support.microsoft.com/default.aspx?scid=kb;en-us;321932 You upgrade to Windows XP, and by default

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Garret Wilson
Garret Wilson wrote: Apparently the whole PROPFIND / and Apache proxy things were red herrings. The central issue seems to be that MS Web Folders doesn't know what to do with a 401 Unauthorized response to an OPTIONS request on the WebDAV root folder (when it finally gets around to checking). I

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Parsons Technical Services
. Anyway, hope you get it solved. Doug - Original Message - From: Garret Wilson [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, January 11, 2005 4:21 PM Subject: Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my! Garret Wilson wrote: Apparently

Re: How do you configure webDAV

2005-01-10 Thread Pop Qvarnström
Liu   -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 12:40 PM To: Tomcat Users List Subject: Re: How do you configure webDAV Liu Steve wrote: Hello, Is there documentation on how to configure the HTTP header properties

Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-10 Thread Garret Wilson
I've written a custom WebDAV servlet which works fine configured on Windows XP Professional localhost with Tomcat 5.5.4. I upload everything to a http://www.example.com/webapp/webdav/ . The domain is served on Red Hat 6 by Apache 2.0.49, which forwards to Tomcat using ProxyPass

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-10 Thread Parsons Technical Services
know, and so are nightmares. Doug - Original Message - From: Garret Wilson [EMAIL PROTECTED] To: tomcat-user tomcat-user@jakarta.apache.org Sent: Monday, January 10, 2005 11:12 PM Subject: Apache, Tomcat, WebDAV, and Web Folders... Oh, my! I've written a custom WebDAV servlet which works

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-10 Thread Garret Wilson
Firefox to browse the directory of http://www.example.com/webapp/webdav/ using GET, which goes through my WebDAV servlet. Firefox pops up an authentication dialog and, after I enter the correct username and password, displays a directory list generated by my WebDAV servlet. I use DavExplorer 0.90

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-10 Thread Parsons Technical Services
snip Still using MS IE 6, I try to open http://www.example.com/webapp/webdav/ as a Web Folder using File|Open... (as Web Folder). IE reports that it is unable to open the location as a Web Folder---would I like to see the default view? If I answer in the affirmative, IE sends a GET and shows me

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-10 Thread Garret Wilson
HTTP... (Folding LWS? What were they thinking?) And WebDAV. (Did no one realize that DAV: is not a valid URI and therefore not a valid XML namespace? What were they thinking?) ;) But past that there is one issue on M$ that has to do with the message you are getting from IE but doesn't match you

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-10 Thread Garret Wilson
Some more info: When Web Folders first tries to access http://www.example.com/webapp/webdav/ , user agent Microsoft-WebDAV-MiniRedir/5.1.2600 tries to do a PROPFIND on http://www.example.com/webapp . Apache (from Tomcat?) redirects with 302 to http://www.example.com/webapp/ . Microsoft-WebDAV

Re: How do you configure webDAV

2005-01-08 Thread Mark Thomas
: Friday, January 07, 2005 12:40 PM To: Tomcat Users List Subject: Re: How do you configure webDAV Liu Steve wrote: Hello, Is there documentation on how to configure the HTTP header properties of files delivered by the WebdavServlet? No. But there isn't any functionality within the webDAV servlet

How do you configure webDAV

2005-01-07 Thread Liu Steve
Hello, Is there documentation on how to configure the HTTP header properties of files delivered by the WebdavServlet? The only configuration I could find for the WebdavServlet are samples with no documentation on all available param-name, range of param-value valid for each param-name. Is there

Re: How do you configure webDAV

2005-01-07 Thread Mark Thomas
Liu Steve wrote: Hello, Is there documentation on how to configure the HTTP header properties of files delivered by the WebdavServlet? No. But there isn't any functionality within the webDAV servlet to configure either ;) The only configuration I could find for the WebdavServlet are samples

RE: How do you configure webDAV

2005-01-07 Thread Liu Steve
configure webDAV Liu Steve wrote: Hello, Is there documentation on how to configure the HTTP header properties of files delivered by the WebdavServlet? No. But there isn't any functionality within the webDAV servlet to configure either ;) The only configuration I could find

Re: WebDAV and redirects

2004-12-30 Thread Mark Thomas
Garret Wilson wrote: I've been struggling with the whole issue of Microsoft WebDAV clients failing to including a trailing slash in collection URIs even when I ask nicely. It looks like I can fix this with redirects, but that opens up another can of worms: the Microsoft client redirect bug. I'm

Re: WebDAV and redirects

2004-12-30 Thread Garret Wilson
response for .../folder/ ... Uses a mapping that means 302s are never issued. Thanks so much for the response. If I could just summarize here, I think what you're saying is that, with the correct servlet mapping, the Tomcat WebDAV servlet will *always* do the equivalent of a forward from http

WebDAV and redirects

2004-12-29 Thread Garret Wilson
I've been struggling with the whole issue of Microsoft WebDAV clients failing to including a trailing slash in collection URIs even when I ask nicely. It looks like I can fix this with redirects, but that opens up another can of worms: the Microsoft client redirect bug. I'm trying to get

questions on WebDAV implementation

2004-12-28 Thread Garret Wilson
Mark Thomas and others, I started out trying to determine how to allow the Tomcat WebDAV servlet to serve a filesystem tree outside the webapp. I've determined it will be easier for me to just roll my own WebDAV servlet from scratch, allowing me to do custom operations (such as security checks

Re: questions on WebDAV implementation

2004-12-28 Thread Mark Thomas
threads try to simultaneously serve WebDAV requests? Yep. * The WebDAV servlet gets the creation date and last modified date from the directory object. But Java has no way of actually retrieving a file's creation date. Do these two values ultimately end up being the same? Probably, I haven't looked

RE: questions on WebDAV implementation

2004-12-28 Thread Peter Crowther
several of these, as we're using Slide and the WebDAV servlet in our project - we have to admit that we'd expected the servlet to be... er... more complete. Do we want to pool any of the efforts so that we're not duplicating them? - Peter

Re: questions on WebDAV implementation

2004-12-28 Thread Mark Thomas
to face and fix several of these, as we're using Slide and the WebDAV servlet in our project - we have to admit that we'd expected the servlet to be... er... more complete. webDAV support isn't part of the servlet spec so any work on webDAV is always going to be lower priority. Also, the aim

Re: extra directory in WebDAV servlet listing

2004-12-26 Thread Garret Wilson
Mark, Mark Thomas wrote: The webdav servlet is based around accessing the file system through a JNDI DirContext for the current webapp. I've officially started working on the configured-filesystem-root feature. The ProxyDirContext gets configured either by getting

Re: extra directory in WebDAV servlet listing

2004-12-21 Thread Garret Wilson
variables: baseDirectory baseURI In essence, when a request for a URI comes in, I simply relativize the URI to baseURI, and then resolve it to baseDirectory. Getting the URI of a file in the filesystem requires the reverse process. For the WebDAV servlet, base URI is configured by the servlet

RE: extra directory in WebDAV servlet listing

2004-12-20 Thread Mark Thomas
The extra directory problem is now fixed in CVS for TC4.1.x and TC5.5.x I'll look at the arbitrary file system root next. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: extra directory in WebDAV servlet listing

2004-12-19 Thread Mark Thomas
As you have no doubt concluded, the webdav servlet doesn't work to well if it is mapped to anything other than /*. I have had an initial look but I need to spend some more time on this over the next few days. It is worth raising a bugzilla item to make sure this doesn't get forgotten. If I can

Re: extra directory in WebDAV servlet listing

2004-12-19 Thread Garret Wilson
Mark, Mark Thomas wrote: If I can get this to work as you expect it to, it should provide a solution for how do I use webdav to manage my webapp? - something that is far from easy at the moment. I would imagine the solution might also be related to, how do I use WebDAV and yet keep users far away

RE: extra directory in WebDAV servlet listing

2004-12-19 Thread Mark Thomas
From: Garret Wilson [mailto:[EMAIL PROTECTED] Mark Thomas wrote: If I can get this to work as you expect it to, it should provide a solution for how do I use webdav to manage my webapp? - something that is far from easy at the moment. I would imagine the solution might also

RE: extra directory in WebDAV servlet listing

2004-12-18 Thread Mark Thomas
Tomcat version? JVM version? OS? -Original Message- From: Garret Wilson [mailto:[EMAIL PROTECTED] Sent: Saturday, December 18, 2004 12:53 AM To: 'Tomcat Users List' Subject: extra directory in WebDAV servlet listing I have the WebDAV servlet set to url-pattern/webdav/*/url

Re: extra directory in WebDAV servlet listing

2004-12-18 Thread Garret Wilson
Mark, Mark Thomas wrote: Tomcat version? 5.5.4. JVM version? 5.0. OS? Windows XP Professional SP2. Garret - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

WebDAV servlet and sub-webapp collection creation

2004-12-18 Thread Garret Wilson
Trying to get @#$! Jakarta Slide to work, I created a routine that would go through the elements of a URI path and create all collections that didn't exist (using the WebDAV MKCOL method). The first time I tried it out, it worked fine---but I had forgotten that I was using the Tomcat WebDAV

  1   2   3   >