Re: Realm issue with Tomcat 9

2021-03-23 Thread Ravi Kumar
Thanks Mark for this , applied the solution and it worked. On Tue, Mar 23, 2021 at 3:58 PM Mark Thomas wrote: > On 23/03/2021 10:05, Ravi Kumar wrote: > > Hello, > > I am migrating my application which is using tomcat 7 currently to tomcat > > 9. As there are a lot of changes in the API, with to

Re: Realm issue with Tomcat 9

2021-03-23 Thread Mark Thomas
On 23/03/2021 10:05, Ravi Kumar wrote: Hello, I am migrating my application which is using tomcat 7 currently to tomcat 9. As there are a lot of changes in the API, with tomcat 7 we were setting the Realm for this engine by // set the Realm for this engine //tomcatServer.setDefaultRealm(new

Realm issue with Tomcat 9

2021-03-23 Thread Ravi Kumar
Hello, I am migrating my application which is using tomcat 7 currently to tomcat 9. As there are a lot of changes in the API, with tomcat 7 we were setting the Realm for this engine by // set the Realm for this engine //tomcatServer.setDefaultRealm(new TomcatRepoRealm()); Here tomcatServer is a

Re: Realm Issue

2009-02-06 Thread André Warnier
Scott wrote: I figured it out. The style sheet just has to be in a directory that isn't locked down. It's a common occurrence with authentication via login pages : the initial access triggers a redirect to a login page, which itself contains items to be retrieved from a protected area, which

Re: Realm Issue

2009-02-05 Thread Scott
; > From: Scott [mailto:hacktori...@gmail.com] >> > Subject: Realm Issue >> > >> > Here is my app info: >> >> Where is your webapp deployed? Where is the element for the >> webapp (if it has one)? What's in its element (if it has one)? &

Re: Realm Issue

2009-02-05 Thread Scott
4, 2009 at 11:45 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Scott [mailto:hacktori...@gmail.com] > > Subject: Realm Issue > > > > Here is my app info: > > Where is your webapp deployed? Where is the element for the > webapp (if i

RE: Realm Issue

2009-02-04 Thread Caldarale, Charles R
> From: Scott [mailto:hacktori...@gmail.com] > Subject: Realm Issue > > Here is my app info: Where is your webapp deployed? Where is the element for the webapp (if it has one)? What's in its element (if it has one)? > /MyApp/* The is relative to the webapp

Realm Issue

2009-02-04 Thread Scott
Hello, I am having an issue setting up a FORM realm in Tomcat 5.5.27. It does not seem to be blocking access to protected resources for some reason, and I cannot figure out why. If I access index.jsp, which is supposed to be protected, the server just sends me to the index.jsp page. It does this