I must be doing something wrong still. I've added myself to the
tomcat-users.xml
however after logging in through the login box, it still says :
You do not have permission to access this Web Folder location.
If I comment out the security-constraint I can access the location however.
What
else must I be doing ?
Thanks for you help Remy!
Elham
> -----Original Message-----
> From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 01, 2001 2:42 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Using WebFolders
>
>
> > Thanks for the information. However, even after I comment out
> the section,
> > do I need to add myself somewhere in the web.xml file so that it can
> > validate
> > me as a user. I just tried it and it cannot authenticate me... probably
> > because
> > I need to change something somewhere else that allows me to log into it.
>
> If you want to authenticate as user "echandler", and if you use
> Tomcat with
> the memory realm, you need to add a line looking like that in
> tomcat-users.xml:
> <user name="echandler" password="echandlerpassword"
> roles="tomcat" />
>
> There is a SlideRealm for Tomcat 4 to avoid having to do dual declarations
> of users, but it's quite hard to use right now.
>
> Remy