Re: Tomcat 7.0.33 manager - 403 Access Denied

2013-04-24 Thread Konstantin Kolinko
2013/4/24 Shanti Suresh : > Hi Konstantin, > > On Tue, Apr 23, 2013 at 6:48 PM, Konstantin Kolinko > wrote: > >> >> > >> > I can't tell what I'm missing. Also, steps #2 and #3 are not even >> required >> > if I am using the RemoteAddrValve, correct? >> >> No. They are not related to RemoteAddrValv

Re: Tomcat 7.0.33 manager - 403 Access Denied

2013-04-24 Thread Shanti Suresh
Hi Konstantin, On Tue, Apr 23, 2013 at 6:48 PM, Konstantin Kolinko wrote: > > > > > I can't tell what I'm missing. Also, steps #2 and #3 are not even > required > > if I am using the RemoteAddrValve, correct? > > No. They are not related to RemoteAddrValve. > Thanks! > > > I would say that yo

Re: Tomcat 7.0.33 manager - 403 Access Denied

2013-04-23 Thread Konstantin Kolinko
2013/4/23 Shanti Suresh : > All, > > I am wondering what I'm doing wrong - the Manager application is denying me > access. > Here are the details: > > Tomcat version: > 7.0.33 > JDK version: > java version "1.7.0_09" > Java(TM) SE Runtime Environment (build 1.7.0_09-b05) > Java HotSpot(TM)

RE: Tomcat 7.0.33 manager - 403 Access Denied

2013-04-23 Thread Propes, Barry L
r because it wasn't getting overwritten. Not sure if this is happening to you or not. -Original Message- From: Shanti Suresh [mailto:sha...@umich.edu] Sent: Tuesday, April 23, 2013 3:20 PM To: Tomcat Users List Subject: Re: Tomcat 7.0.33 manager - 403 Access Denied Hi Jakub, Than

Re: Tomcat 7.0.33 manager - 403 Access Denied

2013-04-23 Thread Shanti Suresh
Hi Jakub, Thank you for the suggestions. Appreciate the thoughts. On Tue, Apr 23, 2013 at 3:33 PM, Jakub 1983 wrote: > try to comment out RemoteAddrValve, > and check if the error still exists > Yes, I had tried that. It didn't work. > have you added into users.xml ? > add and try with we

Re: Tomcat 7.0.33 manager - 403 Access Denied

2013-04-23 Thread Jakub 1983
try to comment out RemoteAddrValve, and check if the error still exists have you added into users.xml ? add and try with web page, what is the error ? have you tried with bare - without sha ? for me, starting with pure downloaded latest tomcat 7, following configuration enables html

Re: Tomcat 7.0.33 manager - 403 Access Denied

2013-04-23 Thread Shanti Suresh
Hi Leo, On Tue, Apr 23, 2013 at 1:56 PM, Leo Donahue - RDSA IT < leodona...@mail.maricopa.gov> wrote: > > > Is that password really the SHA value of something? > > If your password was: password1, then you would store the SHA value of > "password1" in your tomcat-users.xml > > > Not the entry I

RE: Tomcat 7.0.33 manager - 403 Access Denied

2013-04-23 Thread Leo Donahue - RDSA IT
>-Original Message- >From: Shanti Suresh [mailto:sha...@umich.edu] >Subject: Tomcat 7.0.33 manager - 403 Access Denied > >All, > >I am wondering what I'm doing wrong - the Manager application is denying me >access. >Here are the details: > >Tomcat version: > 7.0.33 >JDK version: > java ve