AW: UNC access to an tomcat webdav server

2016-12-08 Thread Arno Schäfer
> In the "any hints" category : > - in Windows (disk) Explorer, go to "Netzwerkumgebung" > - select "Netzwerkumgebung hinzufügen" > - click "Weiter" (2 X) > - in "Internet- oder Netzwerkadresse", enter your > "https://webserver:port/webdav"; >and click "Weiter". Depending on how you set this u

Re: UNC access to an tomcat webdav server

2016-12-08 Thread tomcat
On 08.12.2016 14:31, Arno Schäfer wrote: I have configured a tomcat (7.0.54) webdav server and try to access via a windows UNC path. If I run WebDAV in an IIS environment I can access this server automaticly from all clients via an UNC path like '\\webserver[@port]\webdav\' if the server side m

UNC access to an tomcat webdav server

2016-12-08 Thread Arno Schäfer
I have configured a tomcat (7.0.54) webdav server and try to access via a windows UNC path. If I run WebDAV in an IIS environment I can access this server automaticly from all clients via an UNC path like '\\webserver[@port]\webdav\' if the server side mapping is 'https://webserver[:port]/webdav'

Tomcat WebDav directory configuration

2014-01-28 Thread Sampers, Ruud
m: Sampers, Ruud Sent: donderdag 23 januari 2014 13:07 To: users@tomcat.apache.org Subject: Tomcat WebDav directory configuration LS, Tomcat 7.0.47. Windows 7 I want to enable WebDav functionality in a different directory that the root: Assume my data directory : c:\DATA.

Re: Tomcat WebDav directory configuration

2014-01-25 Thread André Warnier
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: donderdag 23 januari 2014 14:15 To: Tomcat Users List Subject: Re: Tomcat WebDav directory configuration Sampers, Ruud wrote: LS, Tomcat 7.0.47. Windows 7 I want to enable WebDav functionality in a

Re: Tomcat WebDav directory configuration

2014-01-23 Thread André Warnier
Sampers, Ruud wrote: LS, Tomcat 7.0.47. Windows 7 I want to enable WebDav functionality in a different directory that the root: Assume my data directory : c:\DATA. webdav org.apache.catalina.servlets.WebdavServlet debug 0

Tomcat WebDav directory configuration

2014-01-23 Thread Sampers, Ruud
LS, Tomcat 7.0.47. Windows 7 I want to enable WebDav functionality in a different directory that the root: Assume my data directory : c:\DATA. webdav org.apache.catalina.servlets.WebdavServlet debug 0

Re: Tomcat WebDAV - Restrict Fileupload with a max filesize

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thorsten, Thorsten Hodes wrote: | How can I restrict the maximum filesize for webdav I looked through the code for WebdavServlet and I didn't see anywhere that the size of the file was being checked at all, so I don't think there's any configuration

Re: Tomcat WebDAV-Servlet - Set a max. Fileuploadsize

2008-05-23 Thread Johnny Kewl
- Original Message - From: "Thorsten Hodes" <[EMAIL PROTECTED]> AFAIK this is not possible. By definition the idea of cutting off a webdav file upload has its own problems. New web.xml, but no servlet... will probably be worse Just charge them for bytes over 10mb ;) Hello! I nee

Tomcat WebDAV-Servlet - Set a max. Fileuploadsize

2008-05-23 Thread Thorsten Hodes
Hello! I need help for that problem I have: How can I restrict the maximum upload filesize for webdav - users I have defined in the web.xml configuration of the tomcat's webdav servlet... Here is my actual definition in web.xml WebDAV-Root Authentification

Tomcat WebDAV - Restrict Fileupload with a max filesize

2008-05-22 Thread Thorsten Hodes
Hello! How can I restrict the maximum filesize for webdav - users I have defined in the web.xml configuration of the tomcat's webdav servlet... Here is my actual definition in web.xml WebDAV-Root Authentification /*

[Fwd: [Security] - **Updated** Important vulnerability disclosed in Apache Tomcat webdav servlet]

2007-10-20 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please that an additional patch has been developed as a result of further investigation. A vulnerability in the Apache Tomcat webdav servlet was publicly disclosed on full-disclosure on 14-Oct-2007.[1] The Tomcat security team has evaluated this

[Security] - Important vulnerability disclosed in Apache Tomcat webdav servlet

2007-10-15 Thread Mark Thomas
A vulnerability in the Apache Tomcat webdav servlet was publicly disclosed on full-disclosure yesterday, 14-Oct-2007.[1] The Tomcat security team has evaluated this vulnerability and determined that default installations of Tomcat 6.0.x, 5.5.x and 4.1.x and not affected. In order to be affected

AW: Problem with Apache/Tomcat/WebDAV/Alfresco

2007-08-15 Thread Frank Gerlach
I installed the latest Apache and mod_jk and it works perfectly now. -Ursprüngliche Nachricht- Von: Frank Gerlach [mailto:[EMAIL PROTECTED] Gesendet: Montag, 13. August 2007 13:58 An: users@tomcat.apache.org Betreff: Problem with Apache/Tomcat/WebDAV/Alfresco Hello folks, we have

Re: Problem with Apache/Tomcat/WebDAV/Alfresco

2007-08-13 Thread Rainer Jung
Hello Frank, there has been a mod_jk release published for very few days, namely 1.2.24, which was broken w.r.t. WWW-Authenticate. Although it's not very likely, that you use this one, it's my first question. If you really use 1.2.24, switch to 1.2.25 and the problem should be gone. Otherwis

Problem with Apache/Tomcat/WebDAV/Alfresco

2007-08-13 Thread Frank Gerlach
Hello folks, we have a problem with the following setup: Web Browser ->Apache(mod_jk)->Tomcat->Alfresco Explanation: we would like to access the Alfresco content management system (running in Tomcat) using WebDAV and SSL. It works, if we expose Tomcat directly to the network. For security reas

Re: Tomcat WebDAV Security

2007-05-19 Thread Mark Thomas
Colin71 wrote: > My question is, is this possible using the webdav/web.xml file or do I need > to look into jaas realms or something else? This should work but I haven't tested it: - set the readonly init-param for the webdav servlet to false - use security constraints to limit the methods permi

Tomcat WebDAV Security

2007-05-19 Thread Colin71
Hi, I want to use tomcat/webdav as a simple file server. The only restriction is that I want files with certain extensions to be read only and all other files read/write (i.e. files with suffix myext.xls to be read only where filenames can be file1.myext.xls). I have tried to do this by

Re: Tomcat + WebDAV

2006-08-17 Thread Mark Thomas
Aditya Rajgarhia wrote: > I did uncomment the required lines in the web.xml file (setting "readonly" > to false). So I don't know what the problem is. Any help would be greatly > appreciated. This works for me with IE and the latest 5.5.x code. Did you restart the webdav webapp after changing the

Tomcat + WebDAV

2006-08-16 Thread Aditya Rajgarhia
Hi, I installed tomcat5 on a Debian Linux machine to test WebDAV. I can see the files at http://server:8180/webdav but unfortunately I cannot write to it. I tried several clients: internet explorer, gnome nautilus, konqueror. Konqueror gives the following error: "A resource cannot be created at t

[UPDATE - FOUND WORKAROUND FOR LINUX TOMCAT WEBDAV DEPLOYMENTS] WEBDAV for Tomcat 5.0.28

2006-02-27 Thread John C. Dale
I found a workaround. I wasn't able to use the DAV servlet that ships with Tomcat 5.5.15 and reverted to the standard 5.0.28 servlet. I was getting the following error that I believe was causing an issue with connections from windows web folders (more below on the error I was receiving on the win