Let me try to explain my question again.
Im not having problem with the webdav support which you get from tomcat. Th=
e only problem is that it is a servlet which handles request correctly for =
webdav client. It provides both upload of files=2C download of files and al=
so deletion of files.
The problem is that I am missing a JSP for it. So what happens is that when=
I browse in to the repository with a browser then the only option I got is=
traversing in the repository and also make downloads.
What I would like to have is a jsp which would work as a front end for brow=
sers. I should provide deletion=2C uploading=2C download and also traversin=
g around in the repository.
That is what I am missing and I just got the feeling that some one else alr=
eady built this jsp and have made in downloadable for the general public.
I have googled for it but did not find anything. I have just found full blo=
wn CMS systems as jackrabbit and others which I do not want!
Regard from a Java Programmer!
> Date: Sat=2C 15 Jan 2011 13:28:21 +0100
> From: aw@ice-sa.com
> To: users@tomcat.apache.org
> Subject: Re: tomcat 6.0.29 webdav servlet support for file uploading with=
browser
>=20
> Al eeeewq wrote:
> > I started the tomcat webdav servlet and everything works fine.
> > I can both explore and write to the directory with a webdav client as '=
DAV explorer'.
> > However when using a browser as firefox or chrome I could explore the d=
irectory and download as usual=2C but I don't know how I would be able to u=
pload a file. There's really no upload button or so!
> >=20
> > Does anyone know why it's like this and how to fix this? I sure someone=
s already configured this for them selves!
> >=20
> > I have been using microsoft server earlier and when browsing in to thei=
r webdav repository with a browser had the upload file feature enabled!
> >=20
> Hi.
> This has nothing to do with Tomcat=2C or with DAV itself or with the serv=
er side of things=20
> in general.
>=20
> The reason why you may be able to do this with Microsoft IE and a Microso=
ft webserver=2C is=20
> because Microsoft products are based on a proprietary platform=2C and can=
thus introduce=20
> their own "enhancements" or variations to the way these products work tog=
ether=2C without=20
> really needing to be very respectful of the established Internet standard=
s.
> For example=2C on a Microsoft Windows workstation=2C you can also access =
server-side DAV=20
> directories using the Windows (file) Explorer=2C through its "Web Folders=
" capability in "My=20
> Network Places". But that is specific to Windows workstations (and it ha=
s some serious=20
> compatibility problems of its own).
>=20
> In summary=2C if you want these capabilities=2C then you should use Micro=
soft products.
>=20
> Note that with the "web folders" implementation of DAV in the Windows Exp=
lorer=2C you should=20
> be able to access DAV directories on an Apache httpd or Tomcat server.
> *Provided* you have a correct version of the MS Web Folders installed on =
the workstation.
> And there are more incorrect ones as correct ones.
> Have fun finding the right one for your workstation.
>=20
>=20
> ---------------------------------------------------------------------
> To unsubscribe=2C e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands=2C e-mail: users-help@tomcat.apache.org
>=20
=
|