RE: Access denied

2001-02-27 Thread Remy Maucherat
Quoting "Kurapati, Rama" <[EMAIL PROTECTED]>: > Dave: > I did uncommented in Web.xml it, then it was not recognising any of the > tomcat users(Tomcat-users.xml). I don't know where i went wrong. When using a realm other than the Tomcat 4 SlideRealm, you have to declare users in both the Tomcat

RE: Access denied

2001-02-27 Thread McDonnell, David
Hello again, Sorry all, my last post was incomplete, there should be an entry in tomcat-users.xml like: Cheers, Dave > -Original Message- > From: McDonnell, David [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 28 February 2001 9:55 > To: '[EMAIL PROTECTED]' > Subject: RE: Access

RE: Access denied

2001-02-27 Thread McDonnell, David
Hi Rama, > I did uncommented in Web.xml it, then it was not recognising > any of the > tomcat users(Tomcat-users.xml). I don't know where i went wrong. Have you set up the users with the right roles?? root guest They need to have either root or guest as one of their role

RE: Access denied

2001-02-27 Thread Kurapati, Rama
Dave: I did uncommented in Web.xml it, then it was not recognising any of the tomcat users(Tomcat-users.xml). I don't know where i went wrong. Thanks Rama -Original Message- From: McDonnell, David [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 5:32 PM To: '[EMAIL PROTECTED]

RE: Access denied

2001-02-27 Thread McDonnell, David
Hi Rama, When you first hit slide does it ask you for a login?? If not, you have to uncomment the section in web.xml (slide/web-inf/web.xml, right near the bottom), marked so that tomcat prompts for a login id. Otherwise it just assumes an unauthenicated user (ie guest), which is why you are ge

RE: Please Help Me!!!

2001-02-27 Thread McDonnell, David
Hi Creighton, In the web.xml (slide/web-inf/web.xml) file there is a section commented under that there is a security config, etc. (You should uncomment that section :). I would start off just using Basic authenication, with tomcat-users.xml (MemoryRealm) and then move to JDBC later. Slide

Please Help Me!!!

2001-02-27 Thread Creighton Kirkendall
    I am am very familiar with tomcat and its code. I have been looking at implementing a content management system for our website.  I however have been having all kinds of problems trying to evaluate slide.  If there is any one who could take some time and help me out.  For anyone who woul

Access denied

2001-02-27 Thread Kurapati, Rama
Did any one got working slide m7 with tomcat3.2.1 . I am getting the below WARINING Access denied on /files by user /users/guest for action /actions/write. I have aaded users john,root in conf/tomcat-users.xml file. Thanks, Rama