You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by "M.D. Greenleaf" <mi...@onclave.com> on 2001/06/19 12:15:11 UTC

stuck in my web folders

Hi.  I just started to play around with Slide.  My long term goals are
simply put : develop a system which allows people to upload files and later
modify them.

My environment  is Tomcat 3.2.2 running on port 9090 on NT

I thought to begin to check out Slide I would set up a web folder, drop a
document on that folder and then access that document via a browser.  I
created that web folder pointing to http://localhost:9090/slide/files and
when I drag a file onto that  folder, a 'Warning' pop up is displayed with
the message "An error occurred while copying some or all the files".  My
Tomcat console displays the following.

19 Jun 2001 06:08:27 - INFO - Loading namespace webdav configuration
19 Jun 2001 06:08:27 - INFO - Namespace configuration complete
19 Jun 2001 06:08:49 - INFO - OPTIONS (time: 161 ms) URI = /files
19 Jun 2001 06:08:49 - INFO - PROPFIND (time: 200 ms) URI = /files
19 Jun 2001 06:09:28 - INFO - HEAD (time: 50 ms) URI = /files/relay.xls
19 Jun 2001 06:09:28 - WARNING - Access denied on /files by user
/users/guest for action /actions/write
Access denied on /files by user /users/guest for action /actions/write
19 Jun 2001 06:09:28 - INFO - PUT (time: 10 ms) URI = /files/relay.xls
19 Jun 2001 06:09:28 - WARNING - Access denied on /files by user
/users/guest for action /actions/write
Access denied on /files by user /users/guest for action /actions/write
19 Jun 2001 06:09:28 - INFO - PUT (time: 0 ms) URI = /files/relay.xls

I've been poking around trying to get some info on setting up users and
permissions but have come up dry.  Can you jump start me by telling me what
I need to do to proceed here as well as guide me to some documentation on
setting up users and permissions?

Thanx in advance.

M. Greenleaf


RE: stuck in my web folders

Posted by Peter Hawkins <pe...@globalvision.com.au>.
There is a section on just that under "authentication" under configuring in
the FAQ.

Peter

-----Original Message-----
From: M.D. Greenleaf [mailto:michelle@onclave.com]
Sent: Tuesday, 19 June 2001 8:15 PM
To: slide-user@jakarta.apache.org
Subject: stuck in my web folders


Hi.  I just started to play around with Slide.  My long term goals are
simply put : develop a system which allows people to upload files and later
modify them.

My environment  is Tomcat 3.2.2 running on port 9090 on NT

I thought to begin to check out Slide I would set up a web folder, drop a
document on that folder and then access that document via a browser.  I
created that web folder pointing to http://localhost:9090/slide/files and
when I drag a file onto that  folder, a 'Warning' pop up is displayed with
the message "An error occurred while copying some or all the files".  My
Tomcat console displays the following.

19 Jun 2001 06:08:27 - INFO - Loading namespace webdav configuration
19 Jun 2001 06:08:27 - INFO - Namespace configuration complete
19 Jun 2001 06:08:49 - INFO - OPTIONS (time: 161 ms) URI = /files
19 Jun 2001 06:08:49 - INFO - PROPFIND (time: 200 ms) URI = /files
19 Jun 2001 06:09:28 - INFO - HEAD (time: 50 ms) URI = /files/relay.xls
19 Jun 2001 06:09:28 - WARNING - Access denied on /files by user
/users/guest for action /actions/write
Access denied on /files by user /users/guest for action /actions/write
19 Jun 2001 06:09:28 - INFO - PUT (time: 10 ms) URI = /files/relay.xls
19 Jun 2001 06:09:28 - WARNING - Access denied on /files by user
/users/guest for action /actions/write
Access denied on /files by user /users/guest for action /actions/write
19 Jun 2001 06:09:28 - INFO - PUT (time: 0 ms) URI = /files/relay.xls

I've been poking around trying to get some info on setting up users and
permissions but have come up dry.  Can you jump start me by telling me what
I need to do to proceed here as well as guide me to some documentation on
setting up users and permissions?

Thanx in advance.

M. Greenleaf